Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Controlling powerpoint?! Pin
markhaslehurst10-Mar-06 0:30
markhaslehurst10-Mar-06 0:30 
GeneralRe: Controlling powerpoint?! Pin
Ryan Binns10-Mar-06 0:39
Ryan Binns10-Mar-06 0:39 
GeneralRe: Controlling powerpoint?! Pin
markhaslehurst10-Mar-06 0:47
markhaslehurst10-Mar-06 0:47 
GeneralRe: Controlling powerpoint?! Pin
toxcct9-Mar-06 23:56
toxcct9-Mar-06 23:56 
GeneralRe: Controlling powerpoint?! Pin
markhaslehurst10-Mar-06 0:04
markhaslehurst10-Mar-06 0:04 
GeneralRe: Controlling powerpoint?! Pin
toxcct10-Mar-06 0:10
toxcct10-Mar-06 0:10 
GeneralRe: Controlling powerpoint?! Pin
markhaslehurst10-Mar-06 0:15
markhaslehurst10-Mar-06 0:15 
GeneralRe: Controlling powerpoint?! Pin
toxcct10-Mar-06 0:20
toxcct10-Mar-06 0:20 
OWL is the graphical library of borland (equivalent of MFC in Visual C++).

actually, if you work in console, yes, using cout/cin (or worse, C function like printf(), etc...) will work because there are part of the standard. standard mean that all C++ compiler provides them, and they work the same way.

if you need to use a specific library (gotoxy() for instance), it won't work on microsoft compiler.
GeneralRe: Controlling powerpoint?! Pin
markhaslehurst10-Mar-06 0:26
markhaslehurst10-Mar-06 0:26 
QuestionSir, I want to know the diffrence between Adding a Virtual Function And Message Handler pls help me. Pin
CodeVarma9-Mar-06 20:44
CodeVarma9-Mar-06 20:44 
AnswerRe: Sir, I want to know the diffrence between Adding a Virtual Function And Message Handler pls help me. Pin
toxcct9-Mar-06 21:13
toxcct9-Mar-06 21:13 
QuestionWindow Handle and Process Handle Pin
Subramaniam s.V.9-Mar-06 19:39
Subramaniam s.V.9-Mar-06 19:39 
AnswerRe: Window Handle and Process Handle Pin
Stephen Hewitt9-Mar-06 19:49
Stephen Hewitt9-Mar-06 19:49 
AnswerRe: Window Handle and Process Handle Pin
Monty29-Mar-06 19:49
Monty29-Mar-06 19:49 
GeneralRe: Window Handle and Process Handle Pin
Subramaniam s.V.9-Mar-06 20:00
Subramaniam s.V.9-Mar-06 20:00 
GeneralRe: Window Handle and Process Handle Pin
Monty29-Mar-06 20:03
Monty29-Mar-06 20:03 
GeneralRe: Window Handle and Process Handle Pin
Stephen Hewitt9-Mar-06 20:28
Stephen Hewitt9-Mar-06 20:28 
QuestionInternet Explorer Pin
Subramaniam s.V.9-Mar-06 19:22
Subramaniam s.V.9-Mar-06 19:22 
AnswerRe: Internet Explorer Pin
Monty29-Mar-06 19:44
Monty29-Mar-06 19:44 
GeneralRe: Internet Explorer Pin
Subramaniam s.V.9-Mar-06 20:03
Subramaniam s.V.9-Mar-06 20:03 
GeneralRe: Internet Explorer Pin
Monty29-Mar-06 20:13
Monty29-Mar-06 20:13 
Question3 win32 applications running parallel Pin
BeakX9-Mar-06 18:36
BeakX9-Mar-06 18:36 
AnswerRe: 3 win32 applications running parallel Pin
Monty29-Mar-06 19:05
Monty29-Mar-06 19:05 
GeneralRe: 3 win32 applications running parallel Pin
BeakX9-Mar-06 19:43
BeakX9-Mar-06 19:43 
GeneralRe: 3 win32 applications running parallel Pin
Monty29-Mar-06 20:00
Monty29-Mar-06 20:00 

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.