Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCtrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Vaclav_24-Sep-07 6:00
Vaclav_24-Sep-07 6:00 
AnswerRe: Ctrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Maximilien24-Sep-07 7:21
Maximilien24-Sep-07 7:21 
QuestionCRectTracker static linking Pin
bob1697224-Sep-07 5:58
bob1697224-Sep-07 5:58 
AnswerRe: CRectTracker static linking Pin
Mark Salsbery24-Sep-07 6:36
Mark Salsbery24-Sep-07 6:36 
GeneralRe: CRectTracker static linking Pin
bob1697224-Sep-07 7:31
bob1697224-Sep-07 7:31 
Questiongraphics in c++ console program Pin
Sai Yasodharan24-Sep-07 5:58
Sai Yasodharan24-Sep-07 5:58 
AnswerRe: graphics in c++ console program Pin
bob1697224-Sep-07 6:06
bob1697224-Sep-07 6:06 
GeneralRe: graphics in c++ console program Pin
Matthew Faithfull24-Sep-07 6:14
Matthew Faithfull24-Sep-07 6:14 
Good old Turbo C++ came with its own DOS/Console graphics library. You would need to port/include probably the whole thing for there to be any chance of this working. If all the source was provided, I seem to remember it was, then there's no reason in principle why this wouldn't compile under MSVC. Things have moved on though in the C++ language and you may hit really tricky problems down the line if you persue this.
Functions you're calling in the above code like initgraph, setcolor and graphresult are from the Borland graphics library.
I still have a copy of Turbo C++ on a Win 3.11 virtual PC with many of my old university projects which were developed in Borland Turbo C++ 0.99 and ported to Unix, Solaris and NextStep platforms with no problems although they didn't make use of the graphics library.
Enjoy.

Nothing is exactly what it seems but everything with seems can be unpicked.

AnswerRe: graphics in c++ console program Pin
El Corazon24-Sep-07 8:19
El Corazon24-Sep-07 8:19 
Questionread array of file names with CString array ? Pin
mrby12324-Sep-07 5:54
mrby12324-Sep-07 5:54 
AnswerRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:02
professionalChris Losinger24-Sep-07 6:02 
GeneralRe: read array of file names with CString array ? [modified] Pin
mrby12324-Sep-07 6:06
mrby12324-Sep-07 6:06 
GeneralRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:15
professionalChris Losinger24-Sep-07 6:15 
GeneralRe: read array of file names with CString array ? Pin
Vaclav_24-Sep-07 6:09
Vaclav_24-Sep-07 6:09 
GeneralRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:14
professionalChris Losinger24-Sep-07 6:14 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:17
David Crow24-Sep-07 6:17 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:24
mrby12324-Sep-07 6:24 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:38
David Crow24-Sep-07 6:38 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:47
mrby12324-Sep-07 6:47 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:57
David Crow24-Sep-07 6:57 
AnswerRe: read array of file names with CString array ? Pin
Vaclav_24-Sep-07 6:07
Vaclav_24-Sep-07 6:07 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:14
David Crow24-Sep-07 6:14 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:41
mrby12324-Sep-07 6:41 
GeneralRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:52
David Crow24-Sep-07 6:52 
QuestionActivex in mfc Pin
saisp24-Sep-07 5:14
saisp24-Sep-07 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.