Hi folks,

Just join this forum.

I, a beginner on C++, have been googling around for tutorial to learn C++ in Linux platform. I found following tutorial;

Teach Yourself C++ in 21 Days
http://newdata.box.sk/bx/c/

I suppose it is for Windows. Can I use it on Linux? I'll use g++ as compiler. TIA

Furthermore is there a better tutorial?

B.R.
satimis

Recommended Answers

All 4 Replies

I suppose it is for Windows. Can I use it on Linux? I'll use g++ as compiler.

I've glanced through the site and saw nothing windows-specific, so you can probably use it on Linux without any problems.

Furthermore is there a better tutorial?

Probably, yes. 1 thing I noticed immediately is this: #include <iostream.h> . This is non standard c++. This might indicate that this tutorial does not follow the standard very strict. Personally I'd start here

Hi folks,

Thanks for your advice and URLs

B.R.
satimis

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.