User profile: NDprogramming

User info
User name:NDprogramming
Old user name:NDprogrammer
History
Joined:
Number of posts:12
Latest posts:

Open Folders Anywhere
I'll have a read of it, thanks. I've never used ShellExecute, mind explaining it?

Open Folders Anywhere
I've been trying to make a program that runs off my external drive which asks for a selection and th...

External File commands
I ran both code lines [output]std::ofstream fs("/test.txt");[/output] and [output]system("explorer /...

External File commands
So now it doesn't create the file at all. Neither the C:\ or on the external drive.

External File commands
I ran [output]std::ofstream fs("test.txt");[/output] in it, and it creates the file inside the folde...