Search:

Type: Posts; User: wolverine123

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    916

    sorry for the n[256] i actually declared the 20...

    sorry for the n[256] i actually declared the 20 also as 256.
  2. Replies
    5
    Views
    916

    #include #include ...

    #include <iostream.h>
    #include <string.h>
    #include <stdlib.h>

    int main ()
    {
    int i;
    char n [20];
    cout<<"Input: ";
    cin.getline (n,20,'\n');
  3. Replies
    5
    Views
    916

    Please help

    Hey guys i have a problem with my code here the problem is that
    the program should read in a text string containing a list of numbers separated by + or - and output the sum. The program should also...
Results 1 to 3 of 3