Thread: what is wrong with this program?

  1. #16
    learner
    Guest

    Wink

    Thanks everone it finaly worked fine!

  2. #17
    Registered User
    Join Date
    May 2002
    Posts
    317
    OK, are you declaring an instance of your class in the code? If not use a scope resolver like so
    Code:
    student( char name,char address,char city,char state,char zip)::getdata; //ect.

  3. #18
    Registered User Spleeneraclingy's Avatar
    Join Date
    May 2002
    Posts
    16

    Talking Sorry

    Sorry I can't help, I just started C++ yesterday(gotta start sometime )
    I just want everyone to see my quote(it's from MGS2 )
    ...What was the point of this post?(M*A*S*H is the best show ever)
    (My first post!)
    "Life's short and hard, like a bodybuilding elf."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Maze Program - What am I doing wrong?
    By Gipionocheiyort in forum C++ Programming
    Replies: 20
    Last Post: 08-02-2007, 01:31 PM
  2. Replies: 5
    Last Post: 01-13-2007, 02:14 AM
  3. What is wrong with my code? My first program......
    By coreyt1111 in forum C++ Programming
    Replies: 11
    Last Post: 11-14-2006, 02:03 PM
  4. Whats wrong with this program - Output of a series
    By duffmckagan in forum C Programming
    Replies: 2
    Last Post: 07-26-2006, 09:57 AM
  5. Whats wrong with my program?
    By Ruflano in forum C++ Programming
    Replies: 5
    Last Post: 02-21-2002, 05:09 PM