PDA

View Full Version : *programming in c++/.net*


kruz
February 5th, 2006, 01:18 AM
hey guys, im somewhat fimiliar with python
and programming syntax
and jsut starting to get into c++

where are some good tutorials to start
and also i want to learn .net

should i learn c++ then implement .net or?

just give me some shout outs, all would be appreciated

thanx
`KruZ~

David Marrs
February 5th, 2006, 12:49 PM
If you're very interested in .NET ("mono" on a unix platform) then I'd recommend learning C# over C++. It was written for the framework and is nicer to use. I suspect C++ support was added so that C++ developers could better migrate to the .NET framework. On the other hand, C# binds you to mono/.NET whereas C++ can be used anywhere.

thumper
February 5th, 2006, 04:42 PM
Trust me, you really don't want to go into C++/CLI.

Look at this on groklaw (http://www.groklaw.net/article.php?story=20060130092823950)

:)