Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to access variable from the another dialog box Pin
shiva shankar12-May-04 19:57
shiva shankar12-May-04 19:57 
AnswerRe: how to access variable from the another dialog box Pin
Maxwell Chen12-May-04 20:08
Maxwell Chen12-May-04 20:08 
AnswerRe: how to access variable from the another dialog box Pin
22491712-May-04 21:01
22491712-May-04 21:01 
AnswerRe: how to access variable from the another dialog box Pin
V.12-May-04 23:31
professionalV.12-May-04 23:31 
GeneralVC++ VS .NET Pin
?????????????????12-May-04 19:30
suss?????????????????12-May-04 19:30 
GeneralRe: VC++ VS .NET Pin
Maxwell Chen12-May-04 19:45
Maxwell Chen12-May-04 19:45 
GeneralRe: VC++ VS .NET Pin
Anthony_Yio12-May-04 20:05
Anthony_Yio12-May-04 20:05 
GeneralRe: VC++ VS .NET Pin
Roger Wright12-May-04 20:46
professionalRoger Wright12-May-04 20:46 
As I understand it, VC++.Net incorporates the idea of a common runtime library, the CLR, that is installed with the .Net Framework. This allows a developer to use whatever .Net-enabled language is most convenient for the task at hand to create a program that will be compatible with other pieces written in other languages. Previous versions of C++ made it difficult to use, for instance, a control developed in VB, because of differences in the internal implementations of variable types and procedures. In the .Net scenario, all languages utilize the same libraries, and modules written in any language are interoperable. In theory, you can bang out a GUI on VB, a language nicely suited for that task, and implement the computation-intensive parts of the program in VC++, without having to worry about type conversions and such to accomodate the different ways these are implemented in each language.

There are probably several other reasons to adopt the .Net approach, but my understanding is limited by my lack of experience with it. I'll leave it to others to elaborate...

Some people think of it as a six-pack; I consider it more of a support group.
Generalhelp on using visual c++ toolkit 2003 with vc6 Pin
ljbade12-May-04 19:00
ljbade12-May-04 19:00 
GeneralSet height or width of control bar Pin
alex.barylski12-May-04 17:42
alex.barylski12-May-04 17:42 
GeneralRe: Set height or width of control bar Pin
nguyenvhn12-May-04 17:57
nguyenvhn12-May-04 17:57 
GeneralRe: Set height or width of control bar Pin
alex.barylski12-May-04 18:03
alex.barylski12-May-04 18:03 
Generaldefine Vs. const Pin
Ernesto D.12-May-04 17:31
Ernesto D.12-May-04 17:31 
GeneralRe: define Vs. const Pin
nguyenvhn12-May-04 17:51
nguyenvhn12-May-04 17:51 
GeneralRe: define Vs. const Pin
Maxwell Chen12-May-04 18:10
Maxwell Chen12-May-04 18:10 
GeneralRe: define Vs. const Pin
Ernesto D.12-May-04 20:25
Ernesto D.12-May-04 20:25 
GeneralRe: define Vs. const Pin
Joe Woodbury13-May-04 9:21
professionalJoe Woodbury13-May-04 9:21 
GeneralSyntax and Missing Identifiers---LONG Pin
---Mark----12-May-04 17:17
suss---Mark----12-May-04 17:17 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
Maxwell Chen12-May-04 17:32
Maxwell Chen12-May-04 17:32 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
---Mark---12-May-04 18:00
---Mark---12-May-04 18:00 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
---Mark---12-May-04 18:04
---Mark---12-May-04 18:04 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
Maxwell Chen12-May-04 18:22
Maxwell Chen12-May-04 18:22 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
---Mark---12-May-04 18:43
---Mark---12-May-04 18:43 
GeneralAdvice for Books Pin
vnm612-May-04 16:18
vnm612-May-04 16:18 
GeneralRe: Advice for Books Pin
Anthony_Yio12-May-04 16:41
Anthony_Yio12-May-04 16:41 

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.