Thread: C++ code in 1999

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    12

    Smile C++ code in 1999

    Hi all:

    I have a C++ program for me to use, but it is written in 1999, and I notice that the some aspects of C++ program now different from that in 1999, such as "using namespace std" and "#include <cmath>," I wonder where can I get a complete list of changes.

    More specifically, I have the following header headers, some of them may be in old style, but I just don't know:

    #include <stdio.h>

    #include <string.h>

    #include <float.h>

    #include <values.h>

    #include <limits.h>

    #include <ostream.h>

    #include <assert.h>

    #include <stdlib.h>

    #include <math.h>

    #include <iostream.h>

    #include <sys/types.h>

    #include <sys/stat.h>

    #include <fcntl.h>

    #include <unistd.h>

    #include <io.h>

    #include <fstream.h>

    #include <time.h>

    #include <malloc.h>

    #include <unistd.h>

    #include <ctype.h>

    Thank!
    Last edited by chen1279; 10-03-2006 at 06:39 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 23
    Last Post: 04-20-2009, 07:35 AM
  2. Extended ASCII Characters in an RTF Control
    By JustMax in forum C Programming
    Replies: 18
    Last Post: 04-03-2009, 08:20 PM
  3. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 0
    Last Post: 02-21-2002, 06:05 PM