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
Post a Comment