MC++
-
Today I read some articles about MC++ in CP,One think I can't understand!When and why we should use MC++,It like C# but there is no GUI designer,It like the time when you write ALL your applications with win32 ,but win32 has advantagous than MFC,but what is the advantagous of MC++? Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
Today I read some articles about MC++ in CP,One think I can't understand!When and why we should use MC++,It like C# but there is no GUI designer,It like the time when you write ALL your applications with win32 ,but win32 has advantagous than MFC,but what is the advantagous of MC++? Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975I believe in theory the advantage is being able to pull existing projects into the .NET world, and to ease the transition for dyed in the wool C++ programmers. I'm not touching it though. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
-
I believe in theory the advantage is being able to pull existing projects into the .NET world, and to ease the transition for dyed in the wool C++ programmers. I'm not touching it though. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
Christian Graus wrote: I believe in theory the advantage is being able to pull existing projects into the .NET world, What happend if we don't go to .net world in this way?;) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
I bet a few of those MC++ articles were mine :-) Nish
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
-
Today I read some articles about MC++ in CP,One think I can't understand!When and why we should use MC++,It like C# but there is no GUI designer,It like the time when you write ALL your applications with win32 ,but win32 has advantagous than MFC,but what is the advantagous of MC++? Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975I bet a few of those MC++ articles were mine :-) Nish
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
-
Nish [BusterBoy] wrote: I bet a few of those MC++ articles were mine Yes Nish:-D Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975Mazy My intention was basically to prove to myself that it was possible to create winforms applications using MC++ [without the CodeDOM support C# enjoys] Frankly that's why I wrote those articles :-) Nish p.s. one advantage is thart you can mix unmanaged code with managed code...
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
-
Christian Graus wrote: I believe in theory the advantage is being able to pull existing projects into the .NET world, What happend if we don't go to .net world in this way?;) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975The whole point of an IL is that it shouldn't matter to us WHAT things are written in. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
-
The whole point of an IL is that it shouldn't matter to us WHAT things are written in. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
True. But a lower level language will allow you to produce better IL. Like the best would be to directly code IL. The next best would be C++. The other languages will all be same I guess. Nish
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
-
Mazy My intention was basically to prove to myself that it was possible to create winforms applications using MC++ [without the CodeDOM support C# enjoys] Frankly that's why I wrote those articles :-) Nish p.s. one advantage is thart you can mix unmanaged code with managed code...
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
Nish [BusterBoy] wrote: p.s. one advantage is thart you can mix unmanaged code with managed code... Ya, I agree with this one.:) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975