+ 2
SQLite help
Is there someome here who tried SQLite in c or c++? I need help with a project I need to submit for my course and I need a log in system for it (we have been asked to not use classes) so I searched online and found this libary. Is it worth to study how to use it and try it? It just that I have time limit and I don't want to waste it and learn something that I don't need for it. Any advice would be helpful:)
1 Odpowiedź
+ 2
I have used sqlite with Python and it was simple. You just need to understand the SQL syntax which SoloLearn has a course on. Hope this helps!