LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   C++ Tutorial (https://www.linuxquestions.org/questions/programming-9/c-tutorial-428201/)

cramer 03-24-2006 08:12 PM

C++ Tutorial
 
Hi, I'm looking for a nice C++ tutorial that focuses specifically on people who use GCC as their compiler on a linux machine. I had a good one a while ago but have since lost it. If you could please post some links for me to look at. I have experience scripting, just not in C++. Thanks!

J_K9 03-24-2006 08:23 PM

A good book (one of the best) is Accelerated C++ Programming, although it does have a price tag on it.

The tut on CProgramming.com is quite good, and there's another good one on C Plus Plus. There are brilliant tutorials all over the place - seek and you shall find. As for GCC-related ones, the compiler doesn't make much of a difference most of the time, especially when you're starting out - most, if not all of the apps are a simple 'gcc -o app app.c' ;)

HTH,

-jk


All times are GMT -5. The time now is 09:17 PM.