Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 211 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 211 Bytes

Simple User Registration using SQLite Library

A very simple application made with C/C++ that registers users in the database using sqlite3 library. This was created just to see how CRUD processes work in SQL.