Tuesday, July 14, 2009

Online guide to C or C++ Programming?

what are some good sites for learning C or C++ computer programming.





i am trying to learn how to write programs, but am lost on all these search engines with nothing coming up...help please.

Online guide to C or C++ Programming?
http://www.cprogramming.com/tutorial.htm...


http://www.cyberdiem.com/vin/learn.html
Reply:http://www.cppgameprogramming.com ---%26gt; C++ and Game Programing


http://www.mycplus.com/


http://www.gamedev.net ----%26gt; Game Programming
Reply:If you're doing visual C++, you may find this site helpful.





http://msdn2.microsoft.com/en-us/library...
Reply:Are you sure C or C++ is the best choice for you? There are free interpreted scripting languages which are much better for mastering programming technique, and which have important advanced features like object orientation and so on. Since they are interpreted and not pre-compiled, they can be used interactively which is a great way to explore the language and figure out a rough approach to a problem.





Python is a great example of one of these advanced interpreted scripting languages. You probably already have it on your computer -- type "python" at a terminal prompt. If something happens, Python is installed; type control-D to exit. One great strength of Python is its ability to link to C++ code, which allows you to program fast blocks of code for those (rare) instances where native Python is too slow; you can continue using all the old code that is not causing a performance hit.


No comments:

Post a Comment