Похожие чаты

Speaking of compile time programming... I was trying to find some

solution to create compile time computed strings from strings I supply.
Like, imagine a simple string preprocessor that removes the occurrences of the letter 'z' from the input string.
All I found was unreadable dark template magic, or macro usage, which in this case may be better (if you ignore type safety and other possible hidden bugs lurking).
I'm also limited by c++11
Ideas?

6 ответов

16 просмотров

Well if people managed to get regex engines written in templates, I'm sure you can do this simple task.

C++20 allows us to use string in constexpr and consteval functions so you can but caveats exists...

Add another build step that generates C++ code from Python or something.

There's Cython, but that's just C.

Avihay-B Автор вопроса
BSP
Add another build step that generates C++ code fro...

I did. It works, but it's not inline in the code next to where it needs to be, so it's not optimal

Ender
There's Cython, but that's just C.

Actually using a different language like say Python was a quite common in C++ world and is still is, for meta programming stuff..

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
Привет)) уже кажется эту тему перемусолили, но вот я так и не понял. Я сейчас сижу на 27дюймов 2к мониторе. На Актуальной макоси, если я куплю 27д 4к монитор: - будет ли изобр...
Vladislav Piskunov
15
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
any reference of this implementation?
BitBuddha
29
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
&"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64\dumpbin.exe" /EXPORTS C:\Users\Yeet\Tauon\vcpkg\installed\x64-window...
Martin Rys
6
Карта сайта