I am a 13-year-old boy looking forward to learning C++ in the near future. I have the book C++ Primer Plus (5th Edition) by Stephen Prata, which is what I'm probably going to use to learn it from - but I may end up switching to another book.
A bit more about me:
I learned HTML and CSS from w3Schools for fun a while back, and some of the basics of Visual Basic .NET (variables, the different loops, and some arrays) from online tutorials. I want to learn C++ because I believe it will be more helpful in the future.
I joined the CodeCall Programming Forums since I'll probably need more help than the book(s) and Google can provide me.
I'm looking forward to learning C++ and also being a part of this forum!
10 replies to this topic
#1
Posted 18 January 2011 - 09:36 AM
|
|
|
#2
Posted 18 January 2011 - 11:20 AM
Welcome to CodeCall, good luck on your journey. ~ Committed. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#3
Posted 18 January 2011 - 12:20 PM
Thanks! I'm looking forward to installing the Visual C++ portion of Visual Studio 2010, or something like Qt.
#4
Posted 18 January 2011 - 01:43 PM
Welcome aboard!
You may want to think about starting with wxDev-C++: it will help you resist the temptation to do too much work in a GUI. Console apps are boring, but you can still learn a lot.
You may want to think about starting with wxDev-C++: it will help you resist the temptation to do too much work in a GUI. Console apps are boring, but you can still learn a lot.
#5
Posted 18 January 2011 - 01:58 PM
Hmm, doesn't Visual C++ come with a console application choice?
#6
Posted 18 January 2011 - 02:06 PM
It does. I just prefer a cross-platform environment, and wxDev-C++ uses a port of GCC to windows (MinGW). It reduces the number of compilers I need to try to cope with.
#7
Posted 18 January 2011 - 02:20 PM
WingedPanther said:
It does. I just prefer a cross-platform environment, and wxDev-C++ uses a port of GCC to windows (MinGW). It reduces the number of compilers I need to try to cope with.
What exactly does that mean?
#8
Posted 18 January 2011 - 04:30 PM
I work on Linux at home, and a mixture of Windows and Mac at work. As a result, I like finding programming tools that work in all three. GCC/MinGW is a single compiler for C and C++ that works the same across all three.
#9
Posted 18 January 2011 - 08:06 PM
WingedPanther said:
I work on Linux at home, and a mixture of Windows and Mac at work. As a result, I like finding programming tools that work in all three. GCC/MinGW is a single compiler for C and C++ that works the same across all three.
Ah, ok. That makes sense to me. Thanks for the clarification!
#10
Posted 18 January 2011 - 09:56 PM
Welcome aboard RenegadeFalcon!
#11
Posted 18 January 2011 - 10:08 PM
It is great you could start learning at such an early age, just take it slow and don't get stressed out like us :)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









