Any C programming tuts?

Tounix

Active Member
Reputation
0
Hey guys. I was just wondering if there are any tutorials that will help me learn C. I really want to learn to program but I never know where to start. Thanks for your help.
 
I'm also looking for some tutorials. Would be greatly appreciated if anybody could post some :)
 
I'll make a compilation thread later for you guys, but I highly recommend you don't try c/c++ If it's your first language.
 
I recommend learning basic C (information can be found on any website by searching "basic C tutorial") and then learning C by making programs with GLUT.

GLUT: http://www.opengl.org/resources/libraries/glut/

It's the OpenGL Utility Toolkit. Many games and 3d applications are programmed using GLUT. It's very simple and you can even use your produced programs for learning to reverse engineer. I made my own game in GLUT and then reversed and hacked it later on.
 
Teja said:
Then what do you suggest Judgement?

To be quite honest if your new to scripting/programming, I suggest you start with CLI (Batch Script) to get used to simple syntax.
 
Back
Top