Click here to Skip to main content
15,884,537 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Installation tool Pin
Daniel Turini7-Nov-02 7:20
Daniel Turini7-Nov-02 7:20 
GeneralRe: Installation tool Pin
Heath Stewart7-Nov-02 9:51
protectorHeath Stewart7-Nov-02 9:51 
GeneralRe: Installation tool Pin
Patrick Lassalle7-Nov-02 23:20
Patrick Lassalle7-Nov-02 23:20 
GeneralConverting an Icon to Image...with Alpha Blending Pin
Heath Stewart5-Nov-02 13:34
protectorHeath Stewart5-Nov-02 13:34 
GeneralRe: Converting an Icon to Image...with Alpha Blending Pin
Heath Stewart6-Nov-02 8:29
protectorHeath Stewart6-Nov-02 8:29 
GeneralUPDATE Statements Pin
Derek Lakin4-Nov-02 22:17
Derek Lakin4-Nov-02 22:17 
GeneralC# vs VC++ Pin
Stefan Bolder2-Nov-02 22:41
sussStefan Bolder2-Nov-02 22:41 
GeneralRe: C# vs VC++ Pin
ian mariano3-Nov-02 7:56
ian mariano3-Nov-02 7:56 
In theory Wink | ;)

Still, you have to know what you're trying to accomplish. For most purposes, C# is the language of choice for .NET. It should be fairly easy to learn the syntactic and language idioms of C# if you come from the C++ world (as I have.) The question is what usefulness/features do you get if you choose a particular language?

C#, IMHO, is a clean language. C++-esque syntax, with lessons learnt from Java and others, rolled into a beautiful construct. C#, obviously doesn't give you as fine-grained control as C++ using the Platform SDK, but there are plenty of Managed Classes that get you there without having to do a lot of the SDK work (for example, performance counters, network, or crypto.)

C++ is still in the hearts of many a code guru. Sometimes you don't need to use managed code, but there are things that are more difficult in C++ than in C#.

So is it wise? Learning is always wise.

"Good programming is language neutral, and is often more difficult to learn than a new language - after all, it's just syntax."

"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

GeneralRe: C# vs VC++ Pin
Kevin McFarlane4-Nov-02 3:48
Kevin McFarlane4-Nov-02 3:48 
GeneralRe: C# vs VC++ Pin
Kevin McFarlane4-Nov-02 3:44
Kevin McFarlane4-Nov-02 3:44 
GeneralRe: C# vs VC++ Pin
Boogie6-Nov-02 12:38
Boogie6-Nov-02 12:38 
GeneralRe: C# vs VC++ Pin
Kevin McFarlane7-Nov-02 5:41
Kevin McFarlane7-Nov-02 5:41 
GeneralStreamReading Cyrillic (windows) Encoding Pin
devmaximus2-Nov-02 14:22
devmaximus2-Nov-02 14:22 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Stephane Rodriguez.2-Nov-02 19:18
Stephane Rodriguez.2-Nov-02 19:18 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Richard Deeming4-Nov-02 2:40
mveRichard Deeming4-Nov-02 2:40 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Anonymous4-Nov-02 8:56
Anonymous4-Nov-02 8:56 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Anonymous4-Nov-02 11:24
Anonymous4-Nov-02 11:24 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
devmaximus4-Nov-02 11:56
devmaximus4-Nov-02 11:56 
Questionimage encoder? Pin
Stefan Bolder2-Nov-02 0:17
sussStefan Bolder2-Nov-02 0:17 
AnswerRe: image encoder? II Pin
Stefan Bolder2-Nov-02 0:41
sussStefan Bolder2-Nov-02 0:41 
GeneralRe: image encoder? II Pin
Stephane Rodriguez.2-Nov-02 1:52
Stephane Rodriguez.2-Nov-02 1:52 
GeneralRe: image encoder? II Pin
Stefan Bolder2-Nov-02 22:40
sussStefan Bolder2-Nov-02 22:40 
GeneralRe: image encoder? II Pin
Stephane Rodriguez.2-Nov-02 22:40
Stephane Rodriguez.2-Nov-02 22:40 
GeneralEventHandler Behavior Pin
EricK71-Nov-02 9:16
sussEricK71-Nov-02 9:16 
GeneralRemoting hangs when accessing a class with a COM + Reference Pin
Dam_f31-Oct-02 7:29
Dam_f31-Oct-02 7:29 

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.