User profile: Ingvars

User info
User name:Ingvars
History
Joined:
Number of posts:3
Latest posts:

Looping though a vector of abstract classes.
The problem was here: [code]renderables = vector<Renderable*>(); MainUI ui = MainUI(); // class Mai...

Looping though a vector of abstract classes.
What does std::make_unique and std::unique_ptr?

Looping though a vector of abstract classes.
When i try to call a function from a pointer while looping trough a vector of pointers the program c...