Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Yet another problem with LPCTSTR Pin
Toby Opferman22-Jun-05 9:17
Toby Opferman22-Jun-05 9:17 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld22-Jun-05 20:27
Bob Stanneveld22-Jun-05 20:27 
GeneralRe: Yet another problem with LPCTSTR Pin
Toby Opferman23-Jun-05 10:10
Toby Opferman23-Jun-05 10:10 
GeneralOT Pin
Bob Stanneveld23-Jun-05 12:05
Bob Stanneveld23-Jun-05 12:05 
GeneralRe: OT Pin
Toby Opferman23-Jun-05 13:40
Toby Opferman23-Jun-05 13:40 
GeneralRe: OT Pin
Bob Stanneveld23-Jun-05 21:17
Bob Stanneveld23-Jun-05 21:17 
GeneralRe: OT Pin
Toby Opferman24-Jun-05 5:28
Toby Opferman24-Jun-05 5:28 
GeneralRe: OT Pin
Bob Stanneveld30-Jun-05 23:31
Bob Stanneveld30-Jun-05 23:31 
Hello,

I just got back from my holliday, so this post may be a little late, but I didn't have internet access at my location Blush | :O .

I agree that some problems are more easy to detect in a lower level context than others, but there is also a plethora of other problems that are more easy to detect with a high level view. An example of this is the infamous corner case bug, where you loop once too many or once to few. This is more easy to detect if you understand the context. (It's actually the comment that does the trick, but the high level view is less cluttered..)

I'll stop with my arguments, since I think that we both don't want to get involved in an endless debate about peoples passion for things.

Toby Opferman wrote:
It works under the same principal that if you wanted to crack a third party application, you don't need to know what that application's logic is you just need to find that one instruction that determines the path divergence to either fail or continue execution of the application.

It's mandatory to think that way, since you'll never have the source code available. If you have it, there would be no need to crack it.. Smile | :)

Toby Opferman wrote:
I wouldn't say you're below average. For example, you had the right idea on that keyboard input thread yesterd

ay about keeping track of the key presses, other people seemed to miss that on the thread.


Thank you, I feel flattered Blush | :O

Toby Opferman wrote:
There's a lot to learn and what you know today is usually only good for a few years before it's replaced by something new that you have to re-learn! Creating an ISR to keep track of key presses is definately not used by application programs anymore for example, yet I did that 10 years ago.

The coding techniques are generally old at the moment that you are using them. They are new at the moment you learn them. The key is to learn an abstract technique, algorithm, etc. that you can implement in different languages, so that you don't have to relearn everything. The only thing to relearn is the technique to implement the idea.


Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
GeneralRe: OT Pin
Toby Opferman1-Jul-05 9:00
Toby Opferman1-Jul-05 9:00 
GeneralRe: Yet another problem with LPCTSTR Pin
JWood22-Jun-05 10:17
JWood22-Jun-05 10:17 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld22-Jun-05 7:02
Bob Stanneveld22-Jun-05 7:02 
GeneralRe: Yet another problem with LPCTSTR Pin
tomek1823-Jun-05 2:06
tomek1823-Jun-05 2:06 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld23-Jun-05 2:29
Bob Stanneveld23-Jun-05 2:29 
GeneralRe: Yet another problem with LPCTSTR Pin
tomek1823-Jun-05 4:01
tomek1823-Jun-05 4:01 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld23-Jun-05 4:18
Bob Stanneveld23-Jun-05 4:18 
GeneralRe: Yet another problem with LPCTSTR Pin
David Crow23-Jun-05 3:21
David Crow23-Jun-05 3:21 
Questionwhat is MFCO42D.DLL? Pin
liuyue22-Jun-05 5:44
liuyue22-Jun-05 5:44 
AnswerRe: what is MFCO42D.DLL? Pin
David Crow22-Jun-05 5:59
David Crow22-Jun-05 5:59 
GeneralRe: what is MFCO42D.DLL? Pin
liuyue22-Jun-05 14:29
liuyue22-Jun-05 14:29 
GeneralRe: what is MFCO42D.DLL? Pin
David Crow23-Jun-05 3:14
David Crow23-Jun-05 3:14 
AnswerRe: what is MFCO42D.DLL? Pin
ThatsAlok22-Jun-05 18:22
ThatsAlok22-Jun-05 18:22 
Generalget logged on user Pin
hph22-Jun-05 5:19
hph22-Jun-05 5:19 
GeneralRe: get logged on user Pin
David Crow22-Jun-05 5:55
David Crow22-Jun-05 5:55 
GeneralRe: get logged on user Pin
Toby Opferman22-Jun-05 9:12
Toby Opferman22-Jun-05 9:12 
GeneralRe: get logged on user Pin
hph22-Jun-05 22:24
hph22-Jun-05 22:24 

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.