How would I use input and output to open a web browser and then inserting text into it?
int x;
???? ifstream ("C:\internet explorer");
scanf("%d", x);
ofstream("%d", x);
or is there some other input output file that I can use to do this, because they only open ascII character files?



LinkBack URL
About LinkBacks


