Quote (labatymo @ Nov 25 2013 03:51pm)
put the header file alegro.h in the same folder, and replace <alegro.h> with "alegro.h"
the person who wrote the code ur looking at probably added the include directory in their project properties
And by alegro, i mean with 2 ls. I don't know why the shit you're not allowed to post it on d2jsp :S
A_l_legro (auction website), a Poland-based online auction website (Sourced from wikipedia). I'm assuming it's the same reason E_B_A_Y is filtered.
Quote (Arstar04 @ Nov 25 2013 11:06am)
only reason i copied it was to try and compile so i can learn to get the program to work before i start writing code and not being able to compile it.
Compiling somebody else's source code is not a good way to check to see if your compiler is working properly.
For all you know, that source code is 4 years old and was written by a retard. Anybody can upload to the internet.
Again, your BEST bet (both for learning and for testing your compiler) is to write your own simple programs.. 1 function, a couple variables, cin/cout, basic stuff.. Go from there.