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 Answers
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