Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~363 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for TotalZombie

So, I'm playing around with SDL and I've come across a bit of a bump. I have one image and I am trying to "free" that image to put on another one. Here is what my code looks like.. [CODE] // I did get a good section of this code …

Member Avatar for rfrapp
0
218
Member Avatar for youLostTheGame

Uh, I think I know what you're doing. Assuming what you want is actually to replace the characters every cycle, then I believe I can help you. Make sure that you have the rand() headers. In your main() function, have the code.. [CODE] int main() { srand(time(NULL)); return 0; } …

Member Avatar for arkoenig
0
145

The End.