Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs self-defined OS version safe? Pin
includeh103-Aug-09 20:39
includeh103-Aug-09 20:39 
QuestionUnicode - Excel document Pin
Karri Mohan3-Aug-09 20:35
Karri Mohan3-Aug-09 20:35 
AnswerRe: Unicode - Excel document Pin
AWEIguoxin6-Aug-09 21:14
AWEIguoxin6-Aug-09 21:14 
QuestionDefault constructors... Pin
p_19603-Aug-09 18:43
p_19603-Aug-09 18:43 
AnswerRe: Default constructors... Pin
«_Superman_»3-Aug-09 18:53
professional«_Superman_»3-Aug-09 18:53 
GeneralRe: Default constructors... Pin
amatecki3-Aug-09 20:19
professionalamatecki3-Aug-09 20:19 
GeneralRe: Default constructors... Pin
Michael Dunn3-Aug-09 20:59
sitebuilderMichael Dunn3-Aug-09 20:59 
AnswerRe: Default constructors... Pin
Adam Roderick J3-Aug-09 19:04
Adam Roderick J3-Aug-09 19:04 
In addition to above points from superman,
i will say always declare and define your own default constructors when your class is having pointer members.
Along with default constructor, make your own copy constructor and operator = in that case.

It is always good to write your own default constructor so that you can initialize your member variable in default constructor.

Величие не Бога может быть недооценена.

QuestionUnicode restriction Pin
Karri Mohan3-Aug-09 18:09
Karri Mohan3-Aug-09 18:09 
AnswerRe: Unicode restriction Pin
enhzflep3-Aug-09 18:31
enhzflep3-Aug-09 18:31 
QuestionHow to develop a game like Zuma?I really need some source files to learn! Pin
lxgtzh3-Aug-09 17:32
lxgtzh3-Aug-09 17:32 
AnswerRe: How to develop a game like Zuma?I really need some source files to learn! Pin
Bacon Ultimate Cheeseburger3-Aug-09 17:45
Bacon Ultimate Cheeseburger3-Aug-09 17:45 
AnswerRe: How to develop a game like Zuma?I really need some source files to learn! Pin
Cedric Moonen3-Aug-09 21:09
Cedric Moonen3-Aug-09 21:09 
QuestionC++ dll VS 2008 Pin
indikat3-Aug-09 16:59
indikat3-Aug-09 16:59 
AnswerRe: C++ dll VS 2008 Pin
«_Superman_»3-Aug-09 18:43
professional«_Superman_»3-Aug-09 18:43 
GeneralRe: C++ dll VS 2008 Pin
indikat3-Aug-09 19:29
indikat3-Aug-09 19:29 
GeneralRe: C++ dll VS 2008 Pin
«_Superman_»3-Aug-09 19:40
professional«_Superman_»3-Aug-09 19:40 
GeneralRe: C++ dll VS 2008 Pin
indikat4-Aug-09 2:03
indikat4-Aug-09 2:03 
Questioneditbox to listbox problem... Pin
Neil Jigger3-Aug-09 15:24
Neil Jigger3-Aug-09 15:24 
AnswerRe: editbox to listbox problem... Pin
David Crow3-Aug-09 16:44
David Crow3-Aug-09 16:44 
GeneralRe: editbox to listbox problem... Pin
Neil Jigger3-Aug-09 20:41
Neil Jigger3-Aug-09 20:41 
GeneralRe: editbox to listbox problem... Pin
Chandrasekharan P3-Aug-09 21:49
Chandrasekharan P3-Aug-09 21:49 
QuestionHow to create a payload Pin
that_dude_tj3-Aug-09 14:58
that_dude_tj3-Aug-09 14:58 
AnswerRe: How to create a payload Pin
Bacon Ultimate Cheeseburger3-Aug-09 15:02
Bacon Ultimate Cheeseburger3-Aug-09 15:02 
GeneralRe: How to create a payload Pin
that_dude_tj3-Aug-09 15:13
that_dude_tj3-Aug-09 15:13 

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.