Skip to content

Aquiles-b/files-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

files-c

A study on file manipulation in c.

Programs

    • Loads a map from a map.txt file located in arquivos, the map is a Boulder Dash game level.
    • Reads a poem written in a binary file poema.bin that contains blocks of 5 bytes, 4 for the position (int) and 1 for the character (char).
    • This program has simple functions such as making all characters uppercase or lowercase in a .txt file, counting the characters in the file, and providing the average of a file that contains floating numbers.
    • It's like cp of linux.
    • it's like grep of linux
    • Directory which contains mb1.c, mb2.c and mb3.c. These programs respectively write a bin file with random long int numbers, sort the numbers and print them to the screen.