User Profile
Collapse
-
thnx for the conversation but i already found the solution -
program to add/ remove entry in host is not working
the first part of theprogram is working on adding host but an error is generating again and again that search is not a function of 'ofstream'.
plz help me out
#include <fstream.h>
#include <iostream.h>
#include <string.h>
int main()
{
char site[20],c,d;
ifstream in; ofstream out;
cout<<"press 1 to block website & press 2 to... -
block unblock a site not working
#include <fstream.h>
#include <iostream.h>
#include <string.h>
int main()
{
char site[20],c,d;
ifstream in; ofstream out;
cout<<"press 1 to block website & press 2 to open website";
cin>>d;
switch(d)
{
case 1:
{
cout<<"Enter the Name of the Site to Block \n";
...
No activity results to display
Show More
Leave a comment: