|
-
September 28th, 2011, 02:04 PM
#1
Seeking recommendations for self-study C# or C++
I am an experienced Delphi developer looking to expand my skills into C++/C#.
Can anyone recommend a starter package that I can download to start learning either C++ or C# at home?
-
September 28th, 2011, 04:22 PM
#2
Re: Seeking recommendations for self-study C# or C++
Download MSVC Express (free) from http://www.microsoft.com/visualstudi...itions/express and get yourself a book (see http://www.codeguru.com/forum/showthread.php?t=231039)
Unfortunately I have no link to good books for C#
-
October 9th, 2011, 05:34 AM
#3
Re: Seeking recommendations for self-study C# or C++
Thanks for your advice, I will take a look.
-
October 19th, 2011, 11:12 PM
#4
Re: Seeking recommendations for self-study C# or C++
I'm starting to get into C# myself. Some good books are "Programming C# 4.0, 6th Edition", "C# 4.0 in a Nutshell", and "C# 4.0 Pocket Reference" from publisher O'Reilly. For better code-writing, there's "Effective C#".
For C++, there's "Thinking in C++"(Volume 1 and 2), "C++ in a Nutshell", "C++ Pocket Reference", "C++ Primer Plus", and "STL Pocket Reference". For better code-writing, there's also "Effective STL" and "Effective C++".
Last edited by Nez; October 19th, 2011 at 11:15 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|