Parsing C++ Command-Line Arguments

Microsoft Specific Microsoft C/C++ startup code uses the following rules when interpreting arguments given on the operating system command line: Arguments are delimited by white space, which is either a…

What is the difference between Association, Aggregation and Composition?

Xem hình này sẽ hiểu rõ hơn về sự khác nhau giữa 3 cụm từ này trong lập trình hướng đối tượng. Nói chung, chúng ta có thể kết luận…

New Features in C# 4.0

New Features in C# New Features in C# Part III (C# 4.0) http://msdn.microsoft.com/en-us/library/bb383815.aspx http://www.dotcominfoway.com/blog/new-features-of-c-4-0 http://www.codeproject.com/KB/cs/CSharp4Features.aspx http://code.msdn.microsoft.com/cs2010samples http://techblog.julianhidalgo.com/2009/02/09/the-new-features-in-csharp4/

Phương thức static (class) và instance

Tiếp theo bài giới thiệu về Overloading và Overriding, tôi muốn tóm lại sự khác biệt cũng như điểm lưu ý của các phương thức lớp (phương thức tĩnh) và…

Overloading và Overriding trong OOP

Nhiều lần nhầm lẫn cái này nên tôi bèn lập ra một trang để ghi lại sự khác biệt cơ bản của hai anh này. Overloading: Dịch ra tiếng Việt…

Interaction with Mouse in OpenGL (Part 2)

In fact, transformations are relative to the object. You need to keep track of your transforms and move things as appropriate for the current state of the model view matrix.…

Interaction with Mouse in OpenGL (Part 1)

Cytoscape Selection Objects (www.3dkingdoms.com) BioLayout Express 3D, click here to get more details of BioLayoutJava Interactive Graph Drawing is an open source for drawing interactive graph drawing on the WWW,…

Lập trình Python cho người mới bắt đầu

Để bắt đầu lập trình với Python, bạn nên đọc nhanh bài báo sau được đăng trên tạp chí Linux Python Programming for Beginners. Một số tài nguyên tham khảo có thể giúp học Python như sau:

OpenGL Programming

Introduction freeglut vs OpenGlut freeglut and OpenGlut are open sources to the OpenGL Utility Toolkit (GLUT) library. OpenGL is a sibling of freeglut which belongs to some members of freeglut…