Skip to content

adamcote/CIS-2500-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# alphabetical_printing.c - Name of the project

#Description

This program takes in a file of words (a regular text file with no punctuation) and prints out all the words 
from the file that start with 'A' to 'Z'. 

#Source Files
src/alphabet_lib.h - required functions for source code
src/alphabet_lib.c - source code
src/alphabet_printing.c - main program
src/Makefile

#Compilation
make all

#Execution
./alphabetical_printing

About

This was work I did for the first assignment of the Winter 2020 offering of CIS 2500: Intermediate Programming at the University of Guelph. The program reads a file of words, groups and counts them by starting letter (A-Z), and demonstrates dynamic memory allocation and modular C programming.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors