学习C ++ [英] Learning C++

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

问题描述

大家好,


我正在使用deitel c ++学习c ++如何编写第4版。我现在正在完成第7章
,我很震惊。我不是真的很难理解代码或概念,它似乎只需要学习/记住。我希望你们中的一些人更有经验c ++程序员

可以给我一些关于代码和书籍的在线资源的提示,我应该为我现在购买的b $ b买一些( deitel book和c ++编程

for linux)。


提前致谢,


震撼

推荐答案



" Shock" < SH ***** @ charter.net>在消息中写道

news:vp ************ @ corp.supernews.com ...

"Shock" <sh*****@charter.net> wrote in message
news:vp************@corp.supernews.com...
大家好,

我正在使用deitel c ++学习c ++如何编写第4版。


IMO是一个高质量的文本。

我现在正在完成第7章,我很震惊。我并不是真的无法理解它似乎很难学习/记忆的代码或概念。


你的看法是准确的。 C ++是一种非常大的语言

(例如与C相比)。我不认为任何人都可以

''记住''所有这些,这就是为什么我们有这么多书?

左右。我拥有数百本编程书籍,可能是大约20-25岁的
,特别是关于C ++,它标准的
库,以及C ++设计和使用技巧。而且我是
拯救我的镍币以购买更多...... :-)


还有一些好的贸易出版物,例如

C / C ++用户期刊( www.cuj.com )哪个好文章

''来自战壕'',由执业专业人士撰写。

我希望你们中的一些人更有经验c ++程序员可以给我一些提示I
应该购买的代码和书籍的在线资源,以配合我现在拥有的代码和书籍(用于Linux的deitel书和c ++编程)。
Hi everyone,

I am learning c++ using the deitel c++ how to program 4th edition.
IMO a good quality text.
I am
currently finishing chapter 7 and I am pretty blown away. I am not really
having trouble understanding the code or concepts it just seems like a ton
to learn/remember.
Your perception is accurate. C++ is a very large language
(compared to C for example). I don''t think anyone can
''remember'' all of it, that''s why we have so many books
around. I own hundreds of programming books, probably
around 20-25 are specifically about C++, its standard
library, and C++ design and usage techniques. And I''m
saving my nickels to buy more... :-)

There are also some good trade publications, such as
C/C++ Users Journal (www.cuj.com) which have good articles
''from the trenches'', written by practicing professionals.
I was hoping some of you more experience c++ programmers
could give me some tips on online resources for code and books that I should buy to accompany the ones I have now (the deitel book and c++ programming
for linux).



http://www.parashift.com/c++-faq-lite/

http://www.contrib.andrew.cmu.edu/~a...acllc-c++.html

第6,7,8节可能对您特别感兴趣。


C ++是一种独立于平台的语言,所以你的主机

平台并不重要,只要有一个C ++

的实现就可以了。


请记住,我们都在这里,愿意在你想要/需要的时候帮助你支付



祝你好运!


HTH,

-Mike



http://www.parashift.com/c++-faq-lite/

http://www.contrib.andrew.cmu.edu/~a...acllc-c++.html
Sections 6,7,8 probably of particular interest to you.

C++ is a platform-independent language, so your host
platform doesn''t really matter, as long as a C++
implementation for it is available.

And remember, we''re all here, willing to assist
when you want/need it.

Good luck!

HTH,
-Mike


周五,2003年10月17日17:48:55 -0500,Shock写道:


* snip请求书籍推荐*
On Fri, 17 Oct 2003 17:48:55 -0500, Shock wrote:

* snip request for book recommendations *
提前致谢,

震撼
Thanks in advance,

Shock




嘿嘿震惊,


1)Josuttis的C ++标准库
http://www.bookpool.com/.x/3zn8pi9590/sm/0201379260

2)设计模式由Gamma等人。 al。
http://www.bookpool.com /.x/3zn8pijbfr/sm/0201633612

-

Benny

删除你的玫瑰色眼镜,然后给我发电子邮件



Hey Shock,

1) The C++ Standard Library by Josuttis
http://www.bookpool.com/.x/3zn8pi9590/sm/0201379260
2) Design Patterns by Gamma, et. al.
http://www.bookpool.com/.x/3zn8pijbfr/sm/0201633612
--
Benny
Remove your rose colored glasses before e-mailing me


" Benny Hill" < benny_hill3@your_rose_colored_glassesyahoo.com>写在

留言

news:pan.2003.10.17.23.38.04.682018@your_rose_colo red_glassesyahoo.com ...
"Benny Hill" <benny_hill3@your_rose_colored_glassesyahoo.com> wrote in
message
news:pan.2003.10.17.23.38.04.682018@your_rose_colo red_glassesyahoo.com...
周五,17 2003年10月17:48:55 -0500,Shock写道:

*剪辑书推荐请求*
On Fri, 17 Oct 2003 17:48:55 -0500, Shock wrote:

* snip request for book recommendations *
提前致谢,

震撼
Thanks in advance,

Shock



嘿嘿震惊,

1)Josuttis的C ++标准库
http://www.bookpool.com/.x/3zn8pi9590/sm/0201379260

2)Gamma等人的设计模式。 al。
http://www.bookpool.com /.x/3zn8pijbfr/sm/0201633612




虽然两本都是优秀的书籍,每个C ++程序员都应该最终拥有
,我觉得他们对于新手来说相当''先进''

,因为''震惊'似乎是。


震惊:做请注意这些标题。


-Mike



While both are excellent books that imo every C++ coder
should eventually own, I feel they''re rather ''advanced''
for the novice, as ''Shock'' seems to be.

Shock: Do note these titles for later.

-Mike


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

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