Skip to content

BradTu/Intro-to-Systems-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro-to-Systems-Programming

All of the following assignments build off of eachother. Some of the code was provided by Ben Jones and Nathan Sturtevant.

Homework2

Creates a 64 bit (4 * 4 * 4) 3D voxel shape

Homework3

This assignment creates an .stl file that represents the 64 bit model. Code for this assignment written in VoxelModel.cpp on lines 142-316.

Homework4

This assignment uses heap memory and structs. The assignment code written in the voxelModel.hpp and voxelModel.cpp.

Homework5

This assignment involves class encapsulation. The assignment code written all is all of the BitVector classes and the VoxelShape.cpp from lines 6-62, 131-134, 219-292.

Homework7

This assignment parrallelizes the code for extracting the surface of the shape. The assignment code is in SurfaceExtraction.cpp lines 108-339.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages