https://github.com/kylemh/uo_cis330
C/C++ and Unix course at the University of Oregon.
https://github.com/kylemh/uo_cis330
bash c c-plus-plus linux unix
Last synced: about 2 months ago
JSON representation
C/C++ and Unix course at the University of Oregon.
- Host: GitHub
- URL: https://github.com/kylemh/uo_cis330
- Owner: kylemh
- Created: 2016-10-12T17:26:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T17:48:42.000Z (over 9 years ago)
- Last Synced: 2024-10-06T05:21:16.452Z (over 1 year ago)
- Topics: bash, c, c-plus-plus, linux, unix
- Language: C++
- Homepage: https://www.cs.uoregon.edu/Classes/16W/cis330/
- Size: 655 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#CIS 330 at the University of Oregon
###This folder contains coding assignments in C and C++, completed using CLion, Eclipse for C++, GCC, and CMake.
- Assignment 1 - Basic syntax exercises
- Assignment 2 - ASCII Triangles (an exercise in memory allocation and pointers in C)
- Assignment 3 - Phonebook and a Compiler Bomb
- Assignment 4 - Caesar Cipher in C++
- Assignment 5 - A variation on Conway's Game of Life in C++