November 25th, 2012 02:44 AM
Looking into this and I have found that it's not possible to have more than one console per process so I have decided to only allow for one console window to be created. I am thinking that perhaps...
November 24th, 2012 09:15 AM
I am fairly new to C++ programming and wish to start learning the language properly. Recently I have started to write some classes that allow me to create console programs. The issue I am having is...
August 18th, 2009 12:55 PM
Paul, I am no expert so I thought it was better just to post what I did. In future I will try to replicate issues in a more compact way. I noticed you made vmColor c; public in vmConsoleApp so I...
August 18th, 2009 11:58 AM
Following on from my console project I decided to change a line in my method for SetColor() in my color class that calls a public method in my ConsoleApp class. I now get an error 35...
January 24th, 2009 08:13 AM
Thanks Mybowlcut,
this works correctly now.
January 24th, 2009 06:11 AM
I am new to CPP programming and I am trying to create a class vmConsole that has another class vmColor embedded into it. I understand that because my console class "has a" color, I need to program...