User profile: fiodis

User info
User name:fiodis
History
Joined:
Number of posts:7
Latest posts:

Pointer juggling
I'm running into an access violation error that I can't seem to resolve. I have a class called Scen...

Class pointer needs to be initialized in initializer list? Also why not "this->"?
I would want to keep the setFont function if I could. Changing font to a pointer worked, thanks. I...

Class pointer needs to be initialized in initializer list? Also why not "this->"?
I have two custom classes, Font and GlyphStr. Font stores info about glyph sizes and textures and s...

Possible Memory Leak?
Sorry for all the walls of text, it's why I wasn't sure if I should post the code in the first place...

Possible Memory Leak?
And part of the second half, logic.cpp and logic.h: logic.h: [code]#include <math.h> #include "simpl...