User profile: Constipator

User info
User name:Constipator
History
Joined:
Number of posts:11
Latest posts:

Issue with dereferencing pointers
Thank you for your fast response. I changed my code as you suggested and it works perfectly fine now...

Issue with dereferencing pointers
Greetings, I'm having an issue with dereferencing pointers: main.cpp: [code]#include <iostrea...

Data structure gives error LNK2001
I have fiddled around a bit more with the code I had, and removed the static keyword from the initia...

Data structure gives error LNK2001
@DTSCode: They should be linked in the right order... @jlb: [code]#include <iostream> #include <SFM...

Data structure gives error LNK2001
Greetings, I'm having issues with constructing structures. I am using the SFML library, but that ...