0
What is the most difficult error of c++
class question
8 ответов
+ 3
"This computer will self destruct in 5, 4, 3..." Very difficult error.
0
No error like this
0
Have you started using pointers in C++? There are the most difficulty errors.
0
I too think errors caused by uninitialized pointers are the most difficult to identify. these errors cause program to crash, because uninitialized pointers can point to anything.
0
Try template programming. Use nested templates. The error messages will make your brain bend.
0
the answer is the logical error that is difficult to find coz firstly we read all the statment and then find out the error!!!
0
logical error
- 1
no i did not use pointers in c++ yet