hi all...i have just started to work in visula c++ and i have to create a program to read a txt file...but as i am debugging my program, it is giving an error on line
#include<fstream.h>
hi all...i have just started to work in visula c++ and i have to create a program to read a txt file...but as i am debugging my program, it is giving an error on line
#include<fstream.h>
http://www.cplusplus.com/reference/iostream/fstream/
Modern C++ compilers do not have the .h on the end of standard library includes.
thanks...
Its working now...
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.