Click here to Skip to main content
16,004,991 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Question"Poject help" Pin
da_comp_learner16-Oct-05 18:36
da_comp_learner16-Oct-05 18:36 
QuestionThis application has requested the Runtime to terminate it in an unusual way. Pin
Lord Kixdemp15-Oct-05 15:01
Lord Kixdemp15-Oct-05 15:01 
QuestionVC++ 6.0 & .NET 2003 Pin
Nuray15-Oct-05 4:06
Nuray15-Oct-05 4:06 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Nemanja Trifunovic15-Oct-05 5:29
Nemanja Trifunovic15-Oct-05 5:29 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus16-Oct-05 13:30
protectorChristian Graus16-Oct-05 13:30 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 0:51
Nuray17-Oct-05 0:51 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 1:40
protectorChristian Graus17-Oct-05 1:40 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 3:31
Nuray17-Oct-05 3:31 
(1) Why do I move from C++ to C#?
I started with C++ because I hate C. I use C# because
I dislike C++.
- MFC is difficult unnecessarily.
- the use of DLL is complicated you need to modify the code accordingly.
- Just one more minor point; All C/C++ users are familiar with pointers
but C# user don't bother knowing it. I think new generation is more
lucky than us.

(2) Why not MC++ ?
- Good things about MC++: it supports templates and belongs to .Net
- I didn't like the notation for keywords __gc or __value etc.
- There are similarities between MC++ and C#. It is not a big deal
switching from one to another but windows applications are very easy
in C# compared to MFC. MFC opens a lot of files that you need to know
very well in detail. C# opens two files one is code view and the
other is code view. Very natural. Very organized. It hides the
generated code for the application. C# has great editor. The Outlining
feature is essential for the applications having many classes and
functions.

(3) Why C#
GUI applications is easy. I don't like doing things the hard way any
more.

(4) Why .Net ?
It is a platform for web based applications. I want to run my C++
code on the web. MC++ is an option but it is difficult. C# is my
favourite option but VS.NET 2003 is not good enough for my needs.



GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 11:55
protectorChristian Graus17-Oct-05 11:55 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray19-Oct-05 2:40
Nuray19-Oct-05 2:40 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus20-Oct-05 9:47
protectorChristian Graus20-Oct-05 9:47 
QuestionWrite/read Windows registry? Pin
Lord Kixdemp14-Oct-05 14:35
Lord Kixdemp14-Oct-05 14:35 
AnswerRe: Write/read Windows registry? Pin
RFOG15-Oct-05 1:03
RFOG15-Oct-05 1:03 
GeneralRe: Write/read Windows registry? Pin
Lord Kixdemp15-Oct-05 6:28
Lord Kixdemp15-Oct-05 6:28 
Questionvariables Pin
Anonymous14-Oct-05 11:28
Anonymous14-Oct-05 11:28 
AnswerRe: variables Pin
khan++14-Oct-05 21:25
khan++14-Oct-05 21:25 
QuestionC/C++ Code needed Pin
CMentor14-Oct-05 8:41
CMentor14-Oct-05 8:41 
AnswerRe: C/C++ Code needed Pin
akcom14-Oct-05 10:03
akcom14-Oct-05 10:03 
GeneralRe: C/C++ Code needed Pin
toxcct17-Oct-05 2:13
toxcct17-Oct-05 2:13 
QuestionWhy can't I write a code like this ?? Pin
ComplexLifeForm13-Oct-05 23:22
ComplexLifeForm13-Oct-05 23:22 
AnswerRe: Why can't I write a code like this ?? Pin
Nemanja Trifunovic14-Oct-05 6:07
Nemanja Trifunovic14-Oct-05 6:07 
GeneralRe: Why can't I write a code like this ?? Pin
ComplexLifeForm16-Oct-05 17:19
ComplexLifeForm16-Oct-05 17:19 
Questionhelp: how to write 32 bits to 4 byte aligned address? Pin
Rostfrei13-Oct-05 21:48
Rostfrei13-Oct-05 21:48 
AnswerRe: help: how to write 32 bits to 4 byte aligned address? Pin
Joey Bloggs19-Oct-05 19:31
Joey Bloggs19-Oct-05 19:31 
QuestionSoftware Agent with VB.Net Pin
Banisha12-Oct-05 22:33
Banisha12-Oct-05 22:33 

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.