回到C ++ ...... [英] Coming back to C++...

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

问题描述

过去几年我一直在使用Ruby。但是命运决定了我暂时回到C ++。


不幸的是,我忘记了很多C ++。所以,这是我的训练

政权。我需要快速掌握C ++,网络,线程,XML(以及

希望单元测试 - 从未使用C ++进行过自动化测试)。


- 加速C ++

- 用POSIX线程编程

- C ++编码标准

- 有效的C ++(第3版)

- 出色的C ++风格

- 特殊的C ++

- 更多特殊的C ++


可能按顺序排列。那看起来不错?


任何指针或提示?我已经被Ruby宠坏了一段时间了,所以C ++

(最初)让我哭泣。我一直在享受动态/鸭子打字
打字!


谢谢,

Joe

I''ve been using Ruby for the past couple years. But fate has decided that
I return to C++ for the time being.

Unfortunately, I''ve forgotten a lot of C++. So, here''s my training
regime. I need to get up to speed on C++, networking, threads, XML (and
hopefully unit testing -- never done automated tests with C++).

- Accelerated C++
- Programming with POSIX Threads
- C++ Coding Standards
- Effective C++ (3rd ed)
- Exceptional C++ Style
- Exceptional C++
- More Exceptional C++

Probably in that order. That look ok?

Any pointers or tips? I''ve been spoiled by Ruby for some time now, so C++
(initially) is sort of making me cry. I''ve been enjoying dynamic / duck
typing!

Thanks,
Joe

推荐答案

Joe Van Dyk写道:
Joe Van Dyk wrote:
过去几年我一直在使用Ruby。但是命运决定了我暂时回到C ++。不幸的是,我已经忘记了很多C ++。所以,这是我的训练
制度。我需要快速掌握C ++,网络,线程,XML(以及希望单元测试 - 从未使用C ++进行自动化测试)。

- Accelerated C ++
- 使用POSIX线程编程
- C ++编码标准
- 有效的C ++(第3版)
- 出色的C ++风格
- 出色的C ++
- 更优秀的C ++

可能按顺序排列。那看起来不错?


Lipmann的基本C ++?

Alexanzdrieuoeusceieou的现代C ++设计......那家伙?

C ++模板由那个提升家伙进行元编程?

Dewhurst的C ++常识?

Langer& amp;标准C ++ IOStreams和Locales Kreft?


关于STL的事情?

从加速C ++和C ++编码标准开始,然后拉出其他的

一个接一个。不要只是扯掉塑料并为所有人打到亚马逊。

任何指针或提示?我已经被Ruby宠坏了一段时间了,所以C ++(最初)有点让我哭泣。我一直在享受动态/鸭子打字!
I''ve been using Ruby for the past couple years. But fate has decided that
I return to C++ for the time being.

Unfortunately, I''ve forgotten a lot of C++. So, here''s my training
regime. I need to get up to speed on C++, networking, threads, XML (and
hopefully unit testing -- never done automated tests with C++).

- Accelerated C++
- Programming with POSIX Threads
- C++ Coding Standards
- Effective C++ (3rd ed)
- Exceptional C++ Style
- Exceptional C++
- More Exceptional C++

Probably in that order. That look ok?
Essential C++ by Lipmann?
Modern C++ Design by Alexanzdrieuoeusceieou.. that guy?
C++ Template Metaprogramming by that boost guy?
C++ Common Knowledge by Dewhurst?
Standard C++ IOStreams and Locales by Langer & Kreft?

something about the STL?

Start with Accelerated C++ and C++ Coding Standards, then pull the others in
one by one. Don''t just whip out the plastic and hit Amazon for all of them.
Any pointers or tips? I''ve been spoiled by Ruby for some time now, so C++
(initially) is sort of making me cry. I''ve been enjoying dynamic / duck
typing!




学习CppUnit,然后使用CppUnitLite。前者辛苦地匹配所有JUnit功能(自己从SUnit移植),后者

从使用C ++在C ++下有效执行TDD所需的最低要求开始

成语。


然后添加:


大规模C ++软件设计

设计模式

测试驱动开发

重构

重构模式


并省略线程;干净的建筑更好。


-

Phlip
http://www.greencheese.org/ZeekLand < - 不是博客!!!



Learn CppUnit, and then use CppUnitLite. The former painstakingly matches
all the JUnit features (themselves ported from SUnit), and the latter
starts with the minimum needed to efficiently do TDD under C++ using C++
idioms.

Then add:

Large Scale C++ Software Design
Design Patterns
Test Driven Development
Refactoring
Refactoring to Patterns

And leave out threads; a clean architecture is better.

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


Hello Joe,
Hello Joe,
过去几年我一直在使用Ruby。但命运决定暂时回归C ++。不幸的是,我已经忘记了很多C ++。所以,这是我的训练
制度。我需要快速掌握C ++,网络,线程,XML
(希望单元测试 - 从未使用C ++进行过自动化测试)。

- C ++语言 - 使用POSIX编程线程
- C ++编码标准
- 有效的C ++(第3版)
- 有效的STL - 出色的C ++风格
- 出色的C ++
- 更多例外的C ++
- 现代C ++可能按此顺序。那看起来不错?
I''ve been using Ruby for the past couple years. But fate has decided
that I return to C++ for the time being.

Unfortunately, I''ve forgotten a lot of C++. So, here''s my training
regime. I need to get up to speed on C++, networking, threads, XML
(and hopefully unit testing -- never done automated tests with C++).
- The C++ Language - Programming with POSIX Threads
- C++ Coding Standards
- Effective C++ (3rd ed) - Effective STL - Exceptional C++ Style
- Exceptional C++
- More Exceptional C++ - Modern C++ Probably in that order. That look ok?




我根据我的建议修改了你的清单。

数字你的,Aleksander Beluga。



I revised your list with my recommendations.
Digitally yours, Aleksander Beluga.




Phlip写道:


< snip很多书推荐>

Phlip wrote:

<snip lots of book recommendations>
关于STL的事情?




我(我认为很多其他人)会推荐The C ++ Standard Library

Josuttis
< a rel =nofollowhref =http://www.josuttis.com/libbook/target =_ blank> http://www.josuttis.com/libbook/


Gavin Deane



I (and I think many others) would recommend The C++ Standard Library by
Josuttis
http://www.josuttis.com/libbook/

Gavin Deane


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

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