How to save data in C/C++? -
in internet there databases(mysql, oracle etc.) can send informations submitted html input fields php or other server side language.
how working in c/c++? how can let user input , them save inputted value?
you can either:
- make use of standard file handling functions/classes.
- embed tiny database.
- talk database server using a standard interface.
btw, these common languages.
Comments
Post a Comment