Thread: What's the difference betwem these two libaries

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    160

    Question What's the difference betwem these two libaries

    #include <iostream.h>
    #include <stdio.h>
    Well english isn't my first language, (it's instead a useless language called danish which only 5 milion people speak!!) so if you think my grammar SUCKS (it does by the way) than you're more then welcome to correct me.
    Hell I might even learn something

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Why don't you open them up and find out...
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    This is from memory, so if I'm wrong, someone will flame... umm... I mean... correct me...

    stdio.h is C and includes printf(), etc.
    iostream.h is C++ and includes stdio.h as well as cout, etc.
    Last edited by DougDbug; 01-30-2003 at 03:33 PM.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Difference Equations / Recurrence Relations
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-05-2007, 10:26 AM
  2. What's the difference between var++ and ++var
    By ulillillia in forum C Programming
    Replies: 6
    Last Post: 05-31-2007, 02:27 AM
  3. Replies: 6
    Last Post: 08-26-2006, 11:09 PM
  4. difference betwem C++ and C# ?
    By Zahl in forum C# Programming
    Replies: 8
    Last Post: 12-07-2002, 06:02 AM
  5. Difference between macro and pass by reference?
    By converge in forum C++ Programming
    Replies: 2
    Last Post: 02-26-2002, 05:20 AM