Search:

Type: Posts; User: Turbo02

Search: Search took 0.01 seconds.

  1. Replies
    21
    Views
    2,630

    Thanx for your help I appreciate it. I now...

    Thanx for your help I appreciate it. I now understand. Im going to take my final in an hour everyone wish me luck hahahah
  2. Replies
    21
    Views
    2,630

    Im starting to understand this now somewhat. My...

    Im starting to understand this now somewhat. My question is

    value.numerator = (numerator * rat.denominator) + (rat.numerator * denominator);
    value.denominator = denominator * rat.denominator;
    ...
  3. Replies
    10
    Views
    3,497

    How to use strtok?

    I have to write a program that inputs a phone number in this form (555) 555-5555. I have to use the strtok function, but what is the point? im not sure. It mentions that the area code string should...
  4. Replies
    21
    Views
    2,630

    Thanks for the help guys but I jsut cant...

    Thanks for the help guys but I jsut cant understand it.
  5. Replies
    21
    Views
    2,630

    Yeah i know thats for the main function but I...

    Yeah i know thats for the main function but I wanted to know if my addition function is correct
  6. Replies
    21
    Views
    2,630

    Ok this is what I have for my addition function. ...

    Ok this is what I have for my addition function. Please tell me whats wrong here I dont have a clue.


    #include <iomanip.h>
    #include <stdio.h>...
  7. Replies
    21
    Views
    2,630

    Sorry man I dont understand that. I need to do...

    Sorry man I dont understand that. I need to do something like this. Im not sure what to put inside the function. How can I add 2 rational numbers if I only pass in one. Im not sure but I think...
  8. Replies
    21
    Views
    2,630

    New to board problems with overloading

    Hey whats up everybody. Im new to the board and Im trying to understand this overloading thing but I dont have a clue. Anyways I have to write a program that adds 2 rational numbers and I have to...
Results 1 to 8 of 8