Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp MDI!!!!!!!!!!!!! Pin
Sunnygirl26-Sep-02 2:35
Sunnygirl26-Sep-02 2:35 
GeneralRe: Help MDI!!!!!!!!!!!!! Pin
KaЯl26-Sep-02 2:46
KaЯl26-Sep-02 2:46 
GeneralRe: Help MDI!!!!!!!!!!!!! Pin
Stephane Rodriguez.26-Sep-02 2:58
Stephane Rodriguez.26-Sep-02 2:58 
GeneralRe: Help MDI!!!!!!!!!!!!! Pin
jmkhael26-Sep-02 2:43
jmkhael26-Sep-02 2:43 
GeneralRe: Help MDI!!!!!!!!!!!!! Pin
Tomasz Sowinski26-Sep-02 2:49
Tomasz Sowinski26-Sep-02 2:49 
GeneralVC++ 7 compiler issue Pin
Shamoon26-Sep-02 2:12
Shamoon26-Sep-02 2:12 
GeneralRe: VC++ 7 compiler issue Pin
Sas280826-Sep-02 2:57
sussSas280826-Sep-02 2:57 
GeneralRe: VC++ 7 compiler issue Pin
SteveKing26-Sep-02 4:10
SteveKing26-Sep-02 4:10 
try to typecast the value you want to assign. Sometimes a number can be of several types (int/long/...) and all those are overloaded. So you have to explicit tell the compiler which conversion to use.
e.g. if your variable a has an overloaded operator= which takes a right hand
type of int and another which takes a long, then you would have to write either a=(int)22; or a=(long)22;
Sure, it won't complain about ints and longs (internal conversion), but other types may need explicit type conversion (strings e.g. can be of many different types: unicode, utf8, chars, BSTR, ...)

GeneralCView MDI or SDI projects Pin
ns26-Sep-02 2:13
ns26-Sep-02 2:13 
GeneralRe: CView MDI or SDI projects Pin
Tomasz Sowinski26-Sep-02 2:19
Tomasz Sowinski26-Sep-02 2:19 
General_DEBUG question Pin
ns26-Sep-02 2:03
ns26-Sep-02 2:03 
GeneralRe: _DEBUG question Pin
Tomasz Sowinski26-Sep-02 2:09
Tomasz Sowinski26-Sep-02 2:09 
GeneralRe: _DEBUG question Pin
ns26-Sep-02 2:16
ns26-Sep-02 2:16 
Generaltry-catch simple questions: Pin
ns26-Sep-02 1:55
ns26-Sep-02 1:55 
GeneralHelp Wanted..!!!!! Pin
Renjith Ramachandran26-Sep-02 1:49
Renjith Ramachandran26-Sep-02 1:49 
GeneralRe: Help Wanted..!!!!! Pin
Anonymous26-Sep-02 1:59
Anonymous26-Sep-02 1:59 
GeneralRe: Help Wanted..!!!!! Pin
Renjith Ramachandran26-Sep-02 2:44
Renjith Ramachandran26-Sep-02 2:44 
GeneralRe: Help Wanted..!!!!! Pin
Anonymous26-Sep-02 3:18
Anonymous26-Sep-02 3:18 
GeneralRe: Help Wanted..!!!!! Pin
Renjith Ramachandran26-Sep-02 4:44
Renjith Ramachandran26-Sep-02 4:44 
GeneralRe: Help Wanted..!!!!! Pin
Anonymous26-Sep-02 6:08
Anonymous26-Sep-02 6:08 
GeneralProblem with exception... Pin
Raphael Kindt26-Sep-02 1:28
Raphael Kindt26-Sep-02 1:28 
GeneralRe: Problem with exception... Pin
Tomasz Sowinski26-Sep-02 1:35
Tomasz Sowinski26-Sep-02 1:35 
GeneralRe: Problem with exception... Pin
Raphael Kindt26-Sep-02 1:38
Raphael Kindt26-Sep-02 1:38 
GeneralRe: Problem with exception... Pin
Tomasz Sowinski26-Sep-02 1:47
Tomasz Sowinski26-Sep-02 1:47 
GeneralRe: Problem with exception... Pin
Raphael Kindt26-Sep-02 1:50
Raphael Kindt26-Sep-02 1:50 

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.