Search:

Type: Posts; User: cfanatic

Search: Search took 0.00 seconds.

  1. So I should use a list? Ok, I'll give that a go....

    So I should use a list? Ok, I'll give that a go. :D

    Your long posts are always good reading. :D
  2. Thanks, I will give this a go. :D

    Thanks, I will give this a go. :D
  3. Yes, this is the problem that I am having. I know...

    Yes, this is the problem that I am having. I know how to use malloc, and I know that a pointer needs to be declared before malloc can be used. But how do I declare a new different pointer for every...
  4. I don't have access to a compiler at the moment,...

    I don't have access to a compiler at the moment, but I have changed the code so that you can get a rough idea of what I want to do.

    In the while loop, how would I be able to generate a new char...
  5. dynamic expansion of multi-dimensional arrays (or array of pointers)

    Hi all.

    The code works as expected(display words starting with brown). What if I don't know in advance how many words of this type a document contains? How can I dynamically increase the size of...
Results 1 to 5 of 5