C how to get started, C how to learn.

Updated on educate 2024-05-01
5 answers
  1. Anonymous users2024-02-08

    It's called primer, but I didn't put it on this one at first. It is recommended to start with Tan Lao's textbook, read the first few chapters to learn how to describe a logical process with basic circular judgment statements, and then understand the concept of classes through the object-oriented content later, learn to program with classes, and get started. . . Some quotes or something just know its usefulness for the time being.,Don't dig deeper.,Just use it as a format.。

    Remember to do the matching exercises. Although it is simple, our professional parallel goods are still searching for answers on the Internet... Of course, the most important thing is to read more ** and do more, and you will eventually feel shallow on paper.

  2. Anonymous users2024-02-07

    I personally recommend Tan Haoqiang's C++ programming, this textbook is good, I read it once when I was a beginner.

  3. Anonymous users2024-02-06

    I just learned C++ from scratch, about two months, the basic syntax is understood, programming is to be able to use a variety of head files, this has to be programmed by yourself, will understand, look at other people's programs just for reference, do not write your own can not really master.

  4. Anonymous users2024-02-05

    It's easy to learn、、、 but it's a good brain.

  5. Anonymous users2024-02-04

    First: If beginners have learned the basic syntax and basic data structures of the C language, then one of the books I recommend reading here is "C++ Primer", which is available in Chinese and English. You can choose according to your actual situation.

    Second: If you are a beginner who has not been exposed to C before, then I recommend "C++ Primer Plus", which introduces a little more to C than "C++ Primer". It is suitable for students who have not been exposed to C language.

    Third: When looking at programming languages, be sure to type ** while watching. In this way, it is easier to understand and memorize something. If you just look at it, it's easy to see what you forget about something.

    Sixth: After reading a book, you can find some C++ project examples to improve your ability to write. You can buy some books with C++ project examples, or find some online resources such as "Laboratory Building", which also has many good examples.

    Finally: When you are able to apply what you have learned, you can take a look at C++ Programming Languages by the father of C++ and C++ Programming Ideas by Bruce Eckel. These are more difficult.

    It needs to be read and understood carefully. It's not an exaggeration to watch it a few times.

Related questions
15 answers2024-05-01

Let's write the basic things by yourself, and type all the exercises and example questions in the textbook. It's not enough to just read a book without touching the keyboard, and if you don't have a programming foundation, it's useless to understand the textbook, and some small details still have to be adjusted by yourself to feel it. After getting started, find a book on data structures and read it. >>>More

17 answers2024-05-01

To be honest, what I said may not be right. I suggest finding a teacher with a project to learn and develop software, and don't say anything else, just follow the teacher and do some odd jobs first. Then learn the ideas and processes developed by the teacher, and gradually hand over a little development work to you. >>>More

5 answers2024-05-01

Dynamically create controls:

for (int i = 0; i < 10; i++)string strname = "textb" + >>>More

13 answers2024-05-01

From Beginner to Mastery", the series of teaching books feels average; Not to mention the CD sent.,C series are almost the same.,For exampleC++ and C voice、C under Linux,The content of the disc is almost exactly the same.,Except for ppt and ** are different,Everything else is the same。 Even the different ppt and ** are still copied and read according to the content of the book, and they are also drunk! I wondered what the point of sending a CD was! >>>More

24 answers2024-05-01

In the process of installing the system, you can format the C drive, if you use the ghost installation system, he will automatically overwrite the original things of the C drive. >>>More