M
Michael Reichenbach
After working with script languages, notepad(++) and co. and several
other ide`s I found something which really improved my productivity
(Visual Studio 2005). It`s imho better then dev-cpp... I worked with C#
and VB.net a bit and it was really easy because of the debugger, the
interactive debugger, intellisense, command completer and so on.
I would like to stick to this ide.
But I thought about to invest in C++ instant of C# / VB.net because .net
is not portable enough (programs can`t compile to native code, them need
always the .net framework and them can`t be written cross platform from
windows to linux because mono is not ready yet). C++ is a bit better in
this case.
My question is, if I decide to use VS05 to write C++... Are I limited to
Windows? Or if I use cross platform frameworks like qt I just need to
recompile under linux?
Or is VS05 C++ incompatible with gcc/qt and so on?
I couldn`t even compile a hello world example for gcc.
(http://www2.latech.edu/~acm/helloworld/c++.html) I guess because VS05
don`t has iostream.h. But if I would add this reference I could use VS05
anyway?
Is there any reason against VS05 for cross platform? What is the most
used ide for cross platform C++? Dev-cpp?
other ide`s I found something which really improved my productivity
(Visual Studio 2005). It`s imho better then dev-cpp... I worked with C#
and VB.net a bit and it was really easy because of the debugger, the
interactive debugger, intellisense, command completer and so on.
I would like to stick to this ide.
But I thought about to invest in C++ instant of C# / VB.net because .net
is not portable enough (programs can`t compile to native code, them need
always the .net framework and them can`t be written cross platform from
windows to linux because mono is not ready yet). C++ is a bit better in
this case.
My question is, if I decide to use VS05 to write C++... Are I limited to
Windows? Or if I use cross platform frameworks like qt I just need to
recompile under linux?
Or is VS05 C++ incompatible with gcc/qt and so on?
I couldn`t even compile a hello world example for gcc.
(http://www2.latech.edu/~acm/helloworld/c++.html) I guess because VS05
don`t has iostream.h. But if I would add this reference I could use VS05
anyway?
Is there any reason against VS05 for cross platform? What is the most
used ide for cross platform C++? Dev-cpp?