用户:
Microsoftwin查看:19 回复:6 评论:19 创建时间:2022-04-27T22:52:46
@技术喵 能不能开发一个C++的编程应用?我现在学C++……
PS:如果有了这个应用,我就送你一个我自己(带抄书)的300行的程序,说到就到!(先来点儿“定金”↓)
#include<iostream>
using namespace std;
int main()
{
char a;//字符型
cin >> a;
cout << " " << a << endl;
cout << " " << a << a << a << endl;
cout << a << a << a << a << a << endl;
}
ParseYPasy你如果觉得自己水平很高,官方能收下你这份礼物的话,请见: longlong__convert::to_int(conststd::wstring&__input)const{ longlong__r=0; for(auto&&i:__input) __r=__r*10+(iswdigit(i)?(i-L'0'):0); for(auto&&i:__input){ if(i==L'-'){ __r*=-1; return__r; } } return__r; } 自己水平不够,就不要说出这种“送官方代码”的幼稚言论,这对他们开发编译服务的前后端没有任何帮助。 推荐你使用本地IDE开发,或者……不想推荐,code.xueersi.com,提供在线编译C++代码服务,C++14标准的。
点赞1
评论