|
-
May 8th, 2008, 01:31 AM
#1
Complier
Hi friends,
Can someone please tell me which compiler is the good one that supports all the newest features like Templates and Namspaces etc.. Because the one I am using right now is not supporting the header #include<iostream> ..
Thank you
Venkat
-
May 8th, 2008, 01:40 AM
#2
Re: Complier
Feel free to read this. I hope it helps.
-
May 8th, 2008, 07:04 AM
#3
Re: Complier
 Originally Posted by venkyomni
Can someone please tell me which compiler is the good one that supports all the newest features like Templates and Namspaces etc.. Because the one I am using right now is not supporting the header #include<iostream> ..
"newest features" ?? You are talking about stuff from 1998, when the very first standard of the C++ language was created.
Anyways, you can get free standard-compliant compilers, e.g. Microsoft Visual C++ Express or gcc. Google is your friend.
More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity. --W.A.Wulf
Premature optimization is the root of all evil --Donald E. Knuth
Please read Information on posting before posting, especially the info on using [code] tags.
-
May 8th, 2008, 08:08 AM
#4
Re: Complier
 Originally Posted by venkyomni
...because the one I am using right now is not supporting the header #include<iostream> .
I don't know but it sounds like you've got yourself a C compiler there. Which operating system are you using? If it's windows, then I'd go for Visual Studio express, that way you get a nice IDE with an easy to use "out of the box" debugger too.
-
May 8th, 2008, 09:17 AM
#5
Re: Complier
I'd add my vote for Visual Studio express.
Last edited by JohnW@Wessex; May 8th, 2008 at 09:17 AM.
Reason: Spelling
-
May 9th, 2008, 01:32 AM
#6
Re: Complier
Thank you guys for the reply.....
-Venky
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|