CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AfricanDude

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    832

    Re: a structure with a vector as a member

    That is over my head for now.
    But I will chew on it for a while
    Thank you for yor time

    AD
  2. Replies
    6
    Views
    832

    Re: a structure with a vector as a member

    As you see I have to use a c library, and I can not do what you are suggesting
    can I, I geuss May be I do not understand what you have said.
    Could you elaborate more.

    Thanx

    AD
  3. Replies
    6
    Views
    832

    a structure with a vector as a member

    Hello:
    I have this interesting problem...
    I have to use a c-library that contains a function that is defined as follow:

    int func(char * cpData);

    I have been using a structure accually a...
  4. Replies
    12
    Views
    16,036

    structure with a vector as a member

    Hello:
    I have this interesting problem...
    I have to use a c-library that contains a function that is defined as follow:

    int func(char * cpData);

    I have been using a structure accually a...
  5. Replies
    12
    Views
    16,036

    populate a 3-d vector

    That is what I did, I wanted to make sure.

    Thank you very much for the help.

    Good Day!
    AD
  6. Replies
    12
    Views
    16,036

    populate a 3-d vector

    How do I populate a 3-d stl vector using a for statement?

    thank you
  7. Replies
    12
    Views
    16,036

    Multi-dimension STL vector

    Help!
    I am trying to use the STL vector multi-dimenstional (I know how to do 2-d but I want to use 3-d

    This is what I have tried

    vector < vector <vector <int> >> m(3, vector< vector<int>...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured