Xmake V2.6.4 has a number of package management features
Xmake is very lightweight and has no dependencies because it has the Lua runtime built in. Maintain project builds using xmake.lua. The configuration syntax is more concise and intuitive than makefile/ cmakelists.txt, and is very friendly to beginners
Autumn recruit summary (baidu, ali, good future, tencent, Meituan) | the nuggets technical essay
Autumn recruitment big company interview questions, and interview experience to share. It includes a collection of video tutorials and book recommendations. How to write a resume and what to use
One article read Android FFmpeg video decoding process and actual combat analysis
In this paper, FFmpeg video decoding as the theme, mainly introduces the main process of FFmpeg video decoding, the basic principle; Secondly, the paper also describes the simple application of FFmpeg video decoding.
5 C++ domestic open source projects worth learning recently
Since C++ was officially named in 1983, its standard has undergone many revisions and updates. At the end of 2018, C++ released the latest C++20, which makes C++ simpler, more complete, more powerful, easier to learn and use. In China, there are a lot of C++ developers in every field. They may not be at the forefront of the programming trend, but no one would deny that he...
In-depth analysis of data storage in memory
This is a simple C language knowledge to explain the article, each point and topic inside have my personal part of the understanding, you can not only take it as a supplement to the knowledge, but also as a class or review notes, welcome big brother criticism, feel helpful to you can also like collection a wave!
Brief analysis of C/C++ compilation process
This is a classic song by Yang Zongwei, and I quote it because today's content is like the Onion. It needs to be peeled away, one layer at a time, from the tightly wrapped coat of the compiler... Previous articles in this series have covered C
C++- various callback functions and related arguments to write
A callback function passes a pointer to a function and calls the function it points to. The called function is called a callback function. Once you've learned the concept of callable objects, you can pass in a variety of callable objects to implement callbacks. Go straight to the code
Day 22: Guess the letters (String class)
The 19-letter sequence abcDEFghijklMNOpQrs was repeated 106 times to obtain a string of length 2014.
Race 282 of the week: Minimum time to complete the journey
You are given an array of time, where time[I] represents how long it takes the ith bus to complete a trip. Each bus can make multiple trips in a row, that is, one bus
What are we talking about when we talk about thread safety for Shared_Ptr?
Shared_ptr has been in the standard library from boost for 10 years, since C++11. However, there is often disagreement among C++ programmers about whether shared_ptr is thread safe.