0
What i am simply write cod on these app like pc ????
6 Respostas
+ 7
The answer to your question is yes.
+ 6
Because your book is kinda outdated. I have a few copies which tells me to do <iostream.h> too, so I burnt them alive at the stakes.
+ 6
Oh, and <conio.h> is for getch() function (you can look it up) but it is not part of the C standard library or ISO C, so it isn't included in the tutorials.
+ 1
but i can write all code in shown book but in these app some header file not shown....
like in book
#include <iostream.h>
#include <conio.h>
but in these app
#include<iostream>
using namespace std;
missing in app
1: .h
2: <conio.h> etc...
what is
using namespace std; ???????
please tell me i am new.....in c++...
0
serious ly....😁😁😁
0
please suggest me any updated book on c++...