/Lib

Function collection requested by EGT

Primary LanguageC++

EGT Training course function and class library

Completion progress:

  • (+)Currency formatting function
  • (+)Matrix printing function
  • (+)Floating point number rounding function
  • (+)Quotient/Remainder finding function
  • (+)Function to generate a number from a range
  • (+)Function to get an item from an array by index
  • (+)Array shuffling function
  • (+)Random enqueue/dequeue function
  • (+)Card hand evaluating function (refer to repo "Console-Poker")
  • (+)Time class
  • (+)Complex number class
  • (+)Rational number class
  • (+)Rectangle class
  • (+)Huge Integer class (refer to repo "HugeInteger")
  • (+)Integer Set class