User profile: switchy

User info
User name:switchy
History
Joined:
Number of posts:38
Latest posts:

Calculator Class Question
I would make a post fix notation calculator rather than having different methods for each operation....

NEWBIE! In over his head (MOTOR CONTROL, pointers, classes and whatnot
yes like this. Here are the steps I would do. 1. Declare a vector(which you have done). [code]ve...

NEWBIE! In over his head (MOTOR CONTROL, pointers, classes and whatnot
Have a vector of type MotorbarAmp.

I need help with the if statement
This is what I have and I am getting no errors. [code]int main(){ string username = "jay"; if (u...

I need help with the if statement
What have you declared username as?