User: memerson

  • Public profile

User profile: memerson

User info
User name:memerson
History
Joined:
Number of posts:8
Latest posts:

Invalid parameter passed in assignment operator?
I narrowed it down to this piece of SFML code: [code] points[((a + b*width) * 4) - 1].texCoords = sf...

Invalid parameter passed in assignment operator?
I noticed that I had not written a destructor for the chunk class, so I made a blank destructor quic...

Invalid parameter passed in assignment operator?
Hello, When this code executes it is throwing an error stating "An invalid parameter was passed to a...

[SFML]How do you modify cpp files?
I am programming on windows 10 and ran into a performance issue in SFML related to the use of joysti...

Variable changes in array assignment for no reason?
Here is my copy constructor for the chunk class: [code] Chunk::Chunk(const Chunk &other) { tileMap...

This user does not accept Private Messages