+ 7
What is the difference between #include <iostream.h> and #include "iostream.h"?
I know that you can use any one of the syntax to include header files. But what is the exact difference between both of them??
4 Réponses
+ 3
@ Adi
thank you!
+ 2
@Adi
Thank you, for the the great answer!
0
in turbo c++ we use iostream.h but in code blocks we use iostream only whats the diff
0
in turbo c++ we use iostream.h but in code blocks we use iostream only whats the diff?im also have this doubt