...

how can i export a c++ programm as an executable? and add a permanent icon to it?

thanx in adv...
closed account (Dy7SLyTq)
how can i export a c++ programm as an executable?

compile it...

and add a permanent icon to it?

i believe you have to make a resource file
compile it...

do you mean that .exe file created in the folder of the program??
closed account (Dy7SLyTq)
yes. that is an executable
so, can i run it on another pc which is not having the same compiler as i have?
closed account (Dy7SLyTq)
the only thing a compiler does is turn it into machine code (well in this case it does. compilers can actually turn it into another language, such as what java does). compilers have no effect on what exe you can run
o.k
thanks!
Topic archived. No new replies allowed.