This is a tutorial about how to run a program in your linux terminal this case being ubuntu10.04.
1. Install g++,gcc library
2. go to the directory of your program using cd
3. g++ -Wall -W -Werror nameoftheprogram.cpp -o nameoftheprogram
4. chmod +x nameoftheprogram.cpp
5. ./nameoftheprogram
lol woops, Im sure 73 deg F is not -5 deg C. should do some debugging.
RandonActs5 11 months ago
@RandonActs5 I know man all I wanted to do is to run the program in ubuntu terminal thats all, Results just go to google temperatur!!! LOL have a great summer
rkl26 7 months ago
learn how to tab and you avoid all the copy paste
Peterolen 1 year ago 2
@Peterolen thanks for the tip
rkl26 1 year ago