Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending Keystrokes to another process Pin
Tim Deveaux15-Dec-01 14:24
Tim Deveaux15-Dec-01 14:24 
GeneralRe: Sending Keystrokes to another process Pin
#realJSOP16-Dec-01 3:15
professional#realJSOP16-Dec-01 3:15 
GeneralRe: Sending Keystrokes to another process Pin
Tim Deveaux16-Dec-01 4:00
Tim Deveaux16-Dec-01 4:00 
GeneralPrinting Problem! Pin
Mazdak15-Dec-01 8:36
Mazdak15-Dec-01 8:36 
GeneralBeyond Fundamental C++ - Experience Pin
valikac15-Dec-01 7:03
valikac15-Dec-01 7:03 
GeneralRe: Beyond Fundamental C++ - Experience Pin
Tim Smith15-Dec-01 8:00
Tim Smith15-Dec-01 8:00 
GeneralRe: Beyond Fundamental C++ - Experience Pin
Michael Dunn15-Dec-01 8:39
sitebuilderMichael Dunn15-Dec-01 8:39 
GeneralRe: Beyond Fundamental C++ - Experience Pin
valikac15-Dec-01 9:31
valikac15-Dec-01 9:31 
Thanks guys.

Those are a couple of powerful insights.

Michael Dunn:

Okay. I use bool to as a way to validate if/else and/or while/do whlie loops.

Example:

if (!verify)
...

while(!verify)
...

I agree that it is best to sometime leave it up to C++ itself to optimize the code. However, as programmers, we design the software. It is ultimate up to the programmer to design it in a way that would be best for the job the program performs.

Tim Smith:

Thanks for the clear insight about real world programming. From what you said, I believe the message was it is up to the programmer to manage her/his time wisely in terms of considering which part of an application to put the most time and effort for optimization. The big picture is still about money and getting the product quicker than competitors will still producing a quality software package.

Nicely said!
Kuphryn
GeneralRe: Beyond Fundamental C++ - Experience Pin
valikac15-Dec-01 10:13
valikac15-Dec-01 10:13 
GeneralRe: Beyond Fundamental C++ - Experience Pin
Tim Smith15-Dec-01 10:27
Tim Smith15-Dec-01 10:27 
GeneralRe: Beyond Fundamental C++ - Experience Pin
valikac15-Dec-01 10:51
valikac15-Dec-01 10:51 
GeneralRe: Beyond Fundamental C++ - Experience Pin
Todd Smith16-Dec-01 5:00
Todd Smith16-Dec-01 5:00 
GeneralRe: Beyond Fundamental C++ - Experience Pin
valikac16-Dec-01 5:20
valikac16-Dec-01 5:20 
GeneralFunction explored from .exe files and heap problems Pin
Marc Richarme15-Dec-01 6:02
Marc Richarme15-Dec-01 6:02 
GeneralRe: Function explored from .exe files and heap problems Pin
Igor Sukhov15-Dec-01 6:14
Igor Sukhov15-Dec-01 6:14 
GeneralRe: Function explored from .exe files and heap problems Pin
Marc Richarme15-Dec-01 8:47
Marc Richarme15-Dec-01 8:47 
GeneralRe: Function explored from .exe files and heap problems Pin
Joaquín M López Muñoz16-Dec-01 2:57
Joaquín M López Muñoz16-Dec-01 2:57 
QuestionHow to integrate a Button Object into the middle of the Mainframe at Runtime. Pin
Alexander_BMW15-Dec-01 5:20
Alexander_BMW15-Dec-01 5:20 
QuestionModeless dialog?? Pin
Rickard Andersson2015-Dec-01 1:18
Rickard Andersson2015-Dec-01 1:18 
AnswerRe: Modeless dialog?? Pin
David Wulff15-Dec-01 2:53
David Wulff15-Dec-01 2:53 
GeneralRe: Modeless dialog?? Pin
Rickard Andersson2015-Dec-01 11:36
Rickard Andersson2015-Dec-01 11:36 
GeneralActiveXComponent Pin
San15-Dec-01 0:08
San15-Dec-01 0:08 
GeneralRe: ActiveXComponent Pin
Joaquín M López Muñoz15-Dec-01 0:19
Joaquín M López Muñoz15-Dec-01 0:19 
QuestionI want run program with crystal report component in another computer? Pin
nemati14-Dec-01 20:38
nemati14-Dec-01 20:38 
AnswerRe: I want run program with crystal report component in another computer? Pin
Joaquín M López Muñoz15-Dec-01 0:27
Joaquín M López Muñoz15-Dec-01 0:27 

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.