+ 1

About c++

can I use iostream in double Cote like "iostream" please reply. if I use this what is impact in program.

6th Aug 2017, 12:27 PM
Pandurang Ekhande
Pandurang Ekhande - avatar
3 ответов
+ 2
From what i know, you only use the quotes "" for headers you write, whereas standard cpp libraries are included with <>. For instance suppose you wrote a header Game.h . In your Game.cpp you might begin like so : #include <iostream> #include "Game.h"
6th Aug 2017, 1:03 PM
Luca
Luca - avatar
0
no Luca ... I am writing #include"iostream ". if I am writing this my code is run without error
6th Aug 2017, 1:15 PM
Pandurang Ekhande
Pandurang Ekhande - avatar