Search:

Type: Posts; User: Timber

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,083

    Fantastic, i just googled the split() and came up...

    Fantastic, i just googled the split() and came up with nothing

    Cheers :)
  2. Replies
    6
    Views
    1,083

    Cheers I found modf double modf(double x,...

    Cheers

    I found modf

    double modf(double x, double *y);

    That's all that's written about it, could you please show me how to use it ?
  3. Replies
    6
    Views
    1,083

    How do i use the split() to seperate numbers

    #include <iostream.h>
    #include <conio.h>
    int main()
    {
    double Number, Decimal;
    int Integer;
    cout << "Enter decimal number: ";
    cin >> Number; cin.ignore();
Results 1 to 3 of 3