Sunday, 13 March 2016

IDE.....!!!!

HELLO  guys , today i am gonna show you guys how to install IDE  of C langugae...
SO  guys what is an IDE ?
well guys ,IDE stands for integrated development environment . With a normal text editor you can only edit a text file , you can't compile it.you might be thinking what does the word compile mean, well guys we all know computer only understand machine language also known as binary language ie. (0 , 1).A compiler is an software which convert C language ( in this case ) to machine language. so IDE basically provides you the platform where you can write your program in C language and compile it soo that computer can understand it.
anyways, as a starter i advise you to use turbo c IDE , later on i will guide you to use other advance IDE such as code blocks etc

note : every IDE for C++ language also support C language SOMETIMES turbo C is mentioned as TURBO C++

here is the link to download turbo c  : https://turboc.codeplex.com/

for any problem in installation you can place a comment i will reply you as fast as possible.....
or can follow me on twitter @mayank8005

                               THANK U..........


Related Posts:

  • IDE.....!!!! HELLO  guys , today i am gonna show you guys how to install IDE  of C langugae... SO  guys what is an IDE ? well guys ,IDE stands … Read More
  • conio Hello guys, today i am gonna tell you about the header file which is <conio.h>.. here is our basic program we are gonna study all of … Read More
  • escape sequences (part-2) hello guys today, i m gonna  about remaining escape sequences:: \r = carry return character  so how it works?? /r will return curs… Read More
  • stdio.h????? hello guys, today i am gonna tell you about most used header file which is <stdio.h>.. here is our basic program we are gonna study all of… Read More
  • BASIC C program hello guys , today we are gonna start with our 1st program in C language....we are gonna learn this program in small small parts cause this is yo… Read More

0 comments:

Post a Comment