DEV Community

C++

Official tag for the C++ programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
'function enter/leave' + .NET profiler + 64Bit. Assembler code included!

'function enter/leave' + .NET profiler + 64Bit. Assembler code included!

5
Comments
5 min read
Count Number of Substrings with Only 1s

Count Number of Substrings with Only 1s

5
Comments
2 min read
Prototype Design Pattern in Modern C++

Prototype Design Pattern in Modern C++

9
Comments
8 min read
Smart Pointers in C++

Smart Pointers in C++

6
Comments
5 min read
Windows System Programming: Creating Directory

Windows System Programming: Creating Directory

10
Comments 1
3 min read
What's unique pointer in C++

What's unique pointer in C++

29
Comments 10
1 min read
I Designed a Language Which Let's You Program in Cats' Language

I Designed a Language Which Let's You Program in Cats' Language

9
Comments 2
3 min read
Convert the endianness in C++ and test it with GDB and Python

Convert the endianness in C++ and test it with GDB and Python

6
Comments
1 min read
Une classe C++ vide est-elle vraiment vide ?

Une classe C++ vide est-elle vraiment vide ?

5
Comments
1 min read
Why is artificial intelligence driven by Python and not C++?

Why is artificial intelligence driven by Python and not C++?

69
Comments 14
3 min read
Multithreading in C++

Multithreading in C++

6
Comments
2 min read
Number of Differing Bits

Number of Differing Bits

6
Comments
1 min read
How to Competitive Programming

How to Competitive Programming

49
Comments 13
4 min read
Count Number of Set Bits of an Integer using Brian-Kernighan Method

Count Number of Set Bits of an Integer using Brian-Kernighan Method

5
Comments
2 min read
Builder Design Pattern in Modern C++

Builder Design Pattern in Modern C++

9
Comments
10 min read
Maximum Value of Equation of Ones with Addition and Multiplication Operations - An Interview Problem

Maximum Value of Equation of Ones with Addition and Multiplication Operations - An Interview Problem

7
Comments
2 min read
Maximum Height When Coins are Arranged in Staircase Fashion - A GoDaddy Interview Question

Maximum Height When Coins are Arranged in Staircase Fashion - A GoDaddy Interview Question

6
Comments 4
2 min read
Interview Problem: Binary Tree Reverse Level Order Traversal

Interview Problem: Binary Tree Reverse Level Order Traversal

6
Comments
2 min read
WASM: Memory Management

WASM: Memory Management

4
Comments
1 min read
Inkscape Command Palette: GSoC 2020

Inkscape Command Palette: GSoC 2020

9
Comments 1
3 min read
So many months.....

So many months.....

3
Comments 1
1 min read
Factory Design Pattern in Modern C++

Factory Design Pattern in Modern C++

11
Comments
12 min read
C++: How to Write a Bitmap Image from Scratch.

C++: How to Write a Bitmap Image from Scratch.

13
Comments 1
4 min read
Building A Virtual Machine

Building A Virtual Machine

25
Comments 2
6 min read
Interview Problem: Top k Frequent Words

Interview Problem: Top k Frequent Words

6
Comments
3 min read
Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!

Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!

6
Comments
7 min read
How to set up an ARM64 playground on Ubuntu 18.04

How to set up an ARM64 playground on Ubuntu 18.04

11
Comments 3
4 min read
Competitive Programming , Interviews 101 , Cracking Microsoft Interview

Competitive Programming , Interviews 101 , Cracking Microsoft Interview

5
Comments
1 min read
Try-catch everything without macros

Try-catch everything without macros

7
Comments
8 min read
C++ Coding problem, unanswered!

C++ Coding problem, unanswered!

2
Comments 2
1 min read
How to reduce compile time using Docker as dev environment on C++

How to reduce compile time using Docker as dev environment on C++

7
Comments
4 min read
Introductory Guide to Competitive Programming with C++

Introductory Guide to Competitive Programming with C++

93
Comments
11 min read
CPP-Community Discussion

CPP-Community Discussion

13
Comments
1 min read
8 queens puzzle with genetic algorithms on an embedded device

8 queens puzzle with genetic algorithms on an embedded device

7
Comments
13 min read
Sharing strings between C and Python through byte buffers

Sharing strings between C and Python through byte buffers

7
Comments
5 min read
My VSCode / C++ / OpenCV / MacOS Config!

My VSCode / C++ / OpenCV / MacOS Config!

10
Comments 1
2 min read
Variadic Template C++: Implementing Unsophisticated Tuple

Variadic Template C++: Implementing Unsophisticated Tuple

5
Comments 1
8 min read
Understanding std::sort() (Especially the third parameter)

Understanding std::sort() (Especially the third parameter)

8
Comments
4 min read
C++ Template Story So Far(C++11 to C++20)

C++ Template Story So Far(C++11 to C++20)

10
Comments
25 min read
volatile vs const in cpp

volatile vs const in cpp

5
Comments
1 min read
Data Structures : Intro

Data Structures : Intro

17
Comments
5 min read
Genetic algorithms for brute forcing

Genetic algorithms for brute forcing

90
Comments 9
1 min read
Fully encapsulating vulkan and win32 in mruby

Fully encapsulating vulkan and win32 in mruby

6
Comments 1
5 min read
Three different ways to iterate vectors in C++ using for keyword

Three different ways to iterate vectors in C++ using for keyword

18
Comments
3 min read
Call function in unmanaged DLL from C# and pass custom data types [Marshal]

Call function in unmanaged DLL from C# and pass custom data types [Marshal]

13
Comments
6 min read
Berbagai alasan melakukan Programming dalam Rust

Berbagai alasan melakukan Programming dalam Rust

3
Comments
4 min read
Dependency Inversion Principle | SOLID as a Rock

Dependency Inversion Principle | SOLID as a Rock

9
Comments
5 min read
Quick Tip – How to find the difference between two numbers

Quick Tip – How to find the difference between two numbers

4
Comments
3 min read
[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

7
Comments
8 min read
The big STL Algorithms tutorial: modifying sequence operations - remove calls

The big STL Algorithms tutorial: modifying sequence operations - remove calls

6
Comments
5 min read
JavaScript made it into space 🚀

JavaScript made it into space 🚀

55
Comments 1
1 min read
C++ Named Operators

C++ Named Operators

13
Comments
2 min read
JAVA vs C++ vs C ?

JAVA vs C++ vs C ?

2
Comments 5
1 min read
Functional Programming in C++ by Ivan Cukic

Functional Programming in C++ by Ivan Cukic

10
Comments 1
3 min read
Part 3: All About Virtual Keyword in C++: How Does Virtual Destructor Works?

Part 3: All About Virtual Keyword in C++: How Does Virtual Destructor Works?

11
Comments
6 min read
Démystifions les lambda expressions de C++ avec cppinsights

Démystifions les lambda expressions de C++ avec cppinsights

7
Comments 1
8 min read
Interface Segregation Principle | SOLID as a Rock

Interface Segregation Principle | SOLID as a Rock

8
Comments
6 min read
I Think I Overestimated How Hard C++ is.

I Think I Overestimated How Hard C++ is.

9
Comments 11
2 min read
Managing Windows windows within mruby Part 2: Creating a window from mruby

Managing Windows windows within mruby Part 2: Creating a window from mruby

6
Comments 2
12 min read
First look at C++

First look at C++

6
Comments
1 min read
loading...