Thread: Noob Question: Can't compile with "end1"

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    3

    Unhappy Noob Question: Can't compile with "end1"

    Hello programmers

    I started learning C++ a few days ago so this might be a super noob question.

    I was doing tutorial (here), trying the while tutorial. When I compile, I get a message from the compiler saying "end1 undeclared".
    Isn't 'end1' is already in the iostream library? Or maybe I should insert another library there?

    Thank you very much for helping out.

  2. #2
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489
    that's
    Code:
    endl
    it is ENDL not END1.
    Hope this help.
    Just GET it OFF out my mind!!

  3. #3
    Registered User
    Join Date
    Jan 2010
    Posts
    3
    Aaaaargh.

    Why am I super blur? Gaaaah.

    Thanks a million audine!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compile question?
    By tomy in forum C++ Programming
    Replies: 6
    Last Post: 04-11-2008, 05:33 AM
  2. Real Noob question
    By Dark Greek in forum C++ Programming
    Replies: 8
    Last Post: 09-09-2007, 06:49 PM
  3. Noob Question
    By ytaipsw in forum C Programming
    Replies: 27
    Last Post: 04-27-2006, 07:49 PM
  4. Noob here...a simple question.
    By The_Mayor in forum C Programming
    Replies: 4
    Last Post: 06-08-2005, 12:48 AM
  5. Replies: 5
    Last Post: 11-01-2002, 06:09 PM