HerrLevin / tinf19b3_prog_aufgabe_1

This is the repo for the first exercise of c programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 97.1%Language:CMake 2.9%