Search:

Type: Posts; User: Fuyuki

Search: Search took 0.01 seconds.

  1. Thread: Reading a file

    by Fuyuki
    Replies
    1
    Views
    1,020

    Reading a file

    Okay well I have a file that reads bowling scores and it assumes that each person is taking turns

    its formatted as so

    John
    Mary
    Derick
    Dougless
    7 2 10 7 3 9 1 9 0 9 1 5 5 9 1 5 3 6 4 8 1 10...
  2. Replies
    4
    Views
    1,162

    *double post* Anyone anyone??

    *double post*

    Anyone anyone??
  3. Replies
    4
    Views
    1,162

    I meant to say char, and I am not allowed to use...

    I meant to say char, and I am not allowed to use append I have already something in the lines of




    char *result = str1;

    while(*str1 != "/0")
    {
  4. Replies
    4
    Views
    1,162

    Appending Char

    Well I am having problems prety bad, want to make a function in which can concatenate one string to another. I have to do it with a pointer notation and a array notation



    char* strcat(char...
Results 1 to 4 of 4