Forum: C++ Aug 1st, 2009 |
| Replies: 0 Views: 171 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 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 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 im compiling it under an older complier, no std |
Forum: C++ Nov 24th, 2008 |
| Replies: 7 Views: 1,079 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 #include <string.h>
class ITEM //here i get the error
{
private:
int price;
char name[ 21 ];
int efatr[ 4 ];
public:
void setName( char* newname ); |