User profile: babydev

User info
User name:babydev
History
Joined:
Number of posts:6
Latest posts:

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 input
t he full code now is : [code]#include <iostream> #include <climits> int main() { std::cout << ...

std::getline doesn't wait for input
thanks to your hint I solved googling just added [code] std::cin.clear(); [/code]

std::getline doesn't wait for input
thanks for the explanation and the hint I'm one step over; snippet is now: [code] std::cout<<std::e...