如何保存在C / C ++数据? [英] How to save data in C/C++?

查看:115
本文介绍了如何保存在C / C ++数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在网上有数据库(MySQL和甲骨文等),在那里我可以把提交的与PHP或任何其他服务器端语言的HTML输入字段的信息。

In the internet there are databases(mysql, oracle etc.) where I can send the informations submitted by the HTML input fields with PHP or any other server side language.

如何在C / C这个工作++?我怎样才能让用户输入的东西,并将其保存输入值?

How is this working in C/C++? How can I let a user input something and them save the inputted value?

推荐答案

您可以:


  1. 请使用标准的文件处理功能 /的的。

  2. 嵌入一个微小的数据库

  3. 谈话,使用的标准接口。

  1. Make use of the standard file handling functions/classes.
  2. Embed a tiny database.
  3. Talk to a database server using a standard interface.

顺便说一句,这些都是常见的所有语言。

BTW, these are common for all languages.

这篇关于如何保存在C / C ++数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆