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

C / C++ / MFC

 
AnswerRe: Directory Name Issue (_splitpath) Pin
Programm3r25-Apr-07 23:23
Programm3r25-Apr-07 23:23 
Questiondbf read problem. Pin
david bagaturia25-Apr-07 22:11
david bagaturia25-Apr-07 22:11 
AnswerRe: dbf read problem. [modified] Pin
GuyM25-Apr-07 22:20
GuyM25-Apr-07 22:20 
GeneralRe: dbf read problem. Pin
david bagaturia25-Apr-07 22:39
david bagaturia25-Apr-07 22:39 
QuestionHow to add column header to CTreeCtrl ? Pin
Yanshof25-Apr-07 21:35
Yanshof25-Apr-07 21:35 
AnswerRe: How to add column header to CTreeCtrl ? [modified] Pin
GuyM25-Apr-07 21:41
GuyM25-Apr-07 21:41 
QuestionBreakpoint Pin
baerten25-Apr-07 21:22
baerten25-Apr-07 21:22 
AnswerRe: Breakpoint Pin
GuyM25-Apr-07 21:31
GuyM25-Apr-07 21:31 
If you're using VC2005 you can add a condition to a breakpoint. Here's how:
1. Add a breakpoint anywhere you want.
2. Open the "Breakpoints" window from "Debug-->Windows-->Breakpoints".
3. In the "Breakpoints" window, right-click the selected breakpoint and select "Condition...".
4. In the edit box write "var == 501" nad make sure that the "Is true" radio button is selected.
5. Run your app in debug mode.

Hope this helps ...
Guy.
GeneralRe: Breakpoint Pin
baerten25-Apr-07 21:55
baerten25-Apr-07 21:55 
GeneralRe: Breakpoint Pin
Mark Salsbery26-Apr-07 8:00
Mark Salsbery26-Apr-07 8:00 
GeneralRe: Breakpoint Pin
baerten26-Apr-07 20:37
baerten26-Apr-07 20:37 
GeneralRe: Breakpoint Pin
Mark Salsbery29-Apr-07 7:27
Mark Salsbery29-Apr-07 7:27 
GeneralRe: Breakpoint Pin
baerten29-Apr-07 21:20
baerten29-Apr-07 21:20 
GeneralRe: Breakpoint Pin
Mark Salsbery30-Apr-07 6:36
Mark Salsbery30-Apr-07 6:36 
GeneralRe: Breakpoint Pin
baerten1-May-07 20:59
baerten1-May-07 20:59 
GeneralRe: Breakpoint Pin
Mark Salsbery2-May-07 4:54
Mark Salsbery2-May-07 4:54 
QuestionProlog code and recursive func. call mechanism in stack with VC++ Pin
sawerr25-Apr-07 20:54
sawerr25-Apr-07 20:54 
AnswerRe: Prolog code and recursive func. call mechanism in stack with VC++ Pin
Stephen Hewitt25-Apr-07 21:58
Stephen Hewitt25-Apr-07 21:58 
QuestionHow can i write/read object into/from file? Pin
$uresh $hanmugam25-Apr-07 20:53
$uresh $hanmugam25-Apr-07 20:53 
AnswerRe: How can i write/read object into/from file? Pin
toxcct25-Apr-07 20:59
toxcct25-Apr-07 20:59 
GeneralRe: How can i write/read object into/from file? Pin
$uresh $hanmugam26-Apr-07 2:38
$uresh $hanmugam26-Apr-07 2:38 
AnswerRe: How can i write/read object into/from file? Pin
GuyM25-Apr-07 21:00
GuyM25-Apr-07 21:00 
GeneralRe: How can i write/read object into/from file? Pin
$uresh $hanmugam26-Apr-07 2:36
$uresh $hanmugam26-Apr-07 2:36 
GeneralRe: How can i write/read object into/from file? Pin
GuyM26-Apr-07 4:24
GuyM26-Apr-07 4:24 
AnswerRe: How can i write/read object into/from file? Pin
Mark Salsbery26-Apr-07 8:10
Mark Salsbery26-Apr-07 8: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.