I''ve never used codewarrior (nor read anything about it), but I''d really like to give it a try. I use MSVC++6 Standard, and im pretty happy with it. Although its not fully ANSI compliant, I dont really notice any pullbacks because of it. Its a really nice IDE
http://www.labino.net
Code Warrior or Visual C++ ?
They''re both evil~
I have Code Warrior at school and I don''t like it at all (help = no helpful) and it is annoyingly slow with compiling. I haven''t actually used VC++, but I''m not to fond of anything MS offers (unless it''s free).
But I guess my dislike of these two IDEs stems from the fact I''d rather have TextPad and a command-line compiler.
I have Code Warrior at school and I don''t like it at all (help = no helpful) and it is annoyingly slow with compiling. I haven''t actually used VC++, but I''m not to fond of anything MS offers (unless it''s free).
But I guess my dislike of these two IDEs stems from the fact I''d rather have TextPad and a command-line compiler.
Mingw32 and Dev-C++ IDE Oh, are those not choices? Look into them! GCC is by far, more standards compliant than MSVC++ 6 is, and Dev-C++''s IDE isn''t too bad.
www.mingw.org - mingw32
www.bloodshed.net - dev-c++
www.mingw.org - mingw32
www.bloodshed.net - dev-c++
"I am governed by none other than the Laws of the Universe."
VC++ allows
int sd()
{
if(1==1)
{
int d = 3;
}
std::cout << d;
}
sort of thing (thgat isn''t the full code, btw!)
===========
Jack!!!!!!
int sd()
{
if(1==1)
{
int d = 3;
}
std::cout << d;
}
sort of thing (thgat isn''t the full code, btw!)
===========
Jack!!!!!!
===========Jack!!!!!!
most stuff you find on the internet will be made for Visual C++, using the .dsw fromat for projects etc. so I have to go with that
This has been a post by oglman, King of all that is holy.
This has been a post by oglman, King of all that is holy.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement