Saturday, 4 May 2013

Guide for Beginner in C Programming






C programming language is one of the most popular programming languages. It's best implementation was the Unix OS. The creator of the Unix OS created the C language by improving the B language (this is real and kind of funny) especially for the creation of Unix OS.




Why you should learn C
  • Well, most programmers have started programming with C.
  • It's a powerful programming language.
  • There is no OOP so, programming is less difficult(but OOP is 'cool & powerful' sometimes).

OOP means Object Oriented Programming which is an advanced(not much) programming concept.

Ok , I want to learn C,then what should I do??

First if you are a windows user you should find Visual Studio which is a free compiler software from Microsoft!! . If you are a gamer you probably have it with you. Unix users have their command line compiler gcc

more on this later.................





No comments:

Post a Comment