what’s difference? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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.

31st Oct 2018, 9:22 AM
ProgrammerC++
3 ответов
0
maybe you were doing C instead of C++.
31st Oct 2018, 9:46 AM
Bebida Roja
Bebida Roja - avatar
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
31st Oct 2018, 9:35 AM
MsJ
MsJ - avatar
0
thanx for all answers
1st Nov 2018, 5:03 AM
ProgrammerC++