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:

  1. make use of standard file handling functions/classes.
  2. embed tiny database.
  3. talk database server using a standard interface.

btw, these common languages.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -