Hello people.
I have to write some c++ code for a university project. Maybe 400-500 lines of code.
It won't use any "fancy" library and it'll run in text mode.
The thing is, we have to make it compile on Visual Studio 2005.
I want to write it using kdevelop and then try to make it compile on vs2005.
Does anybody know from experience if I'll have a hard time or not trying to make this simple c++ code written with kdevelop compile on vs2005?
Thanks a lot.
Elez
EDIT: Just to help people with the same problem, who would like to know. Indeed when using only the most basic libraries, making a kdevelop project compile on vs2005 and vice-versa is easy. I barely had to change a thing and it just compiled flawlessly.
I have to write some c++ code for a university project. Maybe 400-500 lines of code.
It won't use any "fancy" library and it'll run in text mode.
The thing is, we have to make it compile on Visual Studio 2005.
I want to write it using kdevelop and then try to make it compile on vs2005.
Does anybody know from experience if I'll have a hard time or not trying to make this simple c++ code written with kdevelop compile on vs2005?
Thanks a lot.
Elez
EDIT: Just to help people with the same problem, who would like to know. Indeed when using only the most basic libraries, making a kdevelop project compile on vs2005 and vice-versa is easy. I barely had to change a thing and it just compiled flawlessly.
Comment