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

C / C++ / MFC

 
GeneralProgress made. Pin
WREY5-Aug-03 10:48
WREY5-Aug-03 10:48 
GeneralRe: One of us is hallucinating. Pin
l a u r e n5-Aug-03 11:58
l a u r e n5-Aug-03 11:58 
GeneralRe: One of us is hallucinating. Pin
WREY5-Aug-03 12:51
WREY5-Aug-03 12:51 
GeneralRe: One of us is hallucinating. Pin
Atlantys5-Aug-03 16:17
Atlantys5-Aug-03 16:17 
GeneralRe: One of us is hallucinating. Pin
WREY5-Aug-03 18:29
WREY5-Aug-03 18:29 
GeneralRe: One of us is hallucinating. Pin
Toni785-Aug-03 22:18
Toni785-Aug-03 22:18 
GeneralRe: One of us is hallucinating. Pin
WREY6-Aug-03 6:26
WREY6-Aug-03 6:26 
GeneralRe: One of us is hallucinating. Pin
Atlantys6-Aug-03 5:57
Atlantys6-Aug-03 5:57 
Toni78 said it right: the way you think debuggers should work is not the actual way they work. The breakpoint is set on a line to break BEFORE the line is run. That way you can set the breakpoint, break at that line or code, then step to the next line and see what that line of code did. It seems rather silly to have a breakpoint AFTER the code you want to look at has already been executed.

I bet you and I have different meaning to the old "1,2,3, Go" conundrum. Is it: "1,2,3, THEN Go", or is it: "1,2,3, GO on 3". Poke tongue | ;-P


The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices.
[Roger Wright on stupid people]

Generalreading in a file and storing the words in a char[] Pin
johnstonsk5-Aug-03 8:44
johnstonsk5-Aug-03 8:44 
GeneralRe: reading in a file and storing the words in a char[] Pin
canniballl5-Aug-03 9:17
canniballl5-Aug-03 9:17 
GeneralRe: reading in a file and storing the words in a char[] Pin
johnstonsk5-Aug-03 9:34
johnstonsk5-Aug-03 9:34 
GeneralRe: Windows API related problem.... Pin
Bob Stanneveld5-Aug-03 8:14
Bob Stanneveld5-Aug-03 8:14 
GeneralRe: Windows API related problem.... Pin
Maximilien5-Aug-03 8:43
Maximilien5-Aug-03 8:43 
GeneralRe: Windows API related problem.... Pin
jhwurmbach5-Aug-03 21:36
jhwurmbach5-Aug-03 21:36 
GeneralCalling VC6 DLL from VB6 DLL Pin
patwilliams5-Aug-03 7:45
patwilliams5-Aug-03 7:45 
QuestionHow do you add full datbase support to a dialog app after..... Pin
Terry O'Nolley5-Aug-03 6:49
Terry O'Nolley5-Aug-03 6:49 
Questionvertical scroll bar not working in MFC? Pin
mcguile2575-Aug-03 6:04
mcguile2575-Aug-03 6:04 
Questionconnected to the network ???????? Pin
si_695-Aug-03 5:51
si_695-Aug-03 5:51 
AnswerRe: connected to the network ???????? Pin
David Crow5-Aug-03 7:07
David Crow5-Aug-03 7:07 
AnswerRe: connected to the network ???????? Pin
Ravi Bhavnani5-Aug-03 9:41
professionalRavi Bhavnani5-Aug-03 9:41 
AnswerRe: connected to the network ???????? Pin
l a u r e n5-Aug-03 12:00
l a u r e n5-Aug-03 12:00 
AnswerRe: connected to the network ???????? Pin
kochhar5-Aug-03 14:43
kochhar5-Aug-03 14:43 
GeneralInstall TCP/IP Pin
Anonymous5-Aug-03 5:42
Anonymous5-Aug-03 5:42 
GeneralRe: Install TCP/IP Pin
John M. Drescher5-Aug-03 7:36
John M. Drescher5-Aug-03 7:36 
GeneralWhere is GDI+ 1.1 Pin
User 223705-Aug-03 5:10
User 223705-Aug-03 5:10 

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.