Thread: undeclared?

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    38

    How to show percentage sign?

    EDIT: ignore please I figured it out.... (it was way ahead of my knowledge to program it seems)
    Last edited by seal; 08-30-2005 at 12:54 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,665
    1. Those symbols are local to main()
    2. Those symbols are FUNCTIONS not VARIABLES. There's no way to assign a value to a function.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    38
    Quote Originally Posted by Salem
    1. Those symbols are local to main()
    2. Those symbols are FUNCTIONS not VARIABLES. There's no way to assign a value to a function.
    ok yeah, that was a total disaster on attempting to make it as a 1st program, i'm trying to do it 1 by 1 now heh...

    i'll delete this thread in a min I guess

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  2. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  3. Why wont my function exit correctly?
    By LightsOut06 in forum C Programming
    Replies: 2
    Last Post: 10-09-2005, 09:23 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM