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
Pelles C does not support C++
Pelles development suit is designed for C not C++
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.