Mastering Linux Device Driver Development – Bilingual Edition

Mastering Linux Device Driver Development - Bilingual Edition

Mastering Linux Device Driver Development, published by People’s Posts and Telecommunications Press, English original title: Essential Linux Device Drivers. Author: Sreekrishnan Venkateswaran, translated by Song Baohua and others. “Mastering Linux Device Driver Development” is a work in the field of Linux device driver development. The book is based on the 2.6 kernel and not only … Read more

Microsoft: Using Rust to Rewrite Windows Components

Microsoft: Using Rust to Rewrite Windows Components

In July, we reported that “Microsoft is exploring Rust as a safe alternative to C and C++“. According to Microsoft, Rust is a programming language that fundamentally considers safety. They will attempt to rewrite various products using Rust, as over 70% of the security patches provided by the company in the past decade have addressed … Read more

The Myth of Rust Being Difficult to Learn

The Myth of Rust Being Difficult to Learn

Organized by Noah In recent years, the presence of Rust has been increasing, but its steep learning curve seems daunting. However, an internal survey by Google suggests that the notion of Rust being “difficult to learn” may just be a rumor. Is Rust really hard to learn? Why does Google support Rust when it has … Read more

Google Programmer Finds Learning Rust Easy

Google Programmer Finds Learning Rust Easy

Produced by | OSC Open Source Community (ID: oschina2013) Based on Google’s internal experiences with using Rust, they shared their insights on this “popular” programming language, including clarifications on common Rust myths. 1. Rust Requires At Least 6 Months to Learn Google refuted this claim. According to an internal survey, over 2/3 of respondents felt … Read more

Why Rust Is The Genshin Impact Of Programming Languages

Why Rust Is The Genshin Impact Of Programming Languages

A few days ago, I was joking in the group about how difficult it is to get started with Rust, when a friend said, “Rust is the Genshin Impact of the programming world.” I thought to myself, even though Rust has been praised and criticized excessively over the past two years, it shouldn’t be blackened … Read more

Rust vs Go: A Comparison for 2024

Rust vs Go: A Comparison for 2024

This article is translated from “Rust vs Go in 2024”[1]. What can I say without making everyone angry? Which is better, Rust or Go? Which language should you choose for your next project, and why? How do they compare in terms of performance, simplicity, safety, features, scalability, and concurrency? What are their similarities and fundamental … Read more

Rust Training Camp

Rust Training Camp

Friends who follow me may know that I previously launched a column titled “Rust Programming First Lesson” on Geek Time. The goal of this column is to help you deeply understand the Rust language system, master the essence of Rust development, and appreciate the charm of Rust’s design philosophy. For example, I will explain how … Read more

How to Write and Run C Programs in VC++2010

How to Write and Run C Programs in VC++2010

Since March 2018, the development environment for the national Level 2 C and C++ language exams has changed from VC6.0 to VC++2010 Express. For users accustomed to VC6.0, it may take some time to adapt to VC++2010, but it offers more powerful features, and after a while, it feels quite good. Below, I will share … Read more

A C++ Programmer’s Introduction to Rust

A C++ Programmer's Introduction to Rust

AliMei’s Guide The author recently attempted to write some Rust code, and this article mainly discusses their views on Rust and some differences between Rust and C++. Background S2 learned the Pangu programming specification and the CPP core guidelines while promoting team coding standards, and then came to understand clang-tidy and Google’s exploration in security. … Read more

C++ at 40: No Midlife Crisis for This Language

C++ at 40: No Midlife Crisis for This Language

Author | Owen Hughes Translator | Sambodhi Editor | Liu Yan Powerful, Flexible, Complex: The origins of C++ date back 40 years, yet it remains one of the most widely used programming languages today. To find out why, TechRepublic interviewed C++ creator Bjarne Stroustrup. The origins of C++ trace back to 1979, when programming language … Read more