LCKB
[Question] C++ Mysql - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196)
+---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192)
+---- Thread: [Question] C++ Mysql (/showthread.php?tid=1095)



- Wizatek - 09-08-2012


In php the mysql_ functions are depricated and should no longer be used.

I found a 2 but i noticed the functions are nearly the same as the depricated mysql functions in php.

 

How should i see that for c++, should i use this, or is there something else?




- someone - 09-08-2012


Yes, you can use this, those functions are for C, C++ its more object orientated:

2

But they are the same.

2