c++ - Infinite compiling
- Piotr Grochowski (6/6) Aug 24 2022 Extremely short line of code makes it infinite compiling.
Extremely short line of code makes it infinite compiling. ```cpp void*a=nullptr; ``` Compiling this code makes dmc run indefinitely, with scppn taking extremely a lot of processing power.
Aug 24 2022