qtip

joined 2 years ago
[–] qtip 2 points 6 months ago

Pretty sure we did this in 2023 and 2022 as well

[–] qtip 4 points 8 months ago (4 children)
[–] qtip 1 points 2 years ago

No rss feed?

[–] qtip 2 points 2 years ago (2 children)

I haven't gotten it to work for me yet, but have you taken a look at pico-project-generator? It has a --cpp flag in there to supposedly generate c++ code.

[–] qtip 10 points 2 years ago (2 children)

The journeyman project series (1, 2 and 3) had a major impact on my childhood

[–] qtip 1 points 2 years ago

Where appropriate, I split code like this into separate files (I like to have similarly named files in separate directories) with multiple build configurations. I'll tell the build system to compile different files for each configuration. I like this because it keeps the code clean and avoids using the preprocessor