Search:

Type: Posts; User: mz0086

Search: Search took 0.00 seconds.

  1. Thanks. How would I go about dynamically...

    Thanks. How would I go about dynamically allocating the strings in the dynamically allocated structure? Does this make sense?
  2. How to build an array of pointers to structures...

    How to build an array of pointers to structures using what i have?
  3. build an array of pointers to structures and dinam allocate strings within the struct

    Hello I have the following code hoping to build an array of pointers to structures and dinamically allocate strings within the structures. Any help will suffice!


    #include "v4.h"

    int main()...
Results 1 to 3 of 3