Click here to Skip to main content
15,796,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Pure virtual base class question Pin
Erudite_Eric7-Jul-11 23:33
Erudite_Eric7-Jul-11 23:33 
GeneralRe: Pure virtual base class question Pin
Stefan_Lang10-Jul-11 23:40
Stefan_Lang10-Jul-11 23:40 
GeneralRe: Pure virtual base class question Pin
Erudite_Eric10-Jul-11 23:43
Erudite_Eric10-Jul-11 23:43 
Questionoperator overloading problem....... Pin
gateway236-Jul-11 21:01
gateway236-Jul-11 21:01 
AnswerRe: operator overloading problem....... PinPopular
Niklas L6-Jul-11 22:11
Niklas L6-Jul-11 22:11 
GeneralRe: operator overloading problem....... Pin
Stefan_Lang8-Jul-11 0:58
Stefan_Lang8-Jul-11 0:58 
GeneralRe: operator overloading problem....... Pin
Niklas L8-Jul-11 2:06
Niklas L8-Jul-11 2:06 
AnswerRe: operator overloading problem....... Pin
JanakiramanElumalai7-Jul-11 5:09
JanakiramanElumalai7-Jul-11 5:09 
The mentioned operators are used for only one purpose. Example in c++ the '.' operator used only for accessing member functions. (so there is no use of overloading '.' )
.

::

?:

But the symbols (+,- and etc..) are used to add numbers and objects .
Ex:
By default '+' operators are used for adding the numbers only and not the objects
(we are overloading the '+' operator to add the objects )

In c++ operator overloading takes the meaning as below
Operator Overloading: customize the operator to do other operations also(other than default operation).

clear?
QuestionWhat are the basic benefits of using mmioxxxx “file” functions as opposed to “plain “ MFC CFile? Pin
Vaclav_6-Jul-11 14:34
Vaclav_6-Jul-11 14:34 
AnswerRe: What are the basic benefits of using mmioxxxx “file” functions as opposed to “plain “ MFC CFile? Pin
Mark Salsbery6-Jul-11 14:43
Mark Salsbery6-Jul-11 14:43 
GeneralRe: What are the basic benefits of using mmioxxxx “file” functions as opposed to “plain “ MFC CFile? Pin
Vaclav_6-Jul-11 16:43
Vaclav_6-Jul-11 16:43 
QuestionIOCP again Pin
csrss6-Jul-11 9:34
csrss6-Jul-11 9:34 
AnswerRe: IOCP again Pin
cmk6-Jul-11 11:38
cmk6-Jul-11 11:38 
AnswerRe: IOCP again Pin
Mark Salsbery6-Jul-11 11:56
Mark Salsbery6-Jul-11 11:56 
GeneralRe: IOCP again Pin
csrss6-Jul-11 12:11
csrss6-Jul-11 12:11 
QuestionThe code, in short Pin
csrss6-Jul-11 12:58
csrss6-Jul-11 12:58 
AnswerRe: The code, in short Pin
Mark Salsbery6-Jul-11 14:21
Mark Salsbery6-Jul-11 14:21 
GeneralRe: The code, in short Pin
csrss6-Jul-11 15:53
csrss6-Jul-11 15:53 
GeneralRe: The code, in short Pin
Mark Salsbery6-Jul-11 16:22
Mark Salsbery6-Jul-11 16:22 
QuestionDynamic Tree Pin
john56326-Jul-11 2:28
john56326-Jul-11 2:28 
AnswerRe: Dynamic Tree Pin
Emilio Garavaglia6-Jul-11 3:19
Emilio Garavaglia6-Jul-11 3:19 
AnswerRe: Dynamic Tree Pin
Niklas L6-Jul-11 5:47
Niklas L6-Jul-11 5:47 
QuestionHow to retrieve Icon/Bitmap/HBITMAP information from CMenu? [modified] Pin
nate316-Jul-11 1:30
nate316-Jul-11 1:30 
AnswerRe: How to retrieve Icon/Bitmap/HBITMAP information from CMenu? Pin
Richard MacCutchan6-Jul-11 1:37
mveRichard MacCutchan6-Jul-11 1:37 
GeneralRe: How to retrieve Icon/Bitmap/HBITMAP information from CMenu? Pin
nate316-Jul-11 16:52
nate316-Jul-11 16: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.