copiling error fixation

Discussion in 'C++' started by sweet_sumansharma, Sep 23, 2010.

  1. sweet_sumansharma

    sweet_sumansharma New Member

    Joined:
    Sep 19, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    hey guys in turbo c++ compiler following statement is showing n error
    using namespace std;
    wht cud b da possible reason
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    TC does not support the namespace concept.
     
  3. pulsar@c

    pulsar@c New Member

    Joined:
    Sep 16, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Its not supported by the compiler.
     
  4. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    You do one thing instead of "using namespace std;" simply use
    # include<iostream.h>
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice