Skip to content

My solutions to Programming Basics course in AGH UST

Notifications You must be signed in to change notification settings

szym-i/Programming_Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming_Basics

My solutions to Programming Basics course in AGH UST
Laboratory classes lecturer : Stanisław Polak
Each laboratory, I could get 6 points, 4 from home tasks, and 2 which I could gain during classes (1,5 h).
My results:

lab_2 lab_3 lab_4 lab_5 lab_6 Total Final Grade
4+1,5 4+1 4 4+1 4+1,8 25,3 4.5

Compile codes in Linux Terminal with:

$ gcc prog.c -o prog

For codes with <math.h> module:

$ gcc prog.c -lm -o prog

For tests with <CUnit.h>:

$ gcc prog_test.c -lcunit -o prog_test

About

My solutions to Programming Basics course in AGH UST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published