![]() |
|
|
|
#1
|
|||
|
|||
|
I still use visual c++ 6.0 ,and VS .NET 2003 too.
In my opinion, If you will not use Microsoft .NET frameworks (this is a virtual machine live a Java) VS .NET 2003 or Higher is more best IDE than VS 6. For Example the Class View is more certainly in C++ grammar, specially when using ATL. |
|
#2
|
|||
|
|||
|
I'd say go for Visual Studio .NET 2003 (or even 2002, there isn't much difference). In my opinion, the environment is much better and the C++ compiler generates better code than VC6.
|
|
#3
|
|||
|
|||
|
Ok... well after looking around some more I have concluded that the Studio .NET 2003 will suit me best esp. since I will be using it with the XDK
.Thanks guys... also quick question to go along with this though.... does anyone know any reason to use Mingw32 compiler over Cygwin (or viceversa) thanks1 |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
... if you want to restart with either 2002 or 2003, choose the 2003 version Kerstin |
|
#6
|
|||
|
|||
|
There are some compiler bugs not fixed in VS.2003, use Intel CPP compiler instead.
|
|
#7
|
|||
|
|||
|
Quote:
Code:
int SomeFunc( void )
{
int nSomeVal;
....
return nSomeVal;
}
void AnotherFunc( int nVal )
{
// do sth with nVal
}
void main(void)
{
AnotherFunc( SomeFunc() + 0x100 );
}
Quote:
So the best is to use MSVC++ 7.1 (2003) + Intel C++ Compiler 8.1 (as it can be integrated into MSVC++). Just noticed that executables created by Intel C++ Compiler are generally bigger than those ones created with cl (M$' compiler). But therefore it provides more otimization features (e.g. Parallelization, PGO, ...) as well as support for latest technology such as SSE3 aso... Anyways I can remember that M$ announced support for PGO in MSVS 2005. |
|
#8
|
|||
|
|||
|
I don't want to create a new Thread, as my questio is very similar with this one.
I was also avay from programming for a long time... but now come back ![]() Can you plese recomend what i can use to compile for AMD 64 under windows xp 64 beta? A lot of thanks |
![]() |
| Thread Tools | |
| Display Modes | |
|
|