4

When I run allegro program there isnt standard text console. How can I make it appear, so I can use cout and cin then? Im using Dev-Cpp and allegro 4.2.1.

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982
noisy cat
  • 2,865
  • 5
  • 33
  • 51

1 Answers1

3

Two ways:

  • Create the application as a console application

enter image description here

sehe
  • 374,641
  • 47
  • 450
  • 633