Ok so this will probably make me sound like the biggest noob in this forum BUT its a beginners forum right? So my question was, if for example, I wanted to make fahrenheit to celcius and vise vera program for my school friends to use (yes its not the most exciting program to use and they have web tools to do this but this program was off the top of my head so dont think of me even lower for thinking of that program), how could I make it so it was a .exe program for windows, and a .app file for mac. Please dont get me wrong, I am not asking how to make native programs, I am simply asking instead of making them compile the code to run my applications how can I make it so the program is a .exe file and whenever they want to use it they just run the program with no compiling needed.
were do i write g++ hellowworld.cpp... is that in terminal?
sorry to say this but, where do i download gcc/gnu
yes you will be thinking 'google it noob' but i just typed in gcc/gnu mac and it didnt come up with any positive sites only things like sourcefourge ect
Type "g++" into the terminal and see what happens. If it says no input files then you are all set up. If it says unrecognized command, then you have to configure gcc.