help me with my contact book!

  • Thread starter Adam Steinberger
  • Start date
A

Adam Steinberger

Hey,
I'm currently working on an address book using classes that will
take and email address and a name and save it in a certain format in a
text file. Could you help me! I'm sure my code should be working, but
the compiler keeps giving me error messages. I'm not an idiot, so
please don't dumb down your reply! Thanks!

Adam Steinberger
 
S

Sumit Rajan

Adam said:
Hey,
I'm currently working on an address book using classes that will
take and email address and a name and save it in a certain format in a
text file. Could you help me! I'm sure my code should be working, but
the compiler keeps giving me error messages. I'm not an idiot, so
please don't dumb down your reply! Thanks!


Can you post some code? It is difficult to figure out exactly why the
compiler is complaining without seeing the code. It would also be
helpful if you post the error messages you are getting. See:
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.8

Regard,
Sumit.
 
H

Howard

Adam Steinberger said:
Hey,
I'm currently working on an address book using classes that will
take and email address and a name and save it in a certain format in a
text file. Could you help me! I'm sure my code should be working, but
the compiler keeps giving me error messages. I'm not an idiot, so
please don't dumb down your reply! Thanks!

Adam Steinberger

There's no reason to take such crap from your compiler. Smack it a good
one, and tell it if it doesn't straighten up, you'll use Delphi! :)

Seriously, how about some indication of what the problems/errors are, and
the code that generates them???

-Howard
 
T

Thomas Matthews

Adam said:
Hey,
I'm currently working on an address book using classes that will
take and email address and a name and save it in a certain format in a
text file.
So, what is the format for the text file?
We can't help if we don't know the format.

What is the format for the name?
Is the name fixed length or variable?
Is it one string or many (i.e. first, middle, last, etc.)?

What are the classes?

Could you help me!
Not today, as my crystal ball is in the shop. I'll have it back
tomorrow, so I can read your mind and gather the information that
you didn't post.

Otherwise, post the code that you are having problems with. Please
indicate expected behavior versus actual behavior.

I'm sure my code should be working, but
the compiler keeps giving me error messages. I'm not an idiot, so
please don't dumb down your reply! Thanks!
A wiser person posts some code.
Adam Steinberger



--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,184
Messages
2,570,978
Members
47,561
Latest member
gjsign

Latest Threads

Top