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
~147 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for steball

Name: Matt Nickname: Stingray (favorite RPG character--mutant humanoid porcupine), Steball (username I picked up in college, just kind of stuck with me) Height: 5'9'' Weight: 230 (working on that....but not really) Hair: Brown Eyes: light blue to dark green (depends on my mood...go figure) Location: OK Age: 32 Hobbies: Writing …

0
23
Member Avatar for steball

I am trying to load a list of image files into an image array. The following code snippet works: Graphics gImage(hdc); Image iTiles[intNumTiles] = {L"Image[0].jpg", L"Image[1].jpg", L"Image[3].jpg", ...}; gImage.DrawImage(&iTiles[0], 100, 50); gImage.DrawImage(&iTiles[1], 140, 90); gImage.DrawImage(&iTiles[1], 180, 130); ... The problem is, I don't know how many image files there are, …

Member Avatar for Ancient Dragon
0
124