c language blog I work 02

This work belongs courses C Programming Language 1
Where the job requires https://edu.cnblogs.com/campus/zswxy/SE2019-2/homework/8687
My aim in this course is Learn and skilled in C language, and learning other programming languages ​​based on the C language
This job helped me achieve that goal in terms of specific So I learned to learn programming without the need for compiler
references "Questioning the wisdom of" "C Primer Plus" "PTA system Frequently Asked Questions"

2.1 reading assignments

1. Please read the "question the wisdom", in your own words describe your harvest, citing examples illustrate how to ask questions. Article link: https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md

1. The article tells us should have problems to find a way to solve their own, can not solve and then seek the help of others, can not blindly rely on others, if you do not think for themselves is ultimately no gain, and trouble others.
2. To learn to ask questions, not to use some of their own problems through the trouble others wanted to step in, to ask some questions of value, expressed in simple language when asking questions clearly, really serious to ask what others think, it should not others pointed out the error, which can worsen other people think of you.
3. Do not ever point out other people's problems in public, someone else's problem may not be a problem, you just pick someone else's fault, everything will become complicated and awkward.
4. Example: how to properly ask the law to avoid sprintf C language () destination buffer overflow?
Wrong question is asked how to operate a computer to be able to avoid the C language programming overflow?
Key does not project the wrong reasons, he pointed out that the main problem is not asked, let other people do not understand what you are asking.

2. Please read the lesson in class blue ink cloud resources "PTA system Frequently Asked Questions", combined with your actual programming, you describe there have been any problems.

1. Do not know whether to be empty between two characters, formatting errors are often no specific errors, most of the reason may be because of the character, which seems to only rely on in terms of experience.
2. Each answer errors are wrong or error between the symbols, symbols are often more difficult to detect errors, because the difference is essentially no sign in English, signed the wrong time for me is basically from scratch change from no other shortcuts, too much trouble.
3. Each program actually do not know why we do this, but still step by step to form a kind of inertia, we are now learning is numbness and inertia, unable to understand the true intention of learning the name of the language.

2.2 Please complete the PTA job: Autumn 2019 002 C language work. Complete the picture posted in the blog job.

Refer MinGW-w64 2.3 Installation Guide to complete the installation GCC compiler, and with MinGW-w64 C to compile the program. Requirements posted photos of the generated files compiled photos and compiled in a blog job.



Guess you like

Origin www.cnblogs.com/liaomengjie/p/11614320.html