CppLangNet icon indicating copy to clipboard operation
CppLangNet copied to clipboard

The modern website for C++ language to make it more accessible.

Results 49 CppLangNet issues
Sort by recently updated
recently updated
newest added

It would be a nice improvement if you could add an additional button (besides the copy button) that directly opens the current code snippet in a new [https://godbolt.org/](https://godbolt.org/) tab.

bug

## Description ## Type of Change ### Changes in docs (`docs`) - [X ] ✨ `improve(docs)` - e.g. added a new paragraph, example, using a better wording, adding a new...

## Description ## Type of Change ### Changes in docs (`docs`) - [ ] ✨ `improve(docs)` - e.g. added a new paragraph, example, using a better wording, adding a new...

## Overview Make the lesson structure fit the following (note the actual names of the course lessons are in bold): ### Arrays - [x] **1. Introduction** - [x] Motivation: why...

course
est. time: < 1 week

## Overview Rework the lesson structure, split into sublessons (examples, exercises, etc.) ## Functions - [ ] Lesson structure - [x] Motivation - [x] Introduction - [x] Creating functions -...

course
est. time: < 1 week

Default code highlighting is limited. Where possible we should add custom type hints to properly color a token. ## Status - [x] tokenization hook for `// prism-push-types:Type1,Type2,Type3` - [ ]...

bug
enhancement
difficulty: medium
est. time: < 1 week

We'll probably use Algolia Search Bar. ## Before we do that The problem is that we now have a lot of unfinished documentation. I want at least one of the...

enhancement
difficulty: medium
est. time: < 1 week

## Minimal plan https://cpp-lang.net/stddraft/ should redirect to https://eel.is/c++draft/ or embed it, if we're going to add some nice features. ## Maximal plan Self-host the generation of the document.

enhancement
difficulty: easy
est. time: < 1 h

## Description This PR adds a complete series explaining how to use Nix for C/C++ development. ## Type of Change ### Changes in docs (`docs`) - [x] ✨ `improve(docs)` -...