PDA

View Full Version : C++ newbie forum


Basu
February 4th, 2006, 05:00 AM
I've been learning C++ on linux for the last few months, and I can write a pretty decent piece of code. I'm now ready to start writing programs which can actually do some useful stuff. But I don't know how to do stuff like use make to link multiple source files, or start other programs from my program. So I was wondering if there was a forum where I could ask all my newbie questions instead of spending hours searching for docs.

gord
February 4th, 2006, 05:05 AM
isn't that what this forum is for? people have asked those questions before here certainly (try searching for them)

bored2k
February 4th, 2006, 05:12 AM
Although I fairly am new to C/C++ myself (few months too), I just found these two great resource links:

http://www.freeprogrammingresources.com/cforum.html
http://www.cppreference.com/

LordHunter317
February 4th, 2006, 11:10 AM
Read the GCC documentation, and look at makefiles. There's tutorials online by the millions.

Basu
February 5th, 2006, 01:24 AM
thanks all