Forum: C++ Aug 1st, 2009 |
| Replies: 0 Views: 168 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: 147 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: 257 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: Monitors, Displays and Video Cards Feb 7th, 2009 |
| Replies: 1 Views: 649 I'm not very good at hardware. I wold like to know if my Foxconn 945P7AA, with a PCIe x16, woldu support a DDR3 video card. I want to know even if the type of memory matters . |
Forum: C++ Nov 25th, 2008 |
| Replies: 7 Views: 1,012 im compiling it under an older complier, no std |
Forum: C++ Nov 24th, 2008 |
| Replies: 7 Views: 1,012 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,012 #include <string.h>
class ITEM //here i get the error
{
private:
int price;
char name[ 21 ];
int efatr[ 4 ];
public:
void setName( char* newname ); |