Tuesday, July 14, 2009

How do i get a c compiler/editor?

i downloaded a c compiler a few days ago but after typing a program in notepad, i didnt know how to run it on command prompt. what shud i type to run the program

How do i get a c compiler/editor?
Try http://www.download.com or http://www.freewarefiles.com
Reply:Notepad is not worked for your programs...go to editor and start doing programs from there.





Otherwise, download any editors,, and configure with c compiler..





thanks
Reply:Well, you say you've downloaded a compiler, and typed out your code in notepad. What you need to do is compile the code (you should save your code with a .c or .cpp extension) into an executable (something.exe), which you can then run. Unlike languages like Python, you have to take your source and compile it, before it can be run. The command to do this depends on which compiler, but "gcc" might do it for you.
Reply:Linux distributions come with the gcc compiler for free ;)


For Windows, DevC++ is a good option for free, otherwise the Microsoft Visual C++ compiler is decent. The best compiler is Intel's C++ compiler, but it isn't free.
Reply:u can easly download turbo c software by clicking on that link that page show u turbo c ++ version 1.01





http://community.borland.com/article/0,1...





i hope u can do it takecare and goodluck bye.
Reply:If u want a best compiler try this site:


http://www.pitt.edu/~stephenp/misc/downl...


Download as per given and start running


It is very easy to use


No comments:

Post a Comment