Below are snippets for FlyingIsFun1217.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

5
Date Submitted Sat. Oct. 28th, 2006 8:07 AM
Revision 1
Beginner FlyingIsFun1217
Tags C
Comments 2 comments
Simple C++ program that creates a directory with the asked username, and places 2 files within the directory that contain the asked for username and the asked for password.

This is an edit of another snippet I made, but I have fixed the creation of the user's folder so it is named after the user.

FlyingIsFun1217
6
Somewhat simple C++ program I wrote with the help of some people at the Cprogramming Message Board. Basically, it takes user input for a username and password, and creates a directory in C:/Program Files/Program/ with a file containing username and a file containing password.

Part of my coding for a program I am creating...

FlyingIsFun1217