Sinisterly
gcc open - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Computers (https://sinister.li/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems)
+--- Thread: gcc open (/Thread-gcc-open)



gcc open - diana32 - 03-30-2013

I don't know if i post on the right post becouse the gcc is a compiler for c++.
I get the first step on learn c++ ,but i need to open this compiler on backtrack.So i ask help to create a file as file.c,i change the directory on bash but i cannot open this gcc.I tried all the option possible.Is someone how has the same problem like mine becouse i want to find a solution.


gcc open - diana32 - 03-30-2013

I don't know if i post on the right post becouse the gcc is a compiler for c++.
I get the first step on learn c++ ,but i need to open this compiler on backtrack.So i ask help to create a file as file.c,i change the directory on bash but i cannot open this gcc.I tried all the option possible.Is someone how has the same problem like mine becouse i want to find a solution.


RE: gcc open - cracker_team_mybb_import7369 - 04-05-2013

as i understood u want to compile ur c++ file ? if so open terminal go to ur directory where u have ur file and type.

gcc file.c -o file

This may work Smile


RE: gcc open - diana32 - 04-09-2013

is the first time that i hear about the sintax -o file-i try all the sintax-thank you,i will try