search
HomeBackend DevelopmentC#.Net TutorialC++ introductory learning books for novice programmers (book list)

C++ introductory learning books for novice programmers (book list)



This (Book list)


This article describes a list of must-read books for learning C as a programmer, recommending them one by one from entry, systemization, function libraries, pursuit of performance and elegance, and philosophy.


Therefore, this article basically does not mention the learning of C, but just sticks to C.

Getting Started


Choose one of "Accelerated C" and "Essential C" for intensive reading. Selected readings from "A Tour of C".

"Accelerated C" is very suitable for novices, because it has less than 300 pages, which is a breath of fresh air among the generally brick-like introductory books. Easy to read through and less frustrating.

"Essential C" is more suitable for beginners with other programming experience to quickly learn C. The content will be deeper than "Accelerated C".

"A Tour of C", the masterpiece of C creator, is suitable for those who have just finished learning, or those who have finished studying for a long time to quickly review C knowledge.

While reading the book, I also supplemented it with information from these websites for cross-checking——

C Tutorial :http://www.runoob.com/cplusplus/cpp-tutorial.html############Hello, C :https://zhuanlan.zhihu.com/nihaoCPP#### ########C introductory series blog: https://www.jianshu.com/u/67702c00ea59############For example, I was mainly looking at Accelerated C. I would read the supplementary information on my mobile phone during odd hours such as commuting after work to see if my understanding was different from reading. Sometimes I even realize that the expression of certain concepts in the information is not accurate, and at this moment I find that I really understand it. This cross-checking reading method can make you more confident in your basic understanding when you get started. ######After completing this step, you can start to look at other people's code on GitHub and try to write some code. ###In my case, I learned how to create a new C project under xcode, and then followed these links to write two calculators and a student management system. Then began to move bricks. ###Calculator 1: https://blog.csdn.net/jiejinquanil/article/details/51405381###Calculator 2: https://www.zhihu.com/question/28582706###Student Management System :https://blog.csdn.net/qcyfred/article/details/53969547######Getting started is the most critical step. You have a preliminary understanding of various basic concepts and successfully write and run code. It feels great. ###The following introduction is about the vast ocean after you successfully get started. Swim slowly, slowly, slowly, and well. Be careful, don't be in a hurry, and don't have the idea of ​​​​learning the following content in one go and then start working. Because that would take a lot of time and the effect is not good. Besides, C is endless to learn, and no one dares to say that it is proficient. Please practice and keep learning at the same time. ######Systematization######After you get started, you should read more systematic books if you have time. ### Specifically, ### choose one of "C Programming Language" (now in its fourth edition) and "C Primer" for intensive reading. ###You can read another book if you have time later. ### (Emphasis on the reminder!!! "C Primer" and "C Primer Plus" are not different versions of the same book, and the authors are also different. [Not recommended] read "C Primer Plus") ###### Function Library######At this point you should have overcome the syntax barrier and start to understand the function library. You can take a look at ### "C Standard Library", "In-depth Understanding of the C Object Model" and Mr. Hou Jie's "STL Source Code Analysis" in order. #########Chasing performance and elegance######You should have a small degree of success in C now. You may be interested in how to write better performance and more elegant C code. You can continue reading. ###《Effective C》and《More Effective C》,《Exceptional C》. #########Philosophy######If you can persist to the last step, you may be going crazy. Madmen like to ask philosophical questions, such as who is C, where does it come from, and where is it going. ###Try to read###"Meditations on C" and "The Design and Evolution of C / C Language Design and Evolution"###. ###In addition, C (C language) is a language that is relatively close to the bottom of the computer among high-level languages. If you learn more about computer structure, storage, and computing principles, you will have a more thorough understanding of the ins and outs of C. You can read "Introduction to Computer Science", "Code Encyclopedia" of software engineering, "Modern Operating System" of operating systems, and programs "In-depth Understanding of Computer Systems" for beginners. ###

I hope everyone can benefit from reading these books.

This article is reproduced from: https://blog.csdn.net/greens1995/article/details/82890133

Recommended tutorial: "C Language"

The above is the detailed content of C++ introductory learning books for novice programmers (book list). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:CSDN. If there is any infringement, please contact admin@php.cn delete
Developing with C# .NET: A Practical Guide and ExamplesDeveloping with C# .NET: A Practical Guide and ExamplesMay 12, 2025 am 12:16 AM

C# and .NET provide powerful features and an efficient development environment. 1) C# is a modern, object-oriented programming language that combines the power of C and the simplicity of Java. 2) The .NET framework is a platform for building and running applications, supporting multiple programming languages. 3) Classes and objects in C# are the core of object-oriented programming. Classes define data and behaviors, and objects are instances of classes. 4) The garbage collection mechanism of .NET automatically manages memory to simplify the work of developers. 5) C# and .NET provide powerful file operation functions, supporting synchronous and asynchronous programming. 6) Common errors can be solved through debugger, logging and exception handling. 7) Performance optimization and best practices include using StringBuild

C# .NET: Understanding the Microsoft .NET FrameworkC# .NET: Understanding the Microsoft .NET FrameworkMay 11, 2025 am 12:17 AM

.NETFramework is a cross-language, cross-platform development platform that provides a consistent programming model and a powerful runtime environment. 1) It consists of CLR and FCL, which manages memory and threads, and FCL provides pre-built functions. 2) Examples of usage include reading files and LINQ queries. 3) Common errors involve unhandled exceptions and memory leaks, and need to be resolved using debugging tools. 4) Performance optimization can be achieved through asynchronous programming and caching, and maintaining code readability and maintainability is the key.

The Longevity of C# .NET: Reasons for its Enduring PopularityThe Longevity of C# .NET: Reasons for its Enduring PopularityMay 10, 2025 am 12:12 AM

Reasons for C#.NET to remain lasting attractive include its excellent performance, rich ecosystem, strong community support and cross-platform development capabilities. 1) Excellent performance and is suitable for enterprise-level application and game development; 2) The .NET framework provides a wide range of class libraries and tools to support a variety of development fields; 3) It has an active developer community and rich learning resources; 4) .NETCore realizes cross-platform development and expands application scenarios.

Mastering C# .NET Design Patterns: From Singleton to Dependency InjectionMastering C# .NET Design Patterns: From Singleton to Dependency InjectionMay 09, 2025 am 12:15 AM

Design patterns in C#.NET include Singleton patterns and dependency injection. 1.Singleton mode ensures that there is only one instance of the class, which is suitable for scenarios where global access points are required, but attention should be paid to thread safety and abuse issues. 2. Dependency injection improves code flexibility and testability by injecting dependencies. It is often used for constructor injection, but it is necessary to avoid excessive use to increase complexity.

C# .NET in the Modern World: Applications and IndustriesC# .NET in the Modern World: Applications and IndustriesMay 08, 2025 am 12:08 AM

C#.NET is widely used in the modern world in the fields of game development, financial services, the Internet of Things and cloud computing. 1) In game development, use C# to program through the Unity engine. 2) In the field of financial services, C#.NET is used to develop high-performance trading systems and data analysis tools. 3) In terms of IoT and cloud computing, C#.NET provides support through Azure services to develop device control logic and data processing.

C# .NET Framework vs. .NET Core/5/6: What's the Difference?C# .NET Framework vs. .NET Core/5/6: What's the Difference?May 07, 2025 am 12:06 AM

.NETFrameworkisWindows-centric,while.NETCore/5/6supportscross-platformdevelopment.1).NETFramework,since2002,isidealforWindowsapplicationsbutlimitedincross-platformcapabilities.2).NETCore,from2016,anditsevolutions(.NET5/6)offerbetterperformance,cross-

The Community of C# .NET Developers: Resources and SupportThe Community of C# .NET Developers: Resources and SupportMay 06, 2025 am 12:11 AM

The C#.NET developer community provides rich resources and support, including: 1. Microsoft's official documents, 2. Community forums such as StackOverflow and Reddit, and 3. Open source projects on GitHub. These resources help developers improve their programming skills from basic learning to advanced applications.

The C# .NET Advantage: Features, Benefits, and Use CasesThe C# .NET Advantage: Features, Benefits, and Use CasesMay 05, 2025 am 12:01 AM

The advantages of C#.NET include: 1) Language features, such as asynchronous programming simplifies development; 2) Performance and reliability, improving efficiency through JIT compilation and garbage collection mechanisms; 3) Cross-platform support, .NETCore expands application scenarios; 4) A wide range of practical applications, with outstanding performance from the Web to desktop and game development.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment