And will it work whidout problems, after ja have done so? I can run it on different computers and there will be no problems? And also, how can i compile C::B project with different compilators?
I can run it on different computers and there will be no problems?
If you mean the .exe file which is your program, no, you'll have to compile it again on the other computer, but I think you can run that one .exe on any computer with the same operating system(?)
If you want to be able to run a single compiled file on any operating system, look into Java.