0
what’s difference?
My teacher taught me C++ on headlines start “#include<stdio_h>”, but on this application C++ on headlines start”#include<iostream>” what’s difference? i don’t know about it.
3 odpowiedzi
0
maybe you were doing C instead of C++.
0
.h extension is only suitable for turboc compiler which should not be used
#include<iostream> is cpp header file which is to include input output library
https://www.sololearn.com/discuss/288609/?ref=app
0
thanx for all answers