Search:

Type: Posts; User: csl; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: Phone Book in C++

    by csl
    Replies
    3
    Views
    14,625

    oops, sorry about that, in my code i needed a...

    oops, sorry about that, in my code i needed a string array instead of a char array. regarding your code, why not just make the data retrieval process a function and then call it whenever necessary,...
  2. Thread: Phone Book in C++

    by csl
    Replies
    3
    Views
    14,625

    int counter = 0; // counter for array locations ...

    int counter = 0; // counter for array locations
    char names[10][80]; // array of 10 strings each of 79 chars, just for example, yours are global
    string line; // getting each individual line from...
Results 1 to 2 of 2