Ask your own question, for FREE!
Computer Science 19 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!
Latest Questions
Breathless: Spooky witch but cute
3 hours ago 3 Replies 0 Medals
Arriyanalol: help
3 hours ago 10 Replies 2 Medals
Arriyanalol: @tinydinoUwU stop trying to find a argument u blad lil boy
1 day ago 5 Replies 3 Medals
Jaded012023: Please tell me what you all think of this song
6 hours ago 6 Replies 1 Medal
Arriyanalol: bro how
6 hours ago 2 Replies 3 Medals
Arriyanalol: cant wait for the new bluey movie in 2027
1 day ago 12 Replies 2 Medals
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!