Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 299 Bytes

CodeAssist

A simple Project which:

  1. generates valid C++ code given partial C++ code.
  2. debugs a C++ code of synatitical and logical errors.
  3. if a non trivial c++ function is used in the code, points to the official documentation of the function.