Exetools  

Go Back   Exetools > General > General Discussion

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 01-04-2005, 05:46
Claudio
 
Posts: n/a
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  
Old 01-05-2005, 01:59
gigaman gigaman is offline
Friend
 
Join Date: Jun 2002
Posts: 87
Rept. Given: 0
Rept. Rcvd 3 Times in 2 Posts
Thanks Given: 0
Thanks Rcvd at 14 Times in 11 Posts
gigaman Reputation: 4
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  
Old 01-05-2005, 03:29
joejoejoe
 
Posts: n/a
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  
Old 01-05-2005, 04:16
Satyric0n
 
Posts: n/a
Quote:
Originally Posted by gigaman
I'd say go for Visual Studio .NET 2003 (or even 2002, there isn't much difference).
I beg to differ on this... The IDE wasn't much changed, I agree, but the C++ compiler had many notable changes. So for the topic at hand, I recommend VS.Net 2003 highly over 2002...
  #5  
Old 01-05-2005, 16:04
nuemga2000 nuemga2000 is offline
Friend
 
Join Date: Jan 2002
Posts: 59
Rept. Given: 1
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 0
Thanks Rcvd at 5 Times in 5 Posts
nuemga2000 Reputation: 2
Quote:
Originally Posted by Satyric0n
I beg to differ on this... The IDE wasn't much changed, I agree, but the C++ compiler had many notable changes. So for the topic at hand, I recommend VS.Net 2003 highly over 2002...
I can second this ...
... if you want to restart with either 2002 or 2003, choose the 2003 version

Kerstin
  #6  
Old 01-06-2005, 10:10
fsheron
 
Posts: n/a
There are some compiler bugs not fixed in VS.2003, use Intel CPP compiler instead.
  #7  
Old 01-06-2005, 16:25
ArC ArC is offline
VIP
 
Join Date: Jan 2003
Location: NTOSKRNL.EXE
Posts: 172
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 17 Times in 12 Posts
ArC Reputation: 1
Quote:
There are some compiler bugs not fixed in VS.2003
Hm i recently noticed sth strange. The compiler seems to have problems with calculations with return values from functions within function arguments. E.g.
Code:
int SomeFunc( void )
{
int nSomeVal;
....
return nSomeVal;
}

void AnotherFunc( int nVal )
{
// do sth with nVal
}

void main(void)
{
AnotherFunc( SomeFunc() + 0x100 );
}
The call in main is not translated correctly so the value given to AnotherFunc is wrong...
Quote:
use Intel CPP compiler instead
Hm well yes but you still need a linker and an IDE is quite useful, too.
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  
Old 01-06-2005, 21:47
vladlp
 
Posts: n/a
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
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 15:46.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )