Introducing the New System Programming Language Hare: A Challenge to C Language!

Source | Luo Qiqi / OSC Open Source Community (ID: oschina2013) Previous Valuable Notes Compilation Burning the Midnight Oil: Linux Quick Reference Guide.pdf My Browser Bookmarks Revealed Data Structures and Algorithms Problem-Solving Notes.pdf Download LeetCode Algorithm Problem-Solving C/C++ Version Answers pdf Download LeetCode Algorithm Problem-Solving Java Version Answers pdf Download Job Application Resume Template Collection … Read more

Comic: Why C Language Never Goes Out of Style?

For more exciting technical comics, visit Code Farmer’s Rebirth The postscript: This comic mainly aims to popularize the development history and application scope of programming languages. C Language/C++ has always been the top choice for system-level programming, dominating fields such as operating systems, compilers, networks, databases, and high-performance server-side software. Perhaps in the future, Rust … Read more

C Language Stands Out: Embedded Development Market Research

(Click the public account above to quickly follow) Source: oschina www.oschina.net/news/87778/2017-embedded-market-study The global electronics media group AspenCore released the 2017 Embedded Market Research Survey Report, with respondents mainly from North America (56.3%), Europe (25.2%), and Asia (10.6%). The complete report consists of 102 pages, and the download link is (http://m.eet.com/media/1246048/2017-embedded-market-study.pdf). Below are some slides extracted … Read more

C Language’s New Year Dilemma: Alone at Home

During the New Year, C Language reunites with many friends. Everyone is working hard in different places, and it’s rare to meet each other. When they gather for a meal, everyone is very happy. When Java mentions TIOBE, C Language, who is drinking, becomes excited. It has been ranked second there for many years, and … Read more

A Selection of Open Source Projects in C/C++ for Beginners

Introduction Today, I will share several open source projects in the fields of C and C++ that I have collected, which are suitable for beginners. These projects cover basic language knowledge, data structures and algorithm problems, design patterns implementations, and even efficiency tools and practices. I hope they will be helpful.  Later, I will … Read more

Efficient Programming and Code Optimization in C Language

(Click the blue text above to quickly follow us) English: codeproject, Translation: Programmer Network gunner www.codeceo.com/article/c-high-performance-coding.html If you have good articles to submit, please click → here for details In this article, I have gathered a lot of experiences and methods. Applying these experiences and methods can help us optimize C language code in terms … Read more

C Language: Returning Home for the Spring Festival, I Found Out I’m the Only One Without a Partner!

Gathering During the Spring Festival, I returned home and encountered many friends: Java, Python, JavaScript, Ruby… Everyone has been doing well in the big city, returning to their hometowns to gather for meals, chatting and laughing, all in high spirits. Especially Python and JavaScript, who have become the stars, one boasting about being essential for … Read more

The Power of C Language

User Comments: @ZhongXiaoNan: No one should disagree that PHP is the best language. @PrivaterBOK: Is Javascript that crutch? @XiYangYouGuaShuZhiYun: I agree with C++, C#, and Java, but where does Python come from? How can a scripting language be compared with our high-level languages? @LaoRuiJiXiang: I raised you, and you accompany me until old age. @D_TuoNiao: … Read more

A Huawei C Language Interview Question That Many People Failed!

Source | AuthorizedTransferred from Xuanyuan’s Programming Universe (ID: xuanyuancoding)Author | Xuanyuan Wind One weekend, someone in my reverse learning group from scratch threw out a C language-related question: First, think about what this code will output after running? I encountered this question a few years ago in a Huawei interview. The code is very short; … Read more

100 C Language Practice Problems with Source Code

Code Practice Exercises Xiaolin has organized the practical problems previously published Click the hyperlink to jump directly C Language Error Record Private Album 1. C Language | Temperature Conversion 2. C Language | Calculate Deposit Interest 3. C Language | Convert Uppercase A to Lowercase a 4. C Language | Output Real Numbers with %f … Read more