Saturday, 19 January 2013

C language

Starting with is C is a pretty challenging task specially when you are coming from non-programming background, like me, so what did I do to get started !!?
I installed Turbo C which ofcorse was necessary to install in order to run C codes...
The most difficult part with programming is debugging, Debugging means picking out errors from your program, its easy to pick out syntax and error but hard to find logical error, so make sure you comment while programming 'coz after writing 100s of lines of code you wont even understand your own code, that's the same thing happens to me very often, so the best way to deal with it is to comment before every switch conditional statements and functions(If you don't get what you just read like switch, conditional etc, don't worry you'd be knowing it so well shortly), so as you'd like to begin with programming go for Google and type Turbo C and then download it from any valid source of your choice, well installing Turbo C is a tricky part so you might have to look for it..
even after looking for it, you don't get it, you can ask me by commenting on this blog or writing me email on:
mr.faizi@facebook.com
but i hope you'd get it..
so I presume you got everything ready for programming, and now you are eager to learn...
so here are some links of videos that I begin with, and that's obviously not all, i searched for things every now and then, i don't have all those links right now... but a few of em will help you out,and you can start your basic learning from here as you step to the world of programming...

  • Turbo C tutorial by nortej:

No comments:

Post a Comment