Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

how can i execute a c program file without actually starting compiler application...i mean any shorcuts through dos or something

OpenStudy (anonymous):

Create an exe file :) jus build it and an exe (Executable File) will be created if ur program is free of errors

OpenStudy (anonymous):

if you need only standar input/oup (console) it may help you : http://ideone.com/ ....its a online IDE

OpenStudy (anonymous):

c its designed to be compiled (its a low level lenguage), am not pretty sure if there are any interpreters (i dont think so), u can just simplify ur work of compiling. An IDE make that easy for u: just hit a button. Or u can make a shell scipt in linux or a .bat for windows that make it easier for u.

OpenStudy (anonymous):

On unix you can do a simple gcc or cc command and this will compile the program, without having to have the overhead of an IDE. This is my preferred way of compiliing. Unix is faster and much more secure than say Windows. Using cc -c [filename] will allow you to put the .c/.h file into object code for later as well, and stores the file as filename.o Hope this helps. Visit my website at http://www.tutorsean.net for free CS videos.

OpenStudy (anonymous):

@seanwalsh-um using win 7

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!