Hello. My name is Mike. I am writing a c++ program which uses mysql++. In my 
program I used cin.ignore() function in order to flush the stdin. When I try to 
compile, it gives me such an error message:
   no matching function for call to _IO_istream_withassign::mysql_ignore()'.
I created one test program which uses cin.ignore() function and it's working, but if I 
will
include in my program at least one header file from mysql++(for example sqlplus.hh)
that error message appears.  
  I don't know how to fix this problem. Please if anybody could help me, I would 
appreciate that. Thank you.  

Reply via email to