Thread: Standard C++ classes

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    46

    Standard C++ classes

    Is there a way that I can look at the source code for the standard C++ classes? When I look in the header files like iostream.h all I see are declarations, but no implementation.
    C code. C code run. Run code, run...please!

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    Depends on your compiler.
    zen

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    46
    MSVC++ 6
    C code. C code run. Run code, run...please!

  4. #4
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    Check the CRT directory.
    zen

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    46
    There doesn't seem to be a CRT directory, and any CRT files are encrypted
    C code. C code run. Run code, run...please!

  6. #6
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    You'll have to update your installation - it's an optional install. The files aren't encrypted.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  2. Questions on Classes
    By Weng in forum C++ Programming
    Replies: 2
    Last Post: 11-18-2003, 06:49 AM
  3. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM
  4. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM
  5. Sharing a variable between classes of different .CPP files
    By divingcrab in forum C++ Programming
    Replies: 5
    Last Post: 07-07-2002, 02:57 PM