Do I have to compile after debugging in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do I have to compile after debugging in c++?

I have never used a compiled language before I am kinda new to programming but when you find errors while using c++ do you have to compile the whole program after debugging?

18th May 2020, 1:16 AM
Moaaz Mostafa
Moaaz Mostafa - avatar
2 Answers
+ 2
Moaaz Mostafa compiler will not run code at all untill it is free from all *syntax* errors. So yes, you have to debug your program before compilation.
18th May 2020, 1:54 AM
Arsenic
Arsenic - avatar
+ 1
Arsenic thnx
18th May 2020, 2:38 AM
Moaaz Mostafa
Moaaz Mostafa - avatar