| Oct | NOV | Dec |
| 29 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
Read more
P2
good first issue
local server and aa
Open
struct Template<T>
{
uint32 value;
};
Currently we report nothing and the template parameter is silently "unused". With more complex templates it might happen during refactoring that some template parameters become unused and we should report it, probably as a warning.
Read more
core
enhancement
good first issue
templates
Open