User profile: Christov

User info
User name:Christov
History
Joined:
Number of posts:5
Latest posts:

Problem with de-allocating memory
This was from my experience, I was getting errors until I changed to CIwArray<void> images; and no...

Problem with de-allocating memory
@Chevril That's awesome! Ok so I use CIwArray instead of vector, no problem. However I can no longer...

Problem with de-allocating memory
Hmm.. this does not bode well. delete does work when it's just a regular display image command but n...

Problem with de-allocating memory
@ Jikax Thanks! Ok so when I call this: std::vector<CIw2DImage*> images; This doesn't automatical...

Problem with de-allocating memory
Hi guys, I'm totally new to C++ and trying to program something using the Marmalade API (www.madewi...