Thread: <stdio.h> and <iostream.h>

  1. #1
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187

    Question <stdio.h> and <iostream.h>

    I have 2 questions.

    1. EXE from <iostream.h> is much bigger than <stdio.h>. I wish to know which one work faster?

    2. I was told that many OS produced with C++. I want to know which C++ compilers produce WinME/NT/XP and Red Hat Linux OS?

    Thx in advance
    Jaguar

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > EXE from <iostream.h> is much bigger than <stdio.h>. I wish to know which one work faster?
    Write the same program using both methods, and time it yourself. The answer is bound to be implementation specific.

    > I was told that many OS produced with C++
    Mmm
    The core OS of Linux is in C, no idea about anything else

    Do you regard the web browser as part of the OS or not?

  3. #3
    Unregistered
    Guest
    the linux core kernel is coded in C and compiled with gcc. gcc is amazing and is greater than any other c compiler .

  4. #4
    Registered User moonwalker's Avatar
    Join Date
    Jul 2002
    Posts
    282
    Originally posted by Unregistered
    the linux core kernel is coded in C and compiled with gcc. gcc is amazing and is greater than any other c compiler .
    really ? I thought it makes HUGE executables ?
    but it certainly is one of the best compilers..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. <iostream.h> or <iostream>?
    By {MaX} in forum C++ Programming
    Replies: 18
    Last Post: 06-05-2006, 12:52 AM
  2. <iostream.h> or <iostream>?
    By Yumin in forum C++ Programming
    Replies: 30
    Last Post: 01-31-2006, 02:00 AM
  3. <iostream.h> or <iostream> ??
    By Lazy Student in forum C++ Programming
    Replies: 8
    Last Post: 11-18-2002, 08:58 PM
  4. <iostream> over <iostream.h>
    By GreenCherry in forum C++ Programming
    Replies: 10
    Last Post: 10-16-2002, 11:37 AM
  5. <iostream.h> vs using std:://......
    By blight2c in forum C++ Programming
    Replies: 5
    Last Post: 03-31-2002, 12:45 AM