Thread: another noobie question

  1. #16
    noobie
    Guest
    namespace name expected
    call to undefined functions getchar and system

  2. #17
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Try <iostream.h> instead of <iostream>

  3. #18
    noobie
    Guest
    doesnt work

  4. #19
    noobie
    Guest
    the errors are the same either way

  5. #20
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Is this thread the same as this one ?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  6. #21
    Much older and wiser Fountain's Avatar
    Join Date
    Dec 2001
    Location
    Engeeeerland
    Posts
    1,158
    take out the system pause. you dont need that AND getchar();
    Such is life.

  7. #22
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Hammer
    Is this thread the same as this one ?
    Not really, but there seem to be a 'noobie' flood on the board,
    lotsa 'noobie asking help' forums swarming around here.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. A fourth noobie question - namespace std?
    By Noobie in forum C++ Programming
    Replies: 24
    Last Post: 08-12-2005, 02:10 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. A third noobie question
    By Noobie in forum C++ Programming
    Replies: 5
    Last Post: 01-21-2003, 12:53 AM