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
Ranked #55.0K
~363 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
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 …
Re: Array Troubles
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; } …
The End.
TotalZombie