Where can I find Pells C tutorials?

Started by LerningC++54, November 01, 2011, 08:21:00 PM

Previous topic - Next topic

LerningC++54

To Whom It May Concern:  (meant everyone)  :)  ;D

I an very new at trying to learn C++ programming. Anyway where can Ifind some easy C++ tutorials to start with now that I have Pelles C installed.  It is correct that you can use the Basic C++ for 3D grapics too?  Just asking though!  Any help would be appreciated.

From LearningC++54

Vortex

Pelles C does not support C++

Pelles development suit is designed for C not C++
Code it... That's all...

CommonTater

#2
Ok.. to learn C-99 (which Pelles C supports with a few extensions) google is your best friend.  There are tons of C tuturials and e-books on the web... you can start  HERE but there are lots more.

Your best bet is to work through whatever instructional material you use, page by page, exercise by exercise... actually type up and compile the code, work with it, break it, fix it, modify it until you understand what does then doesn't work... then move on to the next page.  From experience, simply reading material this technical doesn't get it to sink in... you have to work with it.

If you are bent on using Pelles IDE (POIDE) with a C++ compiler you may find THIS interesting.