View Single Post
  #8   Spotlight this post!  
Unread 10-04-2002, 18:03
tritium
 
Posts: n/a
C++ is C++ #include "geek.h"

C++ is C++ regardless of what compiliar you use. The only thing I know Microsoft did in their program that kinda effects the language is they automatically include the boolean header file in all programs. The program I use, Symantec C++ however does not, I need to do a little #include "bool.h" everytime I need to use it.