Friday, July 31, 2009

What is, c,c++?

What are they, i know there coding languages, but what exactly do you code, what do you make, what is the purpose of c or c++?





and where can i find tutorial for c++ should i wish to learn it

What is, c,c++?
Here is an example of a c++ program:





#include %26lt;iostream%26gt;





int main() {


cout %26lt;%26lt; "Hello, world." %26lt;%26lt; endl;


return 0;


}





You can find tons of tutorials online, but a good starting place is one of the many books you can find at Borders or Barnes %26amp; Noble.
Reply:C and C++ are industry standard programming languages. Pretty much any serious program is written in C or C++. Windows itself is written mostly in C/++.





It's not something you can learn from the Internet; too complicated a skill. You should buy a book. I learn C from Stephen Kochan's "Programming in C", which is where you should start before moving onto C++. If you want to develop applications for the Macintosh platform, however, than you should be learning Objective-C. Stephen Kochan also wrote an excellent book on that. I think you can figure out what he called it. :)


No comments:

Post a Comment