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
Printable View
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
Feel free to read this. I hope it helps.
"newest features" ?? You are talking about stuff from 1998, when the very first standard of the C++ language was created.Quote:
Originally Posted by venkyomni
Anyways, you can get free standard-compliant compilers, e.g. Microsoft Visual C++ Express or gcc. Google is your friend.
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.Quote:
Originally Posted by venkyomni
I'd add my vote for Visual Studio express.
Thank you guys for the reply.....
-Venky