Search:

Type: Posts; User: syaorankun

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,953

    hello! i'm glad to know that i can't use...

    hello!

    i'm glad to know that i can't use fprint() without using a for-loop. fortunately for my program, i do know the length of each string, so i did end up using fprint():


    for(i = 0; i <...
  2. Replies
    4
    Views
    1,953

    fprint an array of string pointers?

    hi,

    i'm working on a project that has dynamically allocated strings placed into a dynamically allocated array. i'm trying to use fprint to print out all of the strings to standard output, but it's...
Results 1 to 2 of 2