Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: epx
  • Order by date
  1. epx

    static data members in a class.....

    I did that...look at the message above. It just doesn't work for some reason.
  2. epx

    static data members in a class.....

    Ok, I have 3 static data members defined for a class "calculator" in a file ('calculator.h') how do initialize these for use? The three data memberes are: static float display static float num1 static char command i have tried putting them in the constructor like this: float...
  3. epx

    Checking if a string is a number?

    I am in a beginning programming class. We are writing a calculator program. I would like to know how I can cin to a string then check if the string is a number (float or int) or a command (of type char: / + - *) if it is a number is needs to be converted to float, if it is a command it needs to...

Part and Inventory Search

Back
Top