Search:

Type: Posts; User: cproghelp

Search: Search took 0.00 seconds.

  1. :eek: thanks for giving me some tips, i tried...

    :eek:

    thanks for giving me some tips, i tried some of those ways and now i get segmentation errors. I havent learned pointers yet so the pointer in my program i just copied from the FAQ.

    maybe...
  2. Compiling Errors - return makes integer..., function returns address...

    Hi, Im having trouble debugging my program.
    My program is suppose to read a txt list that consists of a number followed by letters

    82
    fsdfkd
    0
    fdsfds

    I got that part to work thanks to some...
  3. Okok, I used that method... with this file ...

    Okok, I used that method...
    with this file
    ------------------------
    32
    abcdefg
    22
    hijklm
    45
    nopqr
  4. Grouping two related lines together from a file...help!

    Hi, if I have a file that looks like this

    --------------------

    8
    ihave
    22
    a
    0
    aheadache
  5. Replies
    2
    Views
    830

    Thanks for the advice! I fixed up my code using...

    Thanks for the advice!
    I fixed up my code using a temp[] and now its working!
  6. Replies
    2
    Views
    830

    Removing the "\n" from an array???

    Hi, Im writing a program and the first step is to read a text file containing characters and then store them into an array. The text files looks something like this:

    abcde
    fghij
    klmno

    I want...
Results 1 to 6 of 6