cpp

cover image

Build Your Own Redis with C/C++ | Learn network programming and data structures

cover image

Example debugging RoIAlign from Torchvision

cover image

You can use GCC flags to extend the functionality of the GCC compiler. Here are some of the common and yet important flags.

Welcome to C++ By Example. Here you will find clear and up to date C++ code examples with concise and straightforward explanations.

cover image

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) - carbon-language/carbon-lang

cover image

There’s another new language on the block: Carbon. Find out if this one’s worth learning.

cover image

Find static code analysis tools and linters for Java, JavaScript, PHP, Python, Ruby, C/C++, C#, Go, Swift, and more. All tools and linters are peer-reviewed by fellow developers to select the best tools available. Avoid bugs in production, outages on weekends, and angry customers.

cover image

Jordan DeLong overviews the past, current and near future "good parts" of C++'s functional side through the colored lens of his biases.

cover image

C/C++ is the mother of many popular programming languages out there today, all the fancy programming...

cover image

void fill1(char *p, size_t n) { std::fill(p, p + n, 0); } void fill2(char *p, size_t n) { std::fill(p, p + n, '\0'); }

cover image

To write a professional C++ application, you not only need a basic text editor and a compiler. You require some more tooling. In this blog post, you’ll see a broad list of tools that make C++ programming possible: compilers, IDEs, debuggers and other. Last Update: 14th October 2019. Note: This is a blog post based on the White Paper created by Embarcadero, see the full paper here: C++ Ecosystem White Paper.

cover image

Did you know you can write functions in C and then call them directly from Python? Isn't that cool? L...

cover image

Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such … - Selection from Cython [Book]

cover image

Scientists, educators and engineers not only use programming languages to build software systems, but also in interactive workflows, using…

cover image

GitBook is a knowledge management tool for engineering teams. It simplifies knowledge sharing, with docs-as-code support and AI-powered search & insights. Sign up for free!