猫史档案馆


开发C++

用户:MicrosoftwinMicrosoftwin查看: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;
}


回复

上一页1 页 / 共 1下一页
yee089yee089

.谁稀罕这。

点赞1


评论


ParseYPasyParseYPasy

你如果觉得自己水平很高,官方能收下你这份礼物的话,请见: 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


评论


yee089yee089

小伙子我劝你先学循环()

点赞1


评论


MicrosoftwinMicrosoftwin

别说了,我问技术喵,而且我学过循环

 

 

点赞0


评论


伴雪纷飞伴雪纷飞

......... 

啥也不说()就很无语()😓

点赞1


评论


永境鹿永境鹿

C++我不屑

点赞0


评论