Click here to Skip to main content
15,885,998 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioni'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output. Pin
Member 1019329312-Aug-13 6:47
Member 1019329312-Aug-13 6:47 
AnswerRe: i'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output. Pin
jeron112-Aug-13 6:53
jeron112-Aug-13 6:53 
GeneralRe: i'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output. Pin
Sierra Technical12-Aug-13 7:54
Sierra Technical12-Aug-13 7:54 
QuestionRe: i'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output. Pin
David Crow12-Aug-13 8:00
David Crow12-Aug-13 8:00 
AnswerRe: i'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output. Pin
CPallini12-Aug-13 23:10
mveCPallini12-Aug-13 23:10 
QuestionName of this DesignPattern Pin
AmbiguousName12-Aug-13 1:43
AmbiguousName12-Aug-13 1:43 
AnswerRe: Name of this DesignPattern Pin
Richard MacCutchan12-Aug-13 5:27
mveRichard MacCutchan12-Aug-13 5:27 
AnswerRe: Name of this DesignPattern Pin
pasztorpisti12-Aug-13 6:29
pasztorpisti12-Aug-13 6:29 
I wouldn't say this to be the clean version of any of the popular patterns and without the context (sorrounding code) I would say this code isn't designed well and overcomplicated for no reason. This is typical among programmers who learn programming by reading pattern books. Many of the best programmers I know learnt programming without any patterns. By becoming a good programmer you instinctly find out and start using some patterns wihtout actually knowing the pattern and/or its name. I don't say its a bad thing to learn about patterns but trying to use them as golden hammers like many pattern-learners do is ridiculous. A programmer can be a very good programmer without knowledge of patterns and another one can be terribly bad coder with a lot of pattern knowledge. Knowing the patterns is good only when it comes to communication between programmers, its easier to say "visitor pattern" then describing how would you build up the classes and how would you call their methods... Don't overuse them, you become a better programmer if you try solving problems with simple methods and its OK to find it out later that your solution is very similar to one of the patterns. I've already worked on some codebases created by pattern magicians. This kind of terrible work can be one of the hardest to understand bloatcode on earth.
AnswerRe: Name of this DesignPattern Pin
jschell12-Aug-13 8:08
jschell12-Aug-13 8:08 
QuestionQT C1128: number of sections exceeded object file format limit : compile with /bigobj Pin
onur dalkilic11-Aug-13 22:13
onur dalkilic11-Aug-13 22:13 
AnswerRe: QT C1128: number of sections exceeded object file format limit : compile with /bigobj Pin
«_Superman_»11-Aug-13 22:31
professional«_Superman_»11-Aug-13 22:31 
AnswerRe: QT C1128: number of sections exceeded object file format limit : compile with /bigobj Pin
Stephen Hewitt12-Aug-13 16:15
Stephen Hewitt12-Aug-13 16:15 
Questionusing scardAPI how to get DeviceInstanceId Pin
xiliang_pan11-Aug-13 3:40
xiliang_pan11-Aug-13 3:40 
QuestionHow to use an event object for synchronization.? Pin
mbatra319-Aug-13 23:42
mbatra319-Aug-13 23:42 
AnswerRe: How to use an event object for synchronization.? Pin
Richard Andrew x6410-Aug-13 5:39
professionalRichard Andrew x6410-Aug-13 5:39 
AnswerRe: How to use an event object for synchronization.? Pin
pasztorpisti10-Aug-13 10:13
pasztorpisti10-Aug-13 10:13 
GeneralRe: How to use an event object for synchronization.? Pin
mbatra3111-Aug-13 21:18
mbatra3111-Aug-13 21:18 
GeneralRe: How to use an event object for synchronization.? Pin
pasztorpisti12-Aug-13 5:42
pasztorpisti12-Aug-13 5:42 
GeneralRe: How to use an event object for synchronization.? Pin
Erudite_Eric16-Aug-13 1:30
Erudite_Eric16-Aug-13 1:30 
GeneralRe: How to use an event object for synchronization.? Pin
pasztorpisti16-Aug-13 1:53
pasztorpisti16-Aug-13 1:53 
AnswerRe: How to use an event object for synchronization.? Pin
Krishnakumartg12-Aug-13 6:15
Krishnakumartg12-Aug-13 6:15 
AnswerRe: How to use an event object for synchronization.? Pin
Erudite_Eric16-Aug-13 1:32
Erudite_Eric16-Aug-13 1:32 
GeneralRe: How to use an event object for synchronization.? Pin
pasztorpisti16-Aug-13 1:52
pasztorpisti16-Aug-13 1:52 
GeneralRe: How to use an event object for synchronization.? Pin
Erudite_Eric16-Aug-13 23:02
Erudite_Eric16-Aug-13 23:02 
GeneralRe: How to use an event object for synchronization.? Pin
pasztorpisti17-Aug-13 1:31
pasztorpisti17-Aug-13 1:31 

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.