I am learning c++. The book I am following is Object-Oriented Programming in C++ (4th Edition) by Robert Lafore and the IDE i am using is Xcode 4. In a lot of examples msoftcon.h
file has been included to run programs having graphics.
It has been mentioned in the book that I’ll need to add the appropriate Console Graphics Lite files. Any idea how to install and use Console Graphics Lite for Xcode? so that i can include msoftcon.h
and run those programs