undefined reference to `sqlite3_open'[code][/code]thankyou for your answer unfortunately I'm really quite new to c++ , above for compile ...
undefined reference to `sqlite3_open'I would use sqlite3 db got this snippet [code] #include <stdio.h> #include <sqlite3.h> #include <i...
std::getline doesn't wait for inputt he full code now is : [code]#include <iostream> #include <climits> int main() { std::cout << ...
std::getline doesn't wait for inputthanks to your hint I solved googling just added [code] std::cin.clear(); [/code]
std::getline doesn't wait for inputthanks for the explanation and the hint I'm one step over; snippet is now: [code] std::cout<<std::e...