DEV Community

Lena profile picture

Lena

A lot of C++, some python, a tiny little bit of javascript and probably a small amount of rust in the future

Location Nantes Joined Joined on  Personal website https://baduit.github.io/ github website

Education

Epitech

Pronouns

she/her

Work

GoPro

Improve the manipulation of a string at compile time with C++20

Improve the manipulation of a string at compile time with C++20

Comments 1
6 min read

Want to connect with Lena?

Create an account to connect with Lena. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Generate a string at compile with C++ 17

Generate a string at compile with C++ 17

Comments 2
4 min read
Port a project from C++ to Rust

Port a project from C++ to Rust

7
Comments
11 min read
Why I changed my mind about rust

Why I changed my mind about rust

1
Comments 1
3 min read
Creating the very long arrow operator --->

Creating the very long arrow operator --->

Comments 2
2 min read
Improving pointer to member function ->* (very bad) syntax

Improving pointer to member function ->* (very bad) syntax

1
Comments
7 min read
Play with the long arrow --> and overload it

Play with the long arrow --> and overload it

Comments 4
4 min read
My first attempt to simulate the unified call syntax

My first attempt to simulate the unified call syntax

Comments 4
7 min read
Operator overload for enumerations

Operator overload for enumerations

1
Comments 2
3 min read
The specificity of the overload of the post increment and decrement operators

The specificity of the overload of the post increment and decrement operators

1
Comments
3 min read
Create a VSCode Extension for my esoteric programming language in C++ with Web Assembly

Create a VSCode Extension for my esoteric programming language in C++ with Web Assembly

Comments
10 min read
Create Python bindings for my C++ code with PyBind11

Create Python bindings for my C++ code with PyBind11

1
Comments 1
8 min read
Port it to the web with Web assembly and Emscripten

Port it to the web with Web assembly and Emscripten

1
Comments 2
8 min read
Use PEGTL to remove my clunky homemade parser

Use PEGTL to remove my clunky homemade parser

2
Comments
9 min read
Cleanup my dependency management with vcpkg

Cleanup my dependency management with vcpkg

Comments
4 min read
CMake cheat sheet!

CMake cheat sheet!

1
Comments
2 min read
The dangers of default value with virtual functions!

The dangers of default value with virtual functions!

5
Comments 3
3 min read
What if I told you, you can make static polymorphism with virtual functions?

What if I told you, you can make static polymorphism with virtual functions?

4
Comments
4 min read
Surcharger l'opérateur -> en C++

Surcharger l'opérateur -> en C++

5
Comments
3 min read
Présentation de std::unique_ptr

Présentation de std::unique_ptr

5
Comments
8 min read
Build avec CMake un programme utilisant des threads

Build avec CMake un programme utilisant des threads

5
Comments
2 min read
Petite astuce pour commenter du code ayant déjà des commentaires

Petite astuce pour commenter du code ayant déjà des commentaires

3
Comments 4
2 min read
Les bibliothèques "header-only" avec CMake

Les bibliothèques "header-only" avec CMake

2
Comments
3 min read
Les bibliothèques "header-only" en C++

Les bibliothèques "header-only" en C++

Comments
4 min read
Chainer les comparaisons en C++

Chainer les comparaisons en C++

2
Comments
5 min read
Enumérations, ce qui change avec C++11

Enumérations, ce qui change avec C++11

1
Comments 8
5 min read
C++11, les mots clefs « auto » et « decltype »

C++11, les mots clefs « auto » et « decltype »

Comments
6 min read
Les paramètres en C++

Les paramètres en C++

1
Comments
4 min read
loading...