NO

Author Topic: Where can I find Pells C tutorials?  (Read 2662 times)

LerningC++54

  • Guest
Where can I find Pells C tutorials?
« 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

Offline Vortex

  • Member
  • *
  • Posts: 803
    • http://www.vortex.masmcode.com
Re: Where can I find Pells C tutorials?
« Reply #1 on: November 01, 2011, 08:43:59 PM »
Pelles C does not support C++

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

CommonTater

  • Guest
Re: Where can I find Pells C tutorials?
« Reply #2 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 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.

« Last Edit: November 04, 2011, 04:26:43 PM by CommonTater »