Search:

Type: Posts; User: rockysfr

Search: Search took 0.01 seconds.

  1. strcpy - How to copy a single character to string?

    Hi,

    Lets say I'm reading a certain character from a file stream using the fgetc function. How can I append this character to another string using the strcopy function (or perhaps a more suitable...
  2. Replies
    2
    Views
    1,970

    Question on malloc() and reading strings

    Hi,

    I've just switched from java programming to c programming and am currently facing some problems (probably as I'm unfamilar with pointers and c syntax).

    Let's same my program has to read in...
Results 1 to 2 of 2