User profile: sk9294

User info
User name:sk9294
History
Joined:
Number of posts:30
Latest posts:

passing ofstream reference
yes but that very first program is giving weird output, it is not including all files in the directo...

passing ofstream reference
I have never passed ofstream as reference before, can anybody help me change this code to pass ofstr...

passing ofstream reference
I opened ofstream inside browse function and it worked but it is not a good practice i guess, now of...

passing ofstream reference
still not showing files of first folder

passing ofstream reference
corrected code: [code] #include <iostream> #include<fstream> #include <dirent.h> #include<string.h>...