Skip to content

SteveConyers/StringCombiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

StringCombiner

This program is provided for new and future students that will be attending MCC. This program will allow the new student to enter in their first name, middle initial, last name, student number and attended high school. Once all information has been entered, the program will then create a unique password for that student. The password is comprised of three letters from the students first, last name and the last four digits of their student number. This program may be executed from the command line or executed as part of a batch file.

Learned:

  1. strcat and strcpy
  2. Char array to accommodate longer fields
  3. How include another programming file that is read only, for use in another file.

About

Uses concatenation to create user name and password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages