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
~63.6K People Reached
Favorite Tags
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for jd_1604

O.K. Ive compiled my program for debugging. I really don't know where to start looking. My program consists of two blocks of source code (Robotmoves.cpp and Character.cpp) and one header file (Character.h) Once I have compiled and attempted to run the program the error tells me my Robotmoves.EXE had triggered …

Member Avatar for Salem
0
92
Member Avatar for jd_1604

Hello all. I have been trying to run a program on my VC8 compiler which incorporates the Allegro enviroment. It enables users to move a small robot.bmp image around the screen by using the arrow keys. Problem is I get my main window up and first animation frame displayed, but …

Member Avatar for Ancient Dragon
0
233
Member Avatar for jd_1604

G'day all. I have been trying some Allegro applications within my VC8 compiler. Everything has been linking fine until this one: [code] #include <allegro.h> BITMAP *myImage; int main() { allegro_init(); install_keyboard(); set_color_depth(16); set_gfx_mode( GFX_AUTODETECT,1280,600,0,0); myImage = ( "G:\\My Images\\box.bmp", NULL); acquire_screen(); draw_sprite( screen, myImage, 200, 150); release_screen(); readkey(); return 0; …

Member Avatar for Salem
0
132
Member Avatar for jd_1604

Hello again. After my past few weeks getting annoyed with compiling issues, I seem to have started getting somewhere.(Visual C++) I have a quick question. Since visiting numerous sites and experimenting with various sample and source codes I am finding one thing. One block of code from a certain site …

Member Avatar for ~s.o.s~
0
80
Member Avatar for jd_1604

Hello All. First of all,thank-you to all who replied with advice on my dilemma. 'Unable to compile OpenGL code.' Much appreciated and after extensive searching I was finally successful running a small piece of openGL sample code through Visual C++. What a hoot, what a joy!:) Unfortunately though, I then …

Member Avatar for ~s.o.s~
0
71
Member Avatar for jd_1604

Hello all. My name is Jason and I'm from Australia. After spending years in the laboring community I finally got sick of the rat race and decided to make a change. I'n now part time studying a the tender age of thirty. And loving it:cheesy: I am new to these …

Member Avatar for happygeek
0
43
Member Avatar for jd_1604

Hello. I am currently dabbling with C++ with view to learning openGL. I am using Microsoft Visual C++ and Borland compilers but the problem is neither of these programs want to accept any OpenGL code I put into them. Can someone please help me?

Member Avatar for jd_1604
0
110