Learning C++ Coding on Linux - Your First C++ Program
Quick Note: This was written by a fairly new programmer (4-6 months using C++ at the time of writing). Please comment or email me at ccmachine[at]gmail[dot]com if there are mistakes or things you believe i should/should not have said. However this also gives me a good perspective into what somebody completely new should know.
Why would you want to learn C++? It's a time-tested language that's been around over 20 years and as such, C++ code can be run on pretty much any computer or device you come across (so long as you compile it for such, more on that later).
What do you need to learn to code?
- A computer
- Logical and maybe mathematical skills (particularly for game programming), or at least common sense in both.
- A text editor and C++ compiler.
- 2 comments
- Read more
- 2284 reads

