User profile: George PlusPlus

User info
User name:George PlusPlus
Old user name:George P
History
Joined:
Number of posts:5687
Latest posts:

C++ Concept Visualizations
[quote]create diagrams and get them peer reviewed and put them up so people can learn from them. [/q...

C++ Concept Visualizations
There is a difference between the theory of a stack in generic programming and [tt]std::stack[/tt]. ...

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is...
For the basics on fixed and dynamic containers there's 2 lessons at Learn C++ you might want to peru...

C++ Concept Visualizations
Yeah, a vector isn't a C++ stdlib stack container, duh. :) A [tt]std::stack[/tt] is a container ada...

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is...
[quote]Stack overflow suggest this[/quote] Using a dynamic container, a vector, instead of a fixed s...