Recent content by derpmaster

  1. derpmaster

    C++ program help

    I'll try it all out and see if it works thank you for your advice.
  2. derpmaster

    C++ program help

    Can anyone tell me why this wont continue past the first cin statement? #include <iostream> #include <cctype> #include <string> #include <iomanip> #include <cmath> //ADD OTHER INCLUDE FILES HERE using namespace std; int main() { //VARIABLE DEFINITIONS char choice, A, B, C; double tax =...
  3. derpmaster

    Can anyone help figure out whats wrong with this C++ program?

    K I got it working now i just need to figure out the math, how do you save X is equal to a number of Y? Is there a differnt symbol for that stuff?
  4. derpmaster

    Can anyone help figure out whats wrong with this C++ program?

    What do you mean by initializing, its not homework its a lab that I've already turned in. Id prefer to know where i went wrong.
  5. derpmaster

    Can anyone help figure out whats wrong with this C++ program?

    #include <iostream> #include <iomanip> using namespace std; int main () { double cup, gallon, liter, pint, quart, ounces, milliliter, teaspoon, tablespoon ; string horizontalLine (50, '-') ; cout << "HELLO RACHEL RAY! \n" << endl ; cout << "Enter the Number of Cups you wish to convert...
  6. derpmaster

    Asus G75VW gaming laptop

    How much do you want for it i got a friend looking for one.
  7. derpmaster

    Multi computer screen recording

    Alright im looking for a program that can be run from a single computer to record the screen of about 8 computers on a local network at one time. I know i can do it with fraps and piece together the video later but id rather not. Anyone know of a program that can do this, and the video needs to...