有一个函数是将 字符串 转化成字符数组 然后用地址取值的方法 赋值给你的参数
受人于鱼 不如授人于渔 希望你能懂这个道理
C++的裸编一般没有这么高级,一般情况下都是把某一个函数以C++函数的形式表达,然后从main函数里面读入x调用函数求解y。
#include
using namespace std;
double fun(double x)
{
return 3 + 5 * x;
}
int main()
{
double x;
cout<<"please input x:"<cin>>x;
cout<return 0;
}
int main(){string str;int x,y;int (*f)();cout<<"input func and x.\n";cin>>str;/*处理幂,指数之类的*/fstream cpp("func.cpp");cpp<<"#include
你的"y = 3 + 5 * x"这个字符串应该是提示信息,但是输入x,y变量的时候就用int