原帖由 狂天使 于 2009-12-5 01:49 AM 发表
#include
#include
using namespace std;
各位大大,我想要input 一个file进来program然后run calculator 该如何?
例子:我有一个file input.dat 里面资料有
93
50
+
70
*
然后我要让 ...
原帖由 狂天使 于 2009-12-7 02:12 AM 发表
如果我要运算,是不是在is_open 过后里面运算
#include
#include
using namespace std;
int main () {
fstream filestr;
filestr.open ("myfile.txt");
if (filestr.is_open())
{
...
原帖由 狂天使 于 2009-12-8 11:01 PM 发表
那我该如何同时store 在两个variable呢?
C可以用
fscanf (myfilename, %f%f, temp1,temp2)
当读取我的file时候第一个,和第二个的资料会立刻store在两个 variable
那C++语言,我该用哪一个 function ...
欢迎光临 JBTALKS.CC (https://jbtalks.my/) | Powered by Discuz! X2.5 |