Skip to content

handledexception/exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Exercises

Python

  • py-linked-list.py - basic singly linked list

C and C++ Exercises

  • bitfield - example of bit field struct syntax and overflow in C
  • bitmask.cpp - RGB color example of bit masks
  • bitwise.h - header for setting/unsetting/toggling bits in integers
  • bubblesort.c - simple bubblesort of some strings
  • bytetobin.c - byte value to binary string representation
  • functionptr.c - simple function pointer example in C
  • references.cpp - C++ reference vs pointer, passing arguments
  • stdmap.cpp - test of std::map
  • stlvector.cpp - test of std::vector

About

C++ Exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published