Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Pls help me...tten Pin
Maximilien24-Oct-09 3:28
Maximilien24-Oct-09 3:28 
Questionhow to read contacts properties in rtf file Pin
santhosh-padamatinti23-Oct-09 21:00
santhosh-padamatinti23-Oct-09 21:00 
AnswerRe: how to read contacts properties in rtf file Pin
Richard MacCutchan23-Oct-09 21:29
mveRichard MacCutchan23-Oct-09 21:29 
GeneralRe: how to read contacts properties in rtf file Pin
santhosh-padamatinti23-Oct-09 21:37
santhosh-padamatinti23-Oct-09 21:37 
AnswerRe: how to read contacts properties in rtf file Pin
Rajesh R Subramanian23-Oct-09 23:17
professionalRajesh R Subramanian23-Oct-09 23:17 
QuestionConvert 24 bit to 16 bit bmp Pin
Game-point23-Oct-09 18:43
Game-point23-Oct-09 18:43 
QuestionRe: Convert 24 bit to 16 bit bmp Pin
CPallini23-Oct-09 23:49
mveCPallini23-Oct-09 23:49 
AnswerRe: Convert 24 bit to 16 bit bmp Pin
Game-point25-Oct-09 17:48
Game-point25-Oct-09 17:48 
GeneralRe: Convert 24 bit to 16 bit bmp Pin
CPallini26-Oct-09 1:04
mveCPallini26-Oct-09 1:04 
QuestionHow to Wipe/clean a disk securily Pin
Shiv Murti Pal23-Oct-09 18:40
Shiv Murti Pal23-Oct-09 18:40 
AnswerRe: How to Wipe/clean a disk securily Pin
dxlee24-Oct-09 6:38
dxlee24-Oct-09 6:38 
GeneralRe: How to Wipe/clean a disk securily Pin
Rozis24-Oct-09 14:32
Rozis24-Oct-09 14:32 
GeneralRe: How to Wipe/clean a disk securily Pin
dxlee25-Oct-09 2:41
dxlee25-Oct-09 2:41 
Questionno matching symbolic information found Pin
Benjamin Bruno23-Oct-09 18:34
Benjamin Bruno23-Oct-09 18:34 
AnswerRe: no matching symbolic information found Pin
theCPkid23-Oct-09 19:21
theCPkid23-Oct-09 19:21 
GeneralRe: no matching symbolic information found Pin
asecplusvc25-Oct-09 0:47
asecplusvc25-Oct-09 0:47 
Questioncan we make class cant be derived at all? Pin
G Haranadh23-Oct-09 16:38
G Haranadh23-Oct-09 16:38 
AnswerRe: can we make class cant be derived at all? Pin
theCPkid23-Oct-09 19:07
theCPkid23-Oct-09 19:07 
GeneralRe: can we make class cant be derived at all? Pin
Rajesh R Subramanian23-Oct-09 21:15
professionalRajesh R Subramanian23-Oct-09 21:15 
GeneralRe: can we make class cant be derived at all? Pin
theCPkid23-Oct-09 21:46
theCPkid23-Oct-09 21:46 
GeneralRe: can we make class cant be derived at all? PinPopular
Rajesh R Subramanian23-Oct-09 21:53
professionalRajesh R Subramanian23-Oct-09 21:53 
GeneralRe: can we make class cant be derived at all? Pin
theCPkid23-Oct-09 22:00
theCPkid23-Oct-09 22:00 
GeneralRe: can we make class cant be derived at all? Pin
Rajesh R Subramanian23-Oct-09 22:14
professionalRajesh R Subramanian23-Oct-09 22:14 
theCPkid wrote:
Now certainly, it's david vs big-fat-goliath(that's you) given my insufficient knowledge about managed or unmanaged code


Certainly no! I'm not trying to talk you down or something like that. I'm merely stating the facts that I can pull off my head. My idea of visiting the forums and discussing with people is to teach them some, and learn some from them back.

theCPkid wrote:
"sealed is also valid when compiling for native targets (without /clr)"


Probably MS has done something with *their* compiler to support this feature (read as added feature specific to their compiler, or an extension, because of which you won't be able to have the same code successfully compiled with another c++ compiler). It doesn't work just right on my machine (you're probably using some latest version of VS and that compiler support for understanding this keyword).

I only have 2003 installed here on this PC and it doesn't just work right. I will be able to derive classes from a class that has been declared 'sealed'. Smile | :)


theCPkid wrote:
I feel it's working on my PC.


Now, what does that mean? Something like:

class c1 sealed{}; class c2:public c1{};
gives a compiler error? If yes, then I'm almost certain that it becomes Microsoft C++ compiler (insert version) specific. Because it doesn't even work right with the previous versions! Not to mention sealed is NOT a C++ keyword.


“Follow your bliss.” – Joseph Campbell

GeneralRe: can we make class cant be derived at all? Pin
theCPkid23-Oct-09 22:25
theCPkid23-Oct-09 22:25 
GeneralRe: can we make class cant be derived at all? Pin
Rajesh R Subramanian23-Oct-09 22:36
professionalRajesh R Subramanian23-Oct-09 22:36 

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.