begineer [英] begineer

查看:82
本文介绍了begineer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hiii ppl ...我正在学习c ++语言...能不能给我推荐一本好书

或电子书对我有好处.........

理论部分很清楚但实际上很弱......我觉得

很难在实际应用中应用逻辑.......

请帮我建议欢迎...........


thx


1件事请告诉我如何使用c ++获得以下输出

*

* *

* * *

* * * *

* * *

* *

*

hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........

thx

1 more thing pls tell me how will i get the following output using c++
*
* *
* * *
* * * *
* * *
* *
*

推荐答案

10*********@gmail.com 写道:

hiii ppl ...我正在学习c ++语言...可以ny1给我一本好书
hiii ppl...i m learning c++ language...can ny1 suggest me a nice book

http://www.parashift.com /c++-faq-lit....html#faq-28.4

经常提到加速C ++。另外,请检查
http://accu.org/index.php/book_reviews


或对我有用的电子书.........
or e book that is good for me.........



也许是英语词典。在帖子发布时,你应该至少_try_正确拼写


An English dictionary, perhaps. You should at least _try_ to spell correctly
when posting here.


1更多内容请告诉我如何使用以下输出c ++

*

* *

* * *

* * * *

* * *

* *

*
1 more thing pls tell me how will i get the following output using c++
*
* *
* * *
* * * *
* * *
* *
*



当然。我可能在复制时犯了som错误,但你可以解决这个问题吗?


#include< iostream>


int main()

{

std :: cout<<

" * \ n"

" * * \ n"

" * * * \ n"

" * * * * \ n"

" * * * \ n"

" * * \ n"

" * \ n" ;;

}


-

rbh

Certainly. I may have made som errors while copying, but you can fix that?

#include <iostream>

int main()
{
std::cout <<
" *\n"
" * *\n"
" * * *\n"
" * * * *\n"
" * * *\n"
" * *\n"
" *\n";
}

--
rbh


Alf P. Steinbach写道:
Alf P. Steinbach wrote:

* 10 *********@gmail.com

> hiii ppl ...我正在学习c ++语言...可以ny1给我推荐一本好书
或对我有用的电子书.........
理论部分很清楚但实际上很弱......我找到了
难以在实际会话中应用逻辑.......

请帮我建议r欢迎...........
>hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........


嗯,说实话,因为你在简单的普通英语中遇到了严重的困难,任何编程语言都会很困难。而且C ++

比大多数人更困难。先尝试学习英语。


Well, to be blunt, since you have severe difficulties with simple
ordinary English, any programming language would be difficult. And C++
is more difficult than most. Try first to learn English.



也许10may.agn03他/她的键盘有问题,考虑到缺少字符的数量
和重复字符的数量。当我的无线键盘上的电池耗尽时,我也会这样写。

Maybe 10may.agn03 has problems with his/her keyboard, considering the amount
of missing characters and the number of duplicate characters. When the
batteries of my wireless keyboard are depleted, I also write like that.


7月8日,9:18下午,Robert Bauck Hamar< roberth + n ... @ ifi.uio.nowrote:
On Jul 8, 9:18 pm, Robert Bauck Hamar <roberth+n...@ifi.uio.nowrote:
http://www.parashift.com/c++-faq-lit....html#faq -28.4

经常提到加速C ++。另外,checkhttp://accu.org/index.php/book_reviews
http://www.parashift.com/c++-faq-lit....html#faq-28.4
Accelerated C++ is often mentioned. Also, checkhttp://accu.org/index.php/book_reviews



:-)

:-)


也许是英语词典。在这里发帖时,你至少应该_try_正确拼写


An English dictionary, perhaps. You should at least _try_ to spell correctly
when posting here.



是的,这个建议很重要


yes, that advice is essential


当然。我可能在复制时犯了som错误,但你可以解决这个问题吗?


#include< iostream>


int main()

{

std :: cout<<

" * \ n"

" * * \ n"

" * * * \ n"

" * * * * \ n"

" * * * \ n"

" * * \ n"

" * \ n" ;;


}
Certainly. I may have made som errors while copying, but you can fix that?

#include <iostream>

int main()
{
std::cout <<
" *\n"
" * *\n"
" * * *\n"
" * * * *\n"
" * * *\n"
" * *\n"
" *\n";

}



:)


和我的答案可能是这样的:


#include< iostream>


int main()

{

std :: cout<< ...............

........................

返回0;

}

我本来可以要求他去图 :D

:)

and my answer could be this:

#include <iostream>

int main()
{
std::cout << ..............
........................
return 0;
}
and i could have asked him to "Go Figure" :D


这篇关于begineer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆