Skip to content

This is a repo containing some of programs I wrote in C and x86 assembly

Notifications You must be signed in to change notification settings

alxklso/C-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

C-practice

This is a repo containing some programs I wrote in C. The main topics implemented in these programs include:

  • Bit shifting/integer & floating point arithmetic
  • Memory allocation (malloc)
  • Data structures
  • Algorithms
  • Object-Oriented Programming (OOP)

Some notes on the programs in this repo:

  • program1.c covers OOP, data structures, algorithms, and memory allocation. Simulates a record system that can perform various functions
  • program2 is a zip file of C programs and an x86 assembly program which cover most of the topics in program1.c, as well as bit shifting, and integer & floating point arithmetic

About

This is a repo containing some of programs I wrote in C and x86 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages