Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Nickyu0712 ; Forum: C++ and child forums
Forum: C++ Aug 1st, 2009
Replies: 0
Views: 171
Posted By Nickyu0712
Every time I try to execute my program I get an error:"The instruction at "0x00401585" refereced memory at "0x00000028".The memory could not be "read"". Pleas help me!

I have linked -lagl -lalleg...
Forum: C++ Jul 29th, 2009
Replies: 0
Views: 188
Posted By Nickyu0712
I just added the allegro and allegroGL packages to my DEV C++ compiler. But I have an error with the set_gfx_mode funtion. I have written this :
#include <allegro.h>
#include <alleggl.h>

int...
Forum: C++ Jul 28th, 2009
Replies: 2
Views: 305
Posted By Nickyu0712
I would like to know which would be a good graphics library to begin with. I am using Allegro, I want to know if this is good enough for 2D graphics like manipulating bitmaps etc.
Forum: C++ Nov 25th, 2008
Replies: 7
Views: 1,079
Posted By Nickyu0712
im compiling it under an older complier, no std
Forum: C++ Nov 24th, 2008
Replies: 7
Views: 1,079
Posted By Nickyu0712
now its even worse

#include <string.h>


class ITEM // declaration sytax error
{
private:
int price;
char name[ 21 ];
Forum: C++ Nov 23rd, 2008
Replies: 7
Views: 1,079
Posted By Nickyu0712
#include <string.h>

class ITEM //here i get the error
{
private:
int price;
char name[ 21 ];
int efatr[ 4 ];
public:
void setName( char* newname );
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC