Search:

Type: Posts; User: misterAction

Search: Search took 0.00 seconds.

  1. Thanks for the quick reply! I know it seems...

    Thanks for the quick reply! I know it seems strange to do what Im doing, but my assignment says I can only store the chars in an array called data[2048]. I cant actually store the chars in the...
  2. Using a vector of pointers in a struct...HELP!

    Hello,

    Im trying to define a struct that contains a vector<unsigned char*> :



    struct Q
    {
    vector<unsigned char*> qu;
    };
Results 1 to 2 of 2