Is C++ the software that is used to make programs like Word and Excel? Is it used to make games? If not which language is?
Are there any good starting tutorials for C++ so that I can get going?
Introduction to C++?
Started by rockinaway, Jul 05 2007 11:09 AM
3 replies to this topic
#1
Posted 05 July 2007 - 11:09 AM
|
|
|
#2
Posted 05 July 2007 - 10:42 PM
It can be hard to say if Word, Excel, or any other application is made in X language. But yes, in C (or C++) you can make such application, or games, or whatever you want. It's almost possible to do everything with C and C++.
If you're starting with C (or C++), then start out like "I want to make a whole game, give me a tutorial!" You need to start from the ground, and work you way up. If you want to make a game, then first learn the basics. Later you can learn something about graphics, 3D or maybe 2D. Next you need the AI, gameplay, and some networking as well, if it's a multiplayer game.
If you want to start, then this tutorial is pretty good for beginners.
C++ Language Tutorial
If you're starting with C (or C++), then start out like "I want to make a whole game, give me a tutorial!" You need to start from the ground, and work you way up. If you want to make a game, then first learn the basics. Later you can learn something about graphics, 3D or maybe 2D. Next you need the AI, gameplay, and some networking as well, if it's a multiplayer game.
If you want to start, then this tutorial is pretty good for beginners.
C++ Language Tutorial
#4
Posted 06 July 2007 - 08:21 AM
Thanks, yeah I wanted to know from the basics :)


Sign In
Create Account

Back to top









