SFML community forums

Help => Window => Topic started by: Aiden_Cohen on April 10, 2018, 10:24:07 pm

Title: Can't draw vector of pointers to window.
Post by: Aiden_Cohen on April 10, 2018, 10:24:07 pm
I've been trying to make a vector of objects, so that I can draw all of them to the screen, so I have been using pointers to do that, but when I try to de-pointer the  pointers, it just throws all kinds of errors. Here is my code
Title: Re: Can't draw vector of pointers to window.
Post by: Hapax on April 11, 2018, 12:28:24 am
it just throws all kinds of errors.
You may want to state which kinds of errors specifically.