Thread: IsbIt namespace std

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    128

    IsbIt namespace std

    I am reviewing some sample code that uses IsbIt. It compiles successfully on my machine.

    The top of the code sample has "using namespace std;"

    I try removing the namespace line and modifying IsbIt to read std::IsbIt and it doesn't work. Is IsbIt a subset of something?

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    there is no IsbIt or std::IsbIt in C++. Its probably either in a non standard header or maybe in the code itself.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why std:: and not using namespace std?
    By swappo in forum C++ Programming
    Replies: 4
    Last Post: 07-03-2009, 03:10 PM
  2. std:: or namespace std
    By C-+ in forum C++ Programming
    Replies: 16
    Last Post: 12-04-2007, 12:30 PM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. need ; before using namespace std
    By wwfarch in forum C++ Programming
    Replies: 7
    Last Post: 05-11-2004, 10:42 PM
  5. Site tutorials
    By Aalmaron in forum C++ Programming
    Replies: 20
    Last Post: 01-06-2004, 02:38 PM