Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Username & password!! Pin
Rajesh R Subramanian24-Apr-08 18:35
professionalRajesh R Subramanian24-Apr-08 18:35 
GeneralRe: Username & password!! Pin
Hamid_RT24-Apr-08 6:02
Hamid_RT24-Apr-08 6:02 
Generaldifference between defining a constructor of class as private and protected and their uses. Pin
Deepu Antony23-Apr-08 21:59
Deepu Antony23-Apr-08 21:59 
GeneralRe: difference between defining a constructor of class as private and protected and their uses. Pin
CPallini23-Apr-08 22:20
mveCPallini23-Apr-08 22:20 
GeneralRe: difference between defining a constructor of class as private and protected and their uses. Pin
Deepu Antony24-Apr-08 0:05
Deepu Antony24-Apr-08 0:05 
GeneralRe: difference between defining a constructor of class as private and protected and their uses. Pin
Cedric Moonen23-Apr-08 22:25
Cedric Moonen23-Apr-08 22:25 
GeneralRe: difference between defining a constructor of class as private and protected and their uses. [modified] Pin
Rajkumar R23-Apr-08 23:13
Rajkumar R23-Apr-08 23:13 
GeneralRe: difference between defining a constructor of class as private and protected and their uses. Pin
Cedric Moonen23-Apr-08 23:17
Cedric Moonen23-Apr-08 23:17 
You know that if you provide any constructor (even one which is not the default), then the default constructor which is implicitely added by your compiler will be ignored ?

Try your code and remove the default constructor. Try now to construct an object by using its default constructor. You'll see that you won't be able to compile because there's no default constructor for the class.

Cédric Moonen
Software developer

Charting control [v1.4 - Updated]

GeneralRe: difference between defining a constructor of class as private and protected and their uses. Pin
Rajkumar R23-Apr-08 23:24
Rajkumar R23-Apr-08 23:24 
Questiontooltip for CStatic Pin
AmitCohen22223-Apr-08 21:55
AmitCohen22223-Apr-08 21:55 
QuestionRe: tooltip for CStatic Pin
David Crow24-Apr-08 4:16
David Crow24-Apr-08 4:16 
GeneralRe: tooltip for CStatic Pin
Hamid_RT24-Apr-08 6:05
Hamid_RT24-Apr-08 6:05 
AnswerRe: tooltip for CStatic Pin
AmitCohen22229-Apr-08 22:12
AmitCohen22229-Apr-08 22:12 
GeneralRe: tooltip for CStatic Pin
Hamid_RT30-Apr-08 4:28
Hamid_RT30-Apr-08 4:28 
Generalcopy LPSTR to LPWSTR Pin
Kiran Pinjala23-Apr-08 21:19
Kiran Pinjala23-Apr-08 21:19 
GeneralRe: copy LPSTR to LPWSTR Pin
Stephen Hewitt23-Apr-08 21:26
Stephen Hewitt23-Apr-08 21:26 
GeneralRe: copy LPSTR to LPWSTR Pin
Kiran Pinjala23-Apr-08 22:16
Kiran Pinjala23-Apr-08 22:16 
GeneralRe: copy LPSTR to LPWSTR Pin
Stephen Hewitt23-Apr-08 22:19
Stephen Hewitt23-Apr-08 22:19 
GeneralRe: copy LPSTR to LPWSTR Pin
CPallini23-Apr-08 22:23
mveCPallini23-Apr-08 22:23 
GeneralRe: copy LPSTR to LPWSTR Pin
David Crow24-Apr-08 4:17
David Crow24-Apr-08 4:17 
GeneralRe: copy LPSTR to LPWSTR Pin
CPallini23-Apr-08 22:05
mveCPallini23-Apr-08 22:05 
GeneralRe: copy LPSTR to LPWSTR Pin
Cedric Moonen23-Apr-08 22:43
Cedric Moonen23-Apr-08 22:43 
GeneralRe: copy LPSTR to LPWSTR Pin
Nitheesh George24-Apr-08 0:52
Nitheesh George24-Apr-08 0:52 
GeneralRe: copy LPSTR to LPWSTR Pin
CPallini24-Apr-08 1:11
mveCPallini24-Apr-08 1:11 
QuestionHow to Create DLL utility in C++ similar to log4j [modified] Pin
pl_kode23-Apr-08 20:58
pl_kode23-Apr-08 20:58 

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.