Click here to Skip to main content
16,006,355 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Acellerator table problem Pin
Bob Stanneveld6-Apr-04 5:16
Bob Stanneveld6-Apr-04 5:16 
Questionhow to make CListCtrl's First column always visual Pin
jingdeyi5-Apr-04 14:35
jingdeyi5-Apr-04 14:35 
AnswerRe: how to make CListCtrl's First column always visual Pin
Milton Karimbekallil5-Apr-04 19:07
Milton Karimbekallil5-Apr-04 19:07 
GeneralRe: how to make CListCtrl's First column always visual Pin
jingdeyi7-Apr-04 14:23
jingdeyi7-Apr-04 14:23 
Generalforcefully close a prog Pin
Anonymous5-Apr-04 14:29
Anonymous5-Apr-04 14:29 
GeneralRe: forcefully close a prog Pin
Milton Karimbekallil5-Apr-04 18:46
Milton Karimbekallil5-Apr-04 18:46 
GeneralC# and C++ Past, Present, Future :: Software Engineer Pin
valikac5-Apr-04 11:33
valikac5-Apr-04 11:33 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
Ian Darling5-Apr-04 12:55
Ian Darling5-Apr-04 12:55 
kuphryn wrote:
Currently, does a C# application run on a non-Win32/Win64 platform (UNIX, Mac, wireless)?

Sort of. Have a look at the Mono project - they have a C# compiler and so forth

kuphryn wrote:
How does C# compare to C++ in terms of object-oriental design (inheritance, template, etc) on a large-scale project?

Probably similarly to Java.

kuphryn wrote:
How does C# compare to C++ for client/server applications including various IPC concepts, multithreading, multiple processes, etc?

Pass. .NET certainly makes those things a lot easier and less error prone. Have a look at .NET Remoting and Asynchronous Delegates for starters.

kuphryn wrote:
How does C# compare to C++ for processor-intensive applications including games, 3D-render, multimedia, etc?

Well, if you're working on the bleeding edge, C++ will probably let you squeeze out a few percent extra performance at the cost of much more complicated development. Later versions of DirectX have support for using a managed language like C#.

kuphryn wrote:
I read some reviews on two books on C# by Jeff Prosise and Charles Petzold. In general, readers find the books GUI-oriented. How good is C# for performance-imperative applications?

I would say that C# is quite suitable, but if you're learning, keep a close eye on the code you are writing and the objects you are creating. It's quite easy to screw up your performance if you create a lot of objects and the GC can't collect them in a good time for some reason, so all your app does is swap all the time.

HTH



Ian Darling
"The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt." - Bertrand Russell
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
valikac5-Apr-04 14:06
valikac5-Apr-04 14:06 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
Anonymous5-Apr-04 23:19
Anonymous5-Apr-04 23:19 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
valikac6-Apr-04 6:42
valikac6-Apr-04 6:42 
GeneralVideo RAM Remaining Pin
Blake Miller5-Apr-04 10:51
Blake Miller5-Apr-04 10:51 
GeneralRe: Video RAM Remaining Pin
John M. Drescher5-Apr-04 13:31
John M. Drescher5-Apr-04 13:31 
GeneralRe: Video RAM Remaining Pin
Blake Miller5-Apr-04 13:52
Blake Miller5-Apr-04 13:52 
GeneralRe: Video RAM Remaining Pin
John M. Drescher5-Apr-04 13:51
John M. Drescher5-Apr-04 13:51 
Generalpointers to functions Pin
kfaday5-Apr-04 10:46
kfaday5-Apr-04 10:46 
GeneralRe: pointers to functions Pin
Michael Dunn5-Apr-04 12:26
sitebuilderMichael Dunn5-Apr-04 12:26 
GeneralRe: pointers to functions Pin
kfaday5-Apr-04 14:18
kfaday5-Apr-04 14:18 
GeneralBMP to AVI Pin
waelahmed5-Apr-04 10:11
waelahmed5-Apr-04 10:11 
GeneralCombox in Visual C++ 6.0 Pin
Charlie Curtis5-Apr-04 9:54
Charlie Curtis5-Apr-04 9:54 
GeneralRe: Combox in Visual C++ 6.0 Pin
David Crow5-Apr-04 10:19
David Crow5-Apr-04 10:19 
GeneralRe: Combox in Visual C++ 6.0 Pin
Charlie Curtis5-Apr-04 10:46
Charlie Curtis5-Apr-04 10:46 
GeneralSetFocus problem - Controls don't get highlighted when SetFocus is called Pin
Chulips5-Apr-04 7:54
Chulips5-Apr-04 7:54 
GeneralRe: SetFocus problem - Controls don't get highlighted when SetFocus is called Pin
avenger_sb255-Apr-04 8:40
avenger_sb255-Apr-04 8:40 
GeneralRe: SetFocus problem - Controls don't get highlighted when SetFocus is called Pin
Chulips5-Apr-04 11:40
Chulips5-Apr-04 11:40 

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.