Results 1 to 2 of 2
I am undergoing a training program on C++ .My College has demanded a project of C++ on Linux, but my company (from where i am taking training) is providing me ...
- 05-28-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 26
C coding windows-linux
I am undergoing a training program on C++ .My College has demanded a project of C++ on Linux, but my company (from where i am taking training) is providing me C++ training on windows, NOT LINUX. If I make a project there (on windows), then how can I convert code for Linux??
- 05-28-2008 #2
As long as you're not making any Windows-specific system calls (like COM objects or the Windows graphics toolkit) your code will be portable. All you would need to do is recompile it using the Linux version of your C++ compiler. Command-line C/C++ is pretty system transparent for the most part.
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
