Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++ Setting Background as BMP Pin
_AnsHUMAN_ 19-Sep-06 21:53
_AnsHUMAN_ 19-Sep-06 21:53 
AnswerRe: VC++ Setting Background as BMP Pin
Anilkumar K V19-Sep-06 22:37
Anilkumar K V19-Sep-06 22:37 
AnswerRe: VC++ Setting Background as BMP Pin
Nibu babu thomas19-Sep-06 22:53
Nibu babu thomas19-Sep-06 22:53 
AnswerRe: VC++ Setting Background as BMP Pin
Hamid_RT19-Sep-06 23:17
Hamid_RT19-Sep-06 23:17 
QuestionQuestion Pin
messages19-Sep-06 21:11
messages19-Sep-06 21:11 
AnswerRe: Question Pin
Christian Graus19-Sep-06 21:21
protectorChristian Graus19-Sep-06 21:21 
GeneralRe: Question Pin
messages19-Sep-06 21:34
messages19-Sep-06 21:34 
GeneralRe: Question Pin
Christian Graus19-Sep-06 21:41
protectorChristian Graus19-Sep-06 21:41 
messages wrote:
I hear that C++ will limited for write COM is it right?


I'm not sure what you mean. C++ is excellent for writing COM components, but the vast bulk of C++ code does not use COM. C++ is a standard language, why would it be tied to a Microsoft platform that is a lot younger than C++ is ?

messages wrote:
and on thing VC++ or VC.NET which is better and which is easy


I don't know what you mean by those terminologies.

C++ is a standards based language. It's very powerful, other languages like C# and VB.NET are easier

VC++ means any Microsoft C++ compiler

VC.NET means any of the last three Microsoft C++ compilers

C++/CLI is how VC.NET 2005 does C++ that works with .NET. To use this, you need to know C++ and also learn how to work with .NET in C++. Learning plain C++ is probably easier, but once you add .NET, a lot of stuff you may want to do becomes easier because of the libraries in .NET. so, learning C++/CLI is harder than learning vanilla C++. A lot of coding tasks will be easier in C++/CLI than C++, because you get a lot of stuff for free.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Question Pin
messages19-Sep-06 21:48
messages19-Sep-06 21:48 
GeneralRe: Question Pin
Christian Graus19-Sep-06 21:51
protectorChristian Graus19-Sep-06 21:51 
GeneralRe: Question Pin
messages19-Sep-06 22:05
messages19-Sep-06 22:05 
GeneralRe: Question Pin
David Crow20-Sep-06 3:07
David Crow20-Sep-06 3:07 
AnswerRe: Question Pin
toxcct19-Sep-06 21:22
toxcct19-Sep-06 21:22 
GeneralRe: Question Pin
messages19-Sep-06 21:34
messages19-Sep-06 21:34 
GeneralRe: Question Pin
Christian Graus19-Sep-06 21:35
protectorChristian Graus19-Sep-06 21:35 
GeneralRe: Question Pin
Cedric Moonen19-Sep-06 21:37
Cedric Moonen19-Sep-06 21:37 
GeneralRe: Question Pin
Christian Graus19-Sep-06 21:38
protectorChristian Graus19-Sep-06 21:38 
GeneralRe: Question Pin
Cedric Moonen19-Sep-06 21:47
Cedric Moonen19-Sep-06 21:47 
GeneralRe: Question Pin
Christian Graus19-Sep-06 21:50
protectorChristian Graus19-Sep-06 21:50 
GeneralRe: Question Pin
messages19-Sep-06 21:42
messages19-Sep-06 21:42 
GeneralRe: Question Pin
Cedric Moonen19-Sep-06 21:49
Cedric Moonen19-Sep-06 21:49 
QuestionError Pin
messages19-Sep-06 21:07
messages19-Sep-06 21:07 
AnswerRe: Error Pin
Christian Graus19-Sep-06 21:10
protectorChristian Graus19-Sep-06 21:10 
GeneralRe: Error Pin
messages19-Sep-06 21:14
messages19-Sep-06 21:14 
GeneralRe: Error Pin
Christian Graus19-Sep-06 21:22
protectorChristian Graus19-Sep-06 21:22 

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.