Monday, November 5, 2007

Start learning C++ language today


To begin learning C++ programming language you may start with writing 'Hello World' simple application like the following:

#include <iostream.h>
main() {
cout << "Hello World!";
return 0;
}


..or to purchase the above C++ language 'logo'. Spending $1.50 could be a good start for someone.

..or to purchase the logo shown below for just $3.99 and type in whatever you want (C++, Java, VB.NET, you-name-it).


Content link ('C++ logo'): http://www.turbosquid.com/FullPreview/Index.cfm/ID/261759
Content link ('Logo' logo): http://www.turbosquid.com/FullPreview/Index.cfm/ID/206082

Both are available at Turbosquid

0 comments: