User: overlordmanny

  • Public profile

User profile: overlordmanny

User info
User name:overlordmanny
History
Joined:
Number of posts:13
Latest posts:

Issues with iterating through a vector of objects
Ok, I thought that was the point of having iterators... to iterate through array type objects. I gue...

Issues with iterating through a vector of objects
Ok, maybe I'm losing my mind. This bit of code throws the same error. [code] std::vector<int> n...

Issues with iterating through a vector of objects
Hi, thanks for the replies. Yes, I can get it to work fine using the ranged for, but I can't for th...

Issues with iterating through a vector of objects
I can get it to work this way... [code] for (auto& i : pVect) { int tAlpha = i.getAlpha(); ...

Issues with iterating through a vector of objects
I'm playing around with creating a very simple particle generator. Yet I find that when I store thes...

This user does not accept Private Messages