Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: add class to a project Pin
toxcct22-Jun-05 5:35
toxcct22-Jun-05 5:35 
GeneralRe: add class to a project Pin
suroor45322-Jun-05 6:06
suroor45322-Jun-05 6:06 
GeneralRe: add class to a project Pin
toxcct22-Jun-05 6:12
toxcct22-Jun-05 6:12 
Questioncan a dynamically created variable hold a const value? Pin
namaskaaram22-Jun-05 2:36
namaskaaram22-Jun-05 2:36 
AnswerRe: can a dynamically created variable hold a const value? Pin
Maximilien22-Jun-05 3:00
Maximilien22-Jun-05 3:00 
AnswerRe: can a dynamically created variable hold a const value? Pin
Christian Graus22-Jun-05 3:01
protectorChristian Graus22-Jun-05 3:01 
GeneralRe: can a dynamically created variable hold a const value? Pin
Tom Archer22-Jun-05 3:07
Tom Archer22-Jun-05 3:07 
GeneralRe: can a dynamically created variable hold a const value? Pin
David Crow22-Jun-05 3:26
David Crow22-Jun-05 3:26 
Tom Archer wrote:
abc(CString& const );

This one is pointless. You can't declare a "const reference" because a reference is already const.

Tom Archer wrote:
def(CString const& );

This is a reference to a const CString.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: can a dynamically created variable hold a const value? Pin
Blake Miller22-Jun-05 4:28
Blake Miller22-Jun-05 4:28 
GeneralRe: can a dynamically created variable hold a const value? Pin
David Crow22-Jun-05 4:38
David Crow22-Jun-05 4:38 
QuestionHow to create our Own Paragraph Formatting in Rich Edit Controls Pin
GnanaprakashJebaraj22-Jun-05 2:28
GnanaprakashJebaraj22-Jun-05 2:28 
GeneralFunction/handler not working Pin
laiju22-Jun-05 1:31
laiju22-Jun-05 1:31 
Generalcheck box creation on runtime Pin
softtec22-Jun-05 1:10
softtec22-Jun-05 1:10 
GeneralRe: check box creation on runtime Pin
khan++22-Jun-05 1:44
khan++22-Jun-05 1:44 
GeneralRe: check box creation on runtime Pin
softtec22-Jun-05 2:56
softtec22-Jun-05 2:56 
GeneralRe: check box creation on runtime Pin
Maximilien22-Jun-05 3:07
Maximilien22-Jun-05 3:07 
GeneralRe: check box creation on runtime Pin
softtec22-Jun-05 3:29
softtec22-Jun-05 3:29 
GeneralRe: check box creation on runtime Pin
khan++22-Jun-05 23:20
khan++22-Jun-05 23:20 
GeneralStretchBlt for Icons Pin
laiju22-Jun-05 0:49
laiju22-Jun-05 0:49 
GeneralRe: StretchBlt for Icons Pin
Blake Miller22-Jun-05 4:26
Blake Miller22-Jun-05 4:26 
GeneralStrecthing icon Pin
laiju22-Jun-05 0:48
laiju22-Jun-05 0:48 
GeneralVC++ 6 stability compiling STL Pin
hairy_hats22-Jun-05 0:02
hairy_hats22-Jun-05 0:02 
GeneralRe: VC++ 6 stability compiling STL Pin
toxcct22-Jun-05 0:10
toxcct22-Jun-05 0:10 
GeneralRe: VC++ 6 stability compiling STL Pin
hairy_hats22-Jun-05 0:19
hairy_hats22-Jun-05 0:19 
GeneralWindows Service description Pin
Kri521-Jun-05 23:54
Kri521-Jun-05 23:54 

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.