Search:

Type: Posts; User: cplayer1

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,979

    oh i see. stringarray is a pointer to an array of...

    oh i see. stringarray is a pointer to an array of pointers, so it needs two asterisks, right?

    btw, it worked. thank you so much!
  2. Replies
    5
    Views
    2,979

    i've put it back to the if loop. it's not the...

    i've put it back to the if loop.
    it's not the problem though. same error.

    I think maybe the last allocated memory is corrupted by something before but I couldn't find the bug.
  3. Replies
    5
    Views
    2,979

    strcpy problem

    hi everyone

    I ran into an error when working on this assignment in MS Visual Studio 2008. I need to get a paragraph of text into an array of strings (with each string holding one line) and it must...
Results 1 to 3 of 3