I've just started programming at the university. I have tried with fstream.h, iostream.h and none allows the dev. And if you wonder if you keep the code as c ++
I've just started programming at the university. I have tried with fstream.h, iostream.h and none allows the dev. And if you wonder if you keep the code as c ++
Use these basic libraries
#include<iostream>
#include<conio.h>
#include<stdlib.h>
// and then do not forget about
using namespace std;