Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
theCPkid wrote:
Visual studio compiler supports this keyword [^] and above all,if a person happens to use VS, "it works" without "any additional implications".


That's plainly wrong. If you scroll down to the bottom of the page you linked to, you will see this:

Requirements (Read as "Additional implications"):
Compiler option: /clr

Which means that it is not a C++ program! It is a C++/CLI program, that targets the .NET framework.


theCPkid wrote:
Making the c'tor private will certainly stop the class from being inherited but it will also force the person to provide 'other' way of creating the class object.


Of course yes. But so what? That's the only way as far as C++ (the real C++) is concerned.


theCPkid wrote:
I think OP wanted to stop inheriting not instantiation. And my suggestion only helped him do what he wanted - nothing more, nothing less.


Your suggestion was just wrong here. It is a correct answer if the query was posted on a managed c++ forum.


“Follow your bliss.” – Joseph Campbell

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 
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 
GeneralRe: can we make class cant be derived at all? Pin
Richard MacCutchan24-Oct-09 7:15
mveRichard MacCutchan24-Oct-09 7:15 
GeneralRe: can we make class cant be derived at all? Pin
Rajesh R Subramanian24-Oct-09 7:38
professionalRajesh R Subramanian24-Oct-09 7:38 
AnswerRe: can we make class cant be derived at all? Pin
Rajesh R Subramanian23-Oct-09 19:31
professionalRajesh R Subramanian23-Oct-09 19:31 
AnswerRe: can we make class cant be derived at all? Pin
Kushagra Tiwari23-Oct-09 21:33
Kushagra Tiwari23-Oct-09 21:33 
AnswerRe: can we make class cant be derived at all? [modified] Pin
Nuri Ismail23-Oct-09 22:27
Nuri Ismail23-Oct-09 22:27 
Questionscanner Driver Pin
randydom23-Oct-09 11:03
randydom23-Oct-09 11:03 
QuestionRe: scanner Driver Pin
NitinMakwana8-Jan-10 1:10
NitinMakwana8-Jan-10 1:10 
QuestionMemory Leak Pin
BarryPearlman23-Oct-09 10:51
BarryPearlman23-Oct-09 10:51 
AnswerRe: Memory Leak Pin
«_Superman_»23-Oct-09 12:21
professional«_Superman_»23-Oct-09 12:21 
AnswerRe: Memory Leak Pin
BarryPearlman25-Oct-09 3:56
BarryPearlman25-Oct-09 3:56 
GeneralRe: Memory Leak Pin
«_Superman_»25-Oct-09 8:43
professional«_Superman_»25-Oct-09 8:43 
AnswerRe: Memory Leak Pin
PJ Arends23-Oct-09 12:37
professionalPJ Arends23-Oct-09 12:37 
GeneralRe: Memory Leak Pin
BarryPearlman23-Oct-09 15:12
BarryPearlman23-Oct-09 15:12 

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.