+ 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?
2 Respuestas
+ 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.
+ 1
Arsenic thnx