Home > Backend Development > PHP Tutorial > Code of Conduct for Programmers_PHP Tutorial

Code of Conduct for Programmers_PHP Tutorial

WBOY
Release: 2016-07-13 17:12:56
Original
939 people have browsed it

·Don’t be confused by words such as VC, BCB, BC, MC, TC – they are all integrated development environments, and what we want to learn is actually the same language;
·Don’t let go of any one that looks simple Small programming questions - they are often not that simple, or can lead to a lot of knowledge points;
· Being able to use Visual C++ does not mean that you know C++, so you cannot learn the C++ language just by reading Visual C++ books ;
·Learning classes is not difficult, template, STL, and generic programming are no more than that. What is difficult is long-term practice and exhaustive reading;
·If you are not a genius, don’t think about playing if you want to learn programming. Games - you think you have done it, but in fact your C++ level has not improved along with your ability to pass levels - in fact, you can always remember: learning C++ is to program games;
·Hang on the fashionable technology It is better to keep the outdated technology in your heart than to talk about it;
·Please read the book carefully if you can understand it; please bite the bullet and read the book you cannot understand;
·Don’t expect to read the book for the first time What can be remembered and mastered - please read the second and third times; [Read the book a hundred times, and the meaning will appear automatically]
·Don’t stay in the cradle of the integrated development environment, learn to control the integrated development environment , but also learn to use the command line to process programs;
·Discuss meaningful C++ knowledge points with others instead of arguing about whether XX works or whether YY or ZZ is better;
·Please read "Programming Practice" , and strictly follow its requirements;
·Don’t think that just because some syntax and keywords in C and C++ look the same, they have exactly the same meaning and function;
·The secret to learning programming is: Program, program, program again;
·Remember: object-oriented technology is not exclusive to C++;
·Please enter the program examples in the book into the computer for practice, even if the source code is included in the supporting CD;
·Expand the meaningful examples you saw in the book;
·Please pay attention to the exception handling technology in C++ and effectively apply it to your own programs;
·Review your past often Write the program and try to rewrite it and apply the new knowledge you have learned;
·Don’t miss any exercises in the book - please finish them all and record the solution ideas;
· C++ language and C++ integrated development environment must be learned and mastered at the same time;
· Let the various platforms and development environments of C++ language compete fiercely, we must focus on learning the C++ language itself;
· When When you are halfway through writing a C++ program and find that the method you used is clumsy, please do not stop immediately; please roughly complete the remaining part as soon as possible to ensure the integrity of the design, then analyze your mistakes and redesign and write again;
· Don’t be impatient, it is indeed not easy to design C++ classes; the classes in your own program and your own class design level are improved and developed through continuous programming practice;
· Every time you learn a difficult point in C++ , try to explain this knowledge point to others and let them understand - you can only explain it clearly that you really understand; [Teaching and Learning]

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629315.htmlTechArticle·Don’t be confused by words such as VC, BCB, BC, MC, TC – they are all integrated development environments , and what we want to learn is actually the same language; ·Don’t let go of anything that looks simple...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template