Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Data Query

Description:

The program uses a command-line interface to present user options for querying a data file and saving query results. It implements multi-threading and dynamic memory allocation to copy, save, and write file data according to the user's input.

Requirements:

The program requires a C compiler and POSIX threads support.

To build and run the program:

Save all the program files, including "makefile" and "pokemon.csv," in one directory (folder). Then, open a command-line interface, navigate to the directory containing the files, and run the command make. Run the command ./main to start the program.

Notes:

The program was tested on macOS 15.7 using Clang.

About

A multi-threaded program for querying a file of Pokemon data.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages