Thread: bloodshed problem?

  1. #1
    damanman
    Guest

    Cool bloodshed problem?

    yo all im "damanman" just thought u should know and also, in the program "dev-C++" (which is a compiler) theres a option where you could build a program called "hello world" (the icon looks like a globe) in the "additional" tab when selecting the application you want to build. well anyways i just wanted to know is the apllication "iosteam.h" a... how do you say... forgotten error by the programmer? well anyways i also wanted to know if it isnt am i missing that file or is it a never before seen application.

    p.s; i entered "#include<iostream.h>" to fix the problem but still im confused cause i never ran in to a problem like this in any program EVER!!! (except my own).

    p.s#2; did i spell all those word's right?

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    >which is a compiler

    No, it's an IDE.

    There's a typo on one of the Dev C++ templates. Go to Dev-C++/Templates/Hello_cpp.txt and change <iosteam.h> to <iostream.h>.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    1

    Unhappy

    i did already

  4. #4
    wierd guy bart's Avatar
    Join Date
    Aug 2001
    Posts
    87
    There's a typo on one of the Dev C++ templates. Go to Dev-C++/Templates/Hello_cpp.txt and change <iosteam.h> to <iostream.h>.
    It took me ages to figure that one out

  5. #5
    Unregistered
    Guest
    it only took me 5 min's

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help understanding a problem
    By dnguyen1022 in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2009, 04:21 PM
  2. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  3. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  4. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  5. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM