Pelles C forum

C language => Beginner questions => Topic started by: LerningC++54 on November 01, 2011, 08:21:00 PM

Title: Where can I find Pells C tutorials?
Post by: LerningC++54 on November 01, 2011, 08:21:00 PM
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
Title: Re: Where can I find Pells C tutorials?
Post by: Vortex on November 01, 2011, 08:43:59 PM
Pelles C does not support C++

Pelles development suit is designed for C not C++
Title: Re: Where can I find Pells C tutorials?
Post by: CommonTater on November 04, 2011, 04:22:14 PM
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 (http://www.eumus.edu.uy/eme/c/c-21days/index.htm) 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 (http://forum.pellesc.de/index.php?topic=3726.0) interesting.