Click here to Skip to main content
15,914,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: some basic one plz Pin
Maxwell Chen14-Apr-06 1:44
Maxwell Chen14-Apr-06 1:44 
GeneralRe: some basic one plz Pin
toxcct14-Apr-06 1:58
toxcct14-Apr-06 1:58 
GeneralRe: some basic one plz Pin
Maxwell Chen14-Apr-06 2:07
Maxwell Chen14-Apr-06 2:07 
QuestionRe: some basic one plz Pin
David Crow14-Apr-06 2:49
David Crow14-Apr-06 2:49 
AnswerRe: some basic one plz Pin
toxcct14-Apr-06 2:51
toxcct14-Apr-06 2:51 
GeneralRe: some basic one plz Pin
David Crow14-Apr-06 3:56
David Crow14-Apr-06 3:56 
GeneralRe: some basic one plz Pin
toxcct14-Apr-06 4:01
toxcct14-Apr-06 4:01 
AnswerFrom ISO/IEC 14882:2003(E) Pin
Maxwell Chen14-Apr-06 6:51
Maxwell Chen14-Apr-06 6:51 
Page 70,
$ 5.2.3 Explicit type Conversion

1. A simple-type-specifier (7.1.5) followed by a parenthesized expression-list constructs a value of the specified type given the expression list. If the expression list is a single expression, the type conversion expression is equivalent (in definedness, and if defined in meaning) to the corresponding cast expression (5.4). If the simple-type-specifier specifies a class type, the class type shall be complete. If the expression list specifies more than a single value, the type shall be a class with a suitably declared constructor (8.5, 12.1), and the expression T(x1, x2, ...) is equivalent in effect to the declaration T t(x1, x2, ...); for some invented temporary variable t, with the result being the value of t as an rvalue.



Maxwell Chen
GeneralRe: From ISO/IEC 14882:2003(E) Pin
toxcct15-Apr-06 1:04
toxcct15-Apr-06 1:04 
QuestionHight Quality Bitmap Stretching Displaying? Pin
Abin13-Apr-06 23:29
Abin13-Apr-06 23:29 
AnswerRe: Hight Quality Bitmap Stretching Displaying? Pin
Chris Losinger14-Apr-06 2:27
professionalChris Losinger14-Apr-06 2:27 
Questionhow to create a button using DLL Pin
baldha rakesh13-Apr-06 23:16
baldha rakesh13-Apr-06 23:16 
AnswerRe: how to create a button using DLL Pin
CodeVarma14-Apr-06 19:11
CodeVarma14-Apr-06 19:11 
QuestionCreate child control Pin
zuma7713-Apr-06 23:11
zuma7713-Apr-06 23:11 
AnswerRe: Create child control Pin
Hamid_RT13-Apr-06 23:22
Hamid_RT13-Apr-06 23:22 
GeneralRe: Create child control Pin
zuma7713-Apr-06 23:47
zuma7713-Apr-06 23:47 
GeneralRe: Create child control Pin
Hamid_RT14-Apr-06 2:29
Hamid_RT14-Apr-06 2:29 
GeneralRe: Create child control Pin
zuma7714-Apr-06 4:37
zuma7714-Apr-06 4:37 
AnswerRe: Create child control Pin
Gary R. Wheeler14-Apr-06 3:26
Gary R. Wheeler14-Apr-06 3:26 
GeneralRe: Create child control Pin
zuma7714-Apr-06 4:36
zuma7714-Apr-06 4:36 
QuestionHow to simulate DoEvents() in Visual C++? Pin
WithPointer13-Apr-06 22:48
WithPointer13-Apr-06 22:48 
AnswerRe: How to simulate DoEvents() in Visual C++? Pin
nguyenvhn13-Apr-06 23:26
nguyenvhn13-Apr-06 23:26 
GeneralRe: How to simulate DoEvents() in Visual C++? Pin
WithPointer13-Apr-06 23:35
WithPointer13-Apr-06 23:35 
AnswerRe: How to simulate DoEvents() in Visual C++? Pin
Branislav13-Apr-06 23:38
Branislav13-Apr-06 23:38 
QuestionCannot throw my own exception from dll (not exactly true, but please read) Pin
toxcct13-Apr-06 22:39
toxcct13-Apr-06 22:39 

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.