| ▲ | xigoi an hour ago | |
The problem is when you accidentally write an infinite loop. In a different language, you run the code, see that it gets stuck and fix it. In C, the compiler may delete the function, making it hard to realize what is happening. | ||
| ▲ | account42 an hour ago | parent | next [-] | |
This is not a problem that C or C++ programmers actually encounter, ever. | ||
| ▲ | 1718627440 an hour ago | parent | prev [-] | |
Note, that this is not true for C. | ||