Skip to content

tomizius/tinf19b3_prog_aufgabe_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of the project

it should be a short programm which is able to count all charaters in a file and put the result to antoher file.

compile and run

If you are on Linux, you can just run

gcc -o "nameOfYourExcuteableFile" main.c

./nameOfYourExcuteableFile

You need to change the file paths in the C-code to run it on your system.

usage

just run following command to see all usages:

./nameOfYourExcuteableFile -h

About

This is the repo for the first exercise of c programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published