CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: Complier

  1. #1
    Join Date
    May 2008
    Posts
    3

    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

  2. #2
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    346

    Re: Complier

    Feel free to read this. I hope it helps.
    Believe in your Dreams, Work for what you Believe in.
    My thoughts? Angelo's Stuff
    Some fun things I've done: RayWatch, QuickFeed, ACSVParser

    @ngelo

  3. #3
    Join Date
    Jan 2004
    Location
    Düsseldorf, Germany
    Posts
    2,401

    Re: Complier

    Quote 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.

  4. #4
    Join Date
    May 2007
    Location
    Scotland
    Posts
    1,164

    Re: Complier

    Quote 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.

  5. #5
    Join Date
    Jul 2002
    Location
    Portsmouth. United Kingdom
    Posts
    2,727

    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

  6. #6
    Join Date
    May 2008
    Posts
    3

    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
  •  





Click Here to Expand Forum to Full Width

Featured