Click here to Skip to main content
15,920,636 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert CString to TCHAR Pin
Michael Dunn19-Sep-04 5:32
sitebuilderMichael Dunn19-Sep-04 5:32 
GeneralNeed Help! Using CBitmap Object Pin
Avinash Gupta18-Sep-04 23:48
Avinash Gupta18-Sep-04 23:48 
GeneralRe: Need Help! Using CBitmap Object Pin
Sujan Christo20-Sep-04 2:12
Sujan Christo20-Sep-04 2:12 
GeneralSendMessage Question Pin
hatimad18-Sep-04 20:50
hatimad18-Sep-04 20:50 
GeneralRe: SendMessage Question Pin
Antony M Kancidrowski19-Sep-04 8:53
Antony M Kancidrowski19-Sep-04 8:53 
GeneralRe: SendMessage Question Pin
hatimad19-Sep-04 13:02
hatimad19-Sep-04 13:02 
GeneralRe: SendMessage Question Pin
Antony M Kancidrowski20-Sep-04 6:03
Antony M Kancidrowski20-Sep-04 6:03 
GeneralRe: SendMessage Question Pin
hatimad20-Sep-04 6:41
hatimad20-Sep-04 6:41 
Questionwhat is LValue error?. Pin
NewtonOfComputers18-Sep-04 20:46
NewtonOfComputers18-Sep-04 20:46 
AnswerRe: what is LValue error?. Pin
Andras Zoltan19-Sep-04 3:11
Andras Zoltan19-Sep-04 3:11 
QuestionCan I group function (method) within Struct in ANSI C? Pin
Link260018-Sep-04 19:05
Link260018-Sep-04 19:05 
AnswerRe: Can I group function (method) within Struct in ANSI C? Pin
Michael Dunn18-Sep-04 19:16
sitebuilderMichael Dunn18-Sep-04 19:16 
GeneralRe: Can I group function (method) within Struct in ANSI C? Pin
Link260018-Sep-04 19:23
Link260018-Sep-04 19:23 
AnswerRe: Can I group function (method) within Struct in ANSI C? Pin
cmk18-Sep-04 21:00
cmk18-Sep-04 21:00 
GeneralRe: Can I group function (method) within Struct in ANSI C? Pin
Anonymous18-Sep-04 18:10
Anonymous18-Sep-04 18:10 
Generalstatic constant template member problems Pin
Andras Zoltan18-Sep-04 12:17
Andras Zoltan18-Sep-04 12:17 
GeneralRe: static constant template member problems Pin
Michael Dunn18-Sep-04 12:56
sitebuilderMichael Dunn18-Sep-04 12:56 
I and i are different variables entirely. And making them static probably won't reduce memory usage. The values will all be known at compile time, so the compiler will be able to directly insert the values (unless you take the address of iminus1 or one of the other members).

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
Ford, what's this fish doing in my ear?
GeneralRe: static constant template member problems Pin
Andras Zoltan19-Sep-04 3:08
Andras Zoltan19-Sep-04 3:08 
GeneralRe: static constant template member problems Pin
Michael Dunn19-Sep-04 11:50
sitebuilderMichael Dunn19-Sep-04 11:50 
GeneralRe: static constant template member problems Pin
Andras Zoltan20-Sep-04 12:25
Andras Zoltan20-Sep-04 12:25 
GeneralRe: static constant template member problems Pin
Michael Dunn20-Sep-04 12:36
sitebuilderMichael Dunn20-Sep-04 12:36 
Questionhow to remove MDI doc template Pin
Igemon18-Sep-04 11:22
Igemon18-Sep-04 11:22 
GeneralDLL debug error message.. Pin
Laing,James18-Sep-04 10:38
Laing,James18-Sep-04 10:38 
GeneralRe: DLL debug error message.. Pin
Tim Smith18-Sep-04 19:17
Tim Smith18-Sep-04 19:17 
GeneralRe: DLL debug error message.. Pin
cmk18-Sep-04 21:17
cmk18-Sep-04 21:17 

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.