What is the most difficult error of c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the most difficult error of c++

class question

7th Nov 2016, 7:08 AM
Qaiser Farooq
Qaiser Farooq - avatar
8 Answers
+ 3
"This computer will self destruct in 5, 4, 3..." Very difficult error.
7th Nov 2016, 7:38 AM
Jeremy Warren
Jeremy Warren - avatar
0
No error like this
7th Nov 2016, 7:57 AM
Jishnu
Jishnu - avatar
0
Have you started using pointers in C++? There are the most difficulty errors.
7th Nov 2016, 8:06 AM
Petr Hatina
Petr Hatina - avatar
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.
7th Nov 2016, 8:39 AM
kamal joshi
kamal joshi - avatar
0
Try template programming. Use nested templates. The error messages will make your brain bend.
7th Nov 2016, 11:51 PM
Stefan
Stefan - avatar
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!!!
8th Nov 2016, 2:37 AM
Qaiser Farooq
Qaiser Farooq - avatar
0
logical error
23rd Jun 2021, 5:18 AM
Rana Fazal
Rana Fazal - avatar
- 1
no i did not use pointers in c++ yet
7th Nov 2016, 8:14 AM
Qaiser Farooq
Qaiser Farooq - avatar