0
How can I cause a compile loop in c++?
I want to write a program in c++ in a simple source.cpp file to make compile loop for ever! whithout header files and etc.
4 Respuestas
+ 7
One way I can think of is to create massive nested loops to jam the linker.
+ 5
while (true) {}
+ 3
Why would you do that
0
compile loop means : compiling never finishes!