我初学MFC,求个C++句柄版的A+B Problem
我10分钟前刚开始学MFC,刚知道还有个叫句柄的东西。但是我还不会用,哪位大牛给写个句柄版的A+BProblem?要能AC的。#include<iostream>usin...
我10分钟前刚开始学MFC,刚知道还有个叫句柄的东西。但是我还不会用,哪位大牛给写个句柄版的A+B Problem?要能AC的。
#include <iostream>
using namespace std;
int main(){
int *a,*b;
a=gcnew int;
b=gcnew int;
cin >> ^a >> ^b;
cout << ^a+^b << endl;
system("Pause");
return 0;
}
这个是照猫画虎那句柄当指针胡写了个代码,编译错误。
真正的句柄应该怎么写?北大OJ认识吗?
以后用句柄A题会不会很拉风啊。 展开
#include <iostream>
using namespace std;
int main(){
int *a,*b;
a=gcnew int;
b=gcnew int;
cin >> ^a >> ^b;
cout << ^a+^b << endl;
system("Pause");
return 0;
}
这个是照猫画虎那句柄当指针胡写了个代码,编译错误。
真正的句柄应该怎么写?北大OJ认识吗?
以后用句柄A题会不会很拉风啊。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询