|
-
Jul 3rd, 2001, 09:36 AM
#1
Thread Starter
Hyperactive Member
Help for a C++ newbie
Hello all. Well, I spend most of my day sitting around answering questions in the VB forum... but now I want something new so I came here. Can someone please tell me the best place to go for a newbie (C++ newbie... not all around newbie ) to learn C++. If it matters any to the learning process I'm advanced in Visual Basic and know a good bit of Perl. Thanks for your help. Later,
-zer0 flaw
-
Jul 3rd, 2001, 10:08 AM
#2
Frenzied Member
First of all read the FAQ
http://161.58.186.97/announcement.php?s=&forumid=9
Second, stop right now thinking in VB. Believe me I was damn good in VB but C++ is a lot different. If you keep your mind set in VB while trying to learn C++ your going to run into a lot of walls.
Third, learn the basics first. Start by making console apps, then move up to windows apps using API, then learn windows app with MFC, STL, etc. Dont start by making windows apps right away, because you need to know and understand pointers, classess, arrays, math functions, etc before you start Windows apps.
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

-
Jul 3rd, 2001, 10:26 AM
#3
I would put the STL before Windows stuff with the API. But, yes, learn the basics first. Pointers are a MUST for later stuff, but leave that until you have gotten classes down pretty well. Make sure that you can remember all the funny little symbols (&&, ||, !=, % =).
Z.
-
Jul 3rd, 2001, 03:21 PM
#4
Frenzied Member
When you go into C++ windows programming you will find out that it can be a real pain in the a*s sometimes. The important thing is not to give up and ofcourse to read the MSDN. The MSDN is a must have for a C++ windows programmer.
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
|