Click here to Skip to main content
15,893,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDump analysis Pin
HungryCPPDev6-Jun-12 21:22
HungryCPPDev6-Jun-12 21:22 
AnswerRe: Dump analysis Pin
«_Superman_»6-Jun-12 22:23
professional«_Superman_»6-Jun-12 22:23 
GeneralRe: Dump analysis Pin
HungryCPPDev11-Jun-12 20:23
HungryCPPDev11-Jun-12 20:23 
AnswerRe: Dump analysis Pin
Erudite_Eric6-Jun-12 22:32
Erudite_Eric6-Jun-12 22:32 
QuestionWhat's problem of my code?( create a random maze) Pin
jiuyejii6-Jun-12 0:45
jiuyejii6-Jun-12 0:45 
AnswerRe: What's problem of my code?( create a random maze) Pin
Chris Losinger6-Jun-12 1:14
professionalChris Losinger6-Jun-12 1:14 
GeneralRe: What's problem of my code?( create a random maze) Pin
jiuyejii6-Jun-12 1:36
jiuyejii6-Jun-12 1:36 
SuggestionRe: What's problem of my code?( create a random maze) Pin
David Crow6-Jun-12 2:36
David Crow6-Jun-12 2:36 
jiuyejii wrote:
what's the problem of my code?? can't create the maze.
may be problem comes from back to previous step,but how to correct it?
You seriously need to learn to use the debugger to help solve such problems. Dumping a boatload of code in a forum and asking others to wade through it will get you nowhere.

Instead of trying to solve the problem as a whole, break it down into smaller chunks. If stack space is being exhausted, you most likely have a recursion problem.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


AnswerRe: What's problem of my code?( create a random maze) Pin
Maximilien6-Jun-12 2:46
Maximilien6-Jun-12 2:46 
AnswerRe: What's problem of my code?( create a random maze) Pin
Aescleal6-Jun-12 6:47
Aescleal6-Jun-12 6:47 
GeneralRe: What's problem of my code?( create a random maze) Pin
Peter_in_27806-Jun-12 17:37
professionalPeter_in_27806-Jun-12 17:37 
GeneralRe: What's problem of my code?( create a random maze) Pin
jiuyejii6-Jun-12 18:49
jiuyejii6-Jun-12 18:49 
GeneralRe: What's problem of my code?( create a random maze) Pin
Aescleal6-Jun-12 23:52
Aescleal6-Jun-12 23:52 
AnswerRe: What's problem of my code?( create a random maze) Pin
Stefan_Lang8-Jun-12 4:19
Stefan_Lang8-Jun-12 4:19 
GeneralRe: What's problem of my code?( create a random maze) Pin
jiuyejii8-Jun-12 17:57
jiuyejii8-Jun-12 17:57 
QuestionMFC application being compiled on VS2012 Pin
YaronNir5-Jun-12 23:03
YaronNir5-Jun-12 23:03 
QuestionRe: MFC application being compiled on VS2012 Pin
David Crow6-Jun-12 2:37
David Crow6-Jun-12 2:37 
AnswerRe: MFC application being compiled on VS2012 Pin
YaronNir6-Jun-12 2:40
YaronNir6-Jun-12 2:40 
GeneralRe: MFC application being compiled on VS2012 Pin
tldcolli4-Aug-12 3:31
tldcolli4-Aug-12 3:31 
AnswerRe: MFC application being compiled on VS2012 Pin
tldcolli4-Aug-12 3:28
tldcolli4-Aug-12 3:28 
QuestionCode Executed Twice - OnHScroll() Pin
AmbiguousName5-Jun-12 21:42
AmbiguousName5-Jun-12 21:42 
AnswerRe: Code Executed Twice - OnHScroll() Pin
Chris Losinger6-Jun-12 1:17
professionalChris Losinger6-Jun-12 1:17 
AnswerRe: Code Executed Twice - OnHScroll() Pin
AmbiguousName6-Jun-12 1:35
AmbiguousName6-Jun-12 1:35 
GeneralRe: Code Executed Twice - OnHScroll() Pin
Chris Losinger6-Jun-12 1:38
professionalChris Losinger6-Jun-12 1:38 
GeneralRe: Code Executed Twice - OnHScroll() Pin
AmbiguousName6-Jun-12 1:40
AmbiguousName6-Jun-12 1:40 

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.