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.

~4K People Reached
Favorite Forums
Favorite Tags
c++ x 12

7 Posted Topics

Member Avatar for mrnutty
Member Avatar for ze_viru$

A text-based RPG would be my suggestion too. As well as learning OOP, I would also suggest finding a graphics library like Allegro.

Member Avatar for ruwaiz1028
-3
3K
Member Avatar for DTV

Is it possible to move the screen focus in allegro. Like, key[KEY_UP] would move the screen up on a map? Thanks in advance.

Member Avatar for DTV
0
70
Member Avatar for baron919

Also, how good are you at object oriented programming? If you don't know OOP, that severely limits your options.

Member Avatar for mrnutty
-2
137
Member Avatar for DTV

I'm trying to make a 50x50 board of 50 pixel by 50 pixel squares. However, when I run this code, it only gives me one square. Does anyone have any idea what I'm doing wrong? [CODE] #include <iostream> #include <allegro.h> using namespace std; int xgen = 0; int ygen = …

Member Avatar for DTV
0
111
Member Avatar for dsakhare
Member Avatar for muska

I've had this problem with Dev too. Here's how I fixed it. 1. Open dev. 2. Go to Tools > Check for Updates/Packages. 3. Change the Devpack server to devpacks.org. Click "Check for Updates" and change the group to "Allegro." 4. Check off and download Allegro version 4.2.2. 5. Open …

Member Avatar for DTV
0
638

The End.