opening a my first program (how) ubuntu :) Eazy ey!

ok il re make it! the question.!:
geany i.d.e(programing platform)
linux ubuntu os, os ubuntume
saving my first "hello" program and coming writings as? cc, cpp, exe ?
im realy lost u know and i dont know how to save it as, 2 day- cpp works only in the ide,
and one thing more how to open it from a terminal veiw. cd...documents... uknow:)
and can i doubelklick on it, as well, to open the program cus a gay said microsoft got that patent and it s, just that......wel hell i dont know what... hehhe
Last edited on
i think you are asking how to save this & open in an ubuntu(unix) terminal.

save as file.c (in text editor)
compile gcc -o file file.c (in terminal)
run ./file ( " )
Topic archived. No new replies allowed.