How to run .cc extension file in linux? -


i have main.cc file , run file in linux. may know correct way of executing file ?

gcc -o x main.cc

? or feedback appreciated.

in case gcc main.cc -o main.ou main.cc main-file , main.ou output file.

you can read more executing c/c++ files here: http://www.cyberciti.biz/faq/compiling-c-program-and-creating-executable-file/


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -