Reputation: 15
I've started game programming with allegro 5 on Dev c++. But all the ebooks I've read on the net tells about doing allegro 5 game programming on Microsoft visual studio. But I have a problem, I cannot install Microsoft visual studio on my PC for some drivers problem. So my question is that can I make and RUN any game I make in Dev c++. Will that cause any problem in future. Can't game programming be done without Microsoft visual studio..?? Thanks Div's.
Upvotes: 0
Views: 50
Reputation: 7218
All you need is a C/C++ compiler. Visual Studio is not required. The allegro wiki has instructions for using Allegro with Dev C++.
Upvotes: 1