Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I am a windows user and I have a problem using c and c++ in Ubuntu I don't know what compiler I should use. So please Help me..:)
Thank You.
Posted
Updated 8-Dec-12 23:56pm
v2

 
Share this answer
 
Comments
VISH_a_CODE 9-Dec-12 6:22am    
Thanks budy..:)
[no name] 9-Dec-12 6:26am    
Cheers mate :)
you can use g++
usually it's pre installed if not type this in terminal
sudo apt-get install g++


then after that type
g++ <file_name> 

then to run the program use
./a.out
 
Share this answer
 
v3
Comments
VISH_a_CODE 9-Dec-12 6:23am    
Thank you too budy..:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900