- Добавил: literator
- Дата: 13-09-2024, 21:04
- Комментариев: 0
Название: Effective C, 2nd Edition: An Introduction to Professional C Programming
Автор: Robert C. Seacord
Издательство: No Starch Press
Год: 2025
Страниц: 304
Язык: английский
Формат: True EPUB,MOBI
Размер: 10.1 MB
Effective C, 2nd edition, is an introduction to essential C language programming that will soon have you writing programs, solving problems, and building working systems. The latest release of the C programming language, C23, enhances the safety, security, and usability of the language. This second edition of Effective C has been thoroughly updated to cover C23, offering a modern introduction to C that will teach you best practices for writing professional, effective, and secure programs that solve real-world problems. C is used as a target language for compilers to build operating systems, to teach fundamentals of computing, and for embedded and general-purpose programming. There is a large amount of legacy code written in C. The C standards committee is extremely careful not to break existing code, providing a smooth pass for modernizing this code to take advantage of modern language features. C is often used in embedded systems because it is a small and efficient language. Embedded systems are small computers that are embedded in other devices, such as cars, appliances, and medical devices. Your favorite programming language and library are written in C (or were at one time). There are many libraries available for C. This makes it easy to find libraries that can be used to perform common tasks. Overall, C is a powerful and versatile language that is still widely used today. It is a good choice for programmers who need a fast, efficient, and portable language.
Автор: Robert C. Seacord
Издательство: No Starch Press
Год: 2025
Страниц: 304
Язык: английский
Формат: True EPUB,MOBI
Размер: 10.1 MB
Effective C, 2nd edition, is an introduction to essential C language programming that will soon have you writing programs, solving problems, and building working systems. The latest release of the C programming language, C23, enhances the safety, security, and usability of the language. This second edition of Effective C has been thoroughly updated to cover C23, offering a modern introduction to C that will teach you best practices for writing professional, effective, and secure programs that solve real-world problems. C is used as a target language for compilers to build operating systems, to teach fundamentals of computing, and for embedded and general-purpose programming. There is a large amount of legacy code written in C. The C standards committee is extremely careful not to break existing code, providing a smooth pass for modernizing this code to take advantage of modern language features. C is often used in embedded systems because it is a small and efficient language. Embedded systems are small computers that are embedded in other devices, such as cars, appliances, and medical devices. Your favorite programming language and library are written in C (or were at one time). There are many libraries available for C. This makes it easy to find libraries that can be used to perform common tasks. Overall, C is a powerful and versatile language that is still widely used today. It is a good choice for programmers who need a fast, efficient, and portable language.