Skip to content

Chopsayshi/Park-Membership-Programming-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Park Membership Program - AKA First C Attempt

Welcome, this is a practice program with the aim of figuring out the fundamentals of C. Instead of your classic 'Hello World!', I will be using some prior python knowlege to head right into the depths of something a bit more complex.

As it is C I plan on having the program get/send members to and from a txt file. Plus as everything happens within a cmd window I shall play around with some custom ascii art.

To Do:

The following things are features I intend to add which should allow me to practice a wide range of different C functions.

  • Main menu
    • Stats: numMembers
    • Select an option: Add, Delete, Update, Print
  • Add Member
    • firstName, lastName, dob, dateAdded, membershipType
  • Delete Member
    • deleteMember should ask the user if they are sure then delete the members details if they say yes.
  • Update Member
    • update = firstName, lastName, dob, dateAdded, membershipType

I intend to also make this same program in python alongside, as a means of translating my thoughts back and fourth. In the hopes that it will help develop some deeper understanding of switching between syntax.

About

My first attempt at coding in 'C', goal is to make a simple park membership program for a fictional regional park. I aim to make it so the user can add, delete and update members' details from an external text file. This is a work in progress as I continue to learn C fundamentals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages