Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: story of winzip Pin
22491718-Oct-04 2:21
22491718-Oct-04 2:21 
GeneralRe: story of winzip Pin
includeh1018-Oct-04 3:29
includeh1018-Oct-04 3:29 
GeneralRe: story of winzip Pin
includeh1018-Oct-04 3:56
includeh1018-Oct-04 3:56 
Question++ operator atomic? Pin
PeterHarrie18-Oct-04 1:53
PeterHarrie18-Oct-04 1:53 
AnswerRe: ++ operator atomic? Pin
Hans Ruck18-Oct-04 2:05
Hans Ruck18-Oct-04 2:05 
GeneralRe: ++ operator atomic? Pin
Antony M Kancidrowski18-Oct-04 2:07
Antony M Kancidrowski18-Oct-04 2:07 
AnswerRe: ++ operator atomic? Pin
Antony M Kancidrowski18-Oct-04 2:06
Antony M Kancidrowski18-Oct-04 2:06 
General"const" statement causes errors Pin
Vladimir Dubovoy18-Oct-04 1:25
Vladimir Dubovoy18-Oct-04 1:25 
Hi!
I just try to implement class with members which return const values:
class MyClass{
* * *
protected:
float GetVal() const {return val;}
private:
float val;
}

It compiled well without "const" but with it I got multiple errors. I can not avoid of use "const" becuse I must follow
some coding style.
So your help is very essential for me.

I code in VS 6.
GeneralRe: "const" statement causes errors Pin
Mad__18-Oct-04 1:33
Mad__18-Oct-04 1:33 
GeneralRe: "const" statement causes errors Pin
22491718-Oct-04 1:45
22491718-Oct-04 1:45 
GeneralRe: "const" statement causes errors Pin
Antony M Kancidrowski18-Oct-04 1:57
Antony M Kancidrowski18-Oct-04 1:57 
GeneralRe: "const" statement causes errors Pin
Vladimir Dubovoy18-Oct-04 3:18
Vladimir Dubovoy18-Oct-04 3:18 
GeneralRe: "const" statement causes errors Pin
Malcolm Smart18-Oct-04 11:05
Malcolm Smart18-Oct-04 11:05 
GeneralRe: "const" statement causes errors Pin
Vladimir Dubovoy18-Oct-04 19:34
Vladimir Dubovoy18-Oct-04 19:34 
GeneralRe: "const" statement causes errors Pin
yang7638762487-Apr-13 19:14
yang7638762487-Apr-13 19:14 
QuestionHow do I get Methods of a Dll File? Pin
pubududilena18-Oct-04 1:17
pubududilena18-Oct-04 1:17 
AnswerRe: How do I get Methods of a Dll File? Pin
22491718-Oct-04 1:52
22491718-Oct-04 1:52 
AnswerRe: How do I get Methods of a Dll File? Pin
Jim Crafton18-Oct-04 9:23
Jim Crafton18-Oct-04 9:23 
QuestionEdit box that copying and pasting? Pin
Dody_DK18-Oct-04 1:16
Dody_DK18-Oct-04 1:16 
AnswerRe: Edit box that copying and pasting? Pin
David Crow18-Oct-04 3:01
David Crow18-Oct-04 3:01 
GeneralRe: Edit box that copying and pasting? Pin
Dody_DK18-Oct-04 6:41
Dody_DK18-Oct-04 6:41 
GeneralRe: Edit box that copying and pasting? Pin
Wes Aday18-Oct-04 7:32
professionalWes Aday18-Oct-04 7:32 
GeneralRe: Edit box that copying and pasting? Pin
David Crow18-Oct-04 7:32
David Crow18-Oct-04 7:32 
GeneralRe: Edit box that copying and pasting? Pin
Dody_DK18-Oct-04 7:41
Dody_DK18-Oct-04 7:41 
GeneralRe: Edit box that copying and pasting? Pin
David Crow18-Oct-04 8:52
David Crow18-Oct-04 8:52 

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.