Thread: Bloodshed Dev c++

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    2

    Bloodshed Dev c++

    I'm sorry for being a huge n00b here and allk, but i have a few questiosn about the compiler i'm using.

    I really havn't started learning C++ yet so bear w/ me plz.

    Anyways, here's my problem, i'm use Bloodshed's Dev C++ and everytime i try to compiler there are error messages.

    Even when i directly copy and paste from one of the tutorials from this web site.

    The update i just dled had an example of a very simple program that just said "Hello"

    And that didn't even work.

    When i try to compie it these are the errors that i get:

    'cout' undeclared (first use this function.)
    build error) (untitled1.o) Error 1

    i'm sorry for being a total newbie at this but we all started somwhere.

    If i posted this is the wrong forum please tell me.

    Thanx.
    -Zabur

    ------------------------------------------------------------------------------------
    "You said you would die for me then why are you suprised to hear your own eulogy"-Tool

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    try adding:
    Code:
    #include <iostream>
    using namespace std;
    to the top of the file.

    gg

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2

    yeah

    ok, it's working, thanx alot.
    Last edited by Zabur; 04-12-2003 at 11:29 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bloodshed Dev Stops Compiling
    By bengreenwood in forum C++ Programming
    Replies: 4
    Last Post: 11-11-2007, 03:25 PM
  2. bloodshed dev c++ help
    By rocketmanx in forum Game Programming
    Replies: 4
    Last Post: 07-28-2004, 02:57 AM
  3. Sleep on Bloodshed Dev C++
    By BigSter in forum C++ Programming
    Replies: 3
    Last Post: 11-15-2001, 10:17 AM
  4. Wait on Bloodshed Dev C++
    By BigSter in forum C++ Programming
    Replies: 1
    Last Post: 11-14-2001, 03:46 AM
  5. Tutorial about Bloodshed Dev!
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2001, 07:42 PM