Search:

Type: Posts; User: z80z80

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,873

    Yes Salem, I'm SURE my problem is that everything...

    Yes Salem, I'm SURE my problem is that everything is pointing at the same object, the pointer in the loop and the one stored in the vector, so my silly question is how to do what I'm trying to do,...
  2. Replies
    5
    Views
    1,873

    The main code is C, to store Point* I googled for...

    The main code is C, to store Point* I googled for some code to implement list or vectors and this was the first and simpliest way I found, the compiler is VC so I've no problem using some C++ code,...
  3. Replies
    5
    Views
    1,873

    vector and pointers to a newbie

    Too much time without C programming (15+ years) so I'm a totally newbie now.

    My problem, sure it's simply, is that I'm storing pointers in a vector but they are modified.

    I've a Point* point;...
Results 1 to 3 of 3