Search:

Type: Posts; User: SamuraiDave

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,442

    allocating memory?

    I have a structure which holds 3 float numbers, I'd like to create an array of this structure of size "iNumberVertices" (an integer).
    I'm doing it like this at the moment, but it's not working,...
  2. Thanks :) its working fine now (also the last...

    Thanks :) its working fine now (also the last "firstchunk" used should have been "firstChunk").
  3. struct instance "undeclared" (first use in this function)

    I'm having trouble getting some code to compile...the following code gives me the error:
    'Chunk' undeclared (first use in this function)
    when compiled with "make" in cygwin.




    //create...
Results 1 to 3 of 3