Let's learn C++, Lec01 How to learn it
Hello, friends. If you are interested in C++ and even want to learn it, here is appropriate for you.
I already organized main topic of C++ into 15 chapters to let you can practice.
You can come to my github:(I will spend a little time in following week to share my experience)
I already organized main topic of C++ into 15 chapters to let you can practice.
You can come to my github:(I will spend a little time in following week to share my experience)
Cplus_Introduction
What is the best way to learn a programming language?
I believe everyone possess different ideas about this issue.
In my opinion, I suggest "Just go for it" at first.
Unless you are already a programmer with some experience, I might tell you that you should know the history of the compiler version(GCC), and compare some IDE(Integrated Development Environment) to choose a one you want to use. Besides, you also need to spend time on its Standard Library and common API.
If you are just a fresh man for programming and even do not know what is OOP(Objected-Oriented Programming, some people call it OOD, Objected-Oriented Design). I won't trust you have enough patience to understand the story of the invention of C++. Furthermore, you do not need to know that actually, and still can learn it well.
So, just go to download a free IDE, such as Codeblocks, Dev C++ and etc, to run a first file-HelloWorld.cpp directly.
No worry, just copy and paste the code of program to run, the most important for you is to understand what is that meaning of code.
As for the code explanation~let we go to next article:<What is the meaning of these code?>
You can download IDE here:
回覆刪除1. CodeBlocks: http://www.codeblocks.org/downloads/26
2.Dev C++: https://sourceforge.net/projects/orwelldevcpp/
What is IDE?
You can google it, but, briefly, I would tell you that it is a easy way to let ley you edit your program(coding). You could compile your code and execute your program easily.