想学习C ++ [英] want to learn C++

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

问题描述

我想学习C ++!有没有人有任何建议?




I want to learn C++! does anyone have any advice?

Lee

推荐答案

6月21日,4:下午40点,Lee.k ... @ gmail.com写道:
On Jun 21, 4:40 pm, Lee.k...@gmail.com wrote:

我想学习C ++!有没有人有任何建议?


Lee
I want to learn C++! does anyone have any advice?

Lee



是的,开始吧。我个人喜欢加速C ++。
http://www.amazon.com/Accelerated-C%...2463388& ; sr = 8-1


这取决于你对编程的经验。

从学习编译器开始打招呼世界计划。学习

基础知识。几年前,我处于初学者模式。这非常具有挑战性。花点时间做实验。从标准的

输入和输出开始。学习数据类型学习程序流程。不要
太过追赶指针,了解标准库

特别是字符串和向量。 C ++是一种严格的语言,但有一些方法可以绕过严格的规则。首先学习规则。

Yes, get started. I personally like accelerated C++.
http://www.amazon.com/Accelerated-C%...2463388&sr=8-1

It would depend on how much experience you have with programming.
Start by learning the compiler do a hello world program. Learn the
basics. A few years ago I was in the beginner mode. It is very
challenging. Take your time experiment. start with the standard
inputs and outputs. Learn the data types learn program flow. Don''t
get too caught up with pointers, learn about the standard libraries
especially string and vector. C++ is a strict language but there are
ways to get around the strict rules. Learn the rules first.


JoeC写道:
JoeC wrote:

6月21日,4:40 pm,Lee.k ... @ gmail.com写道:
On Jun 21, 4:40 pm, Lee.k...@gmail.com wrote:

>我想学习C ++!有没有人有任何建议?

Lee
>I want to learn C++! does anyone have any advice?

Lee



是的,开始吧。我个人喜欢加速C ++。
http://www.amazon.com/Accelerated-C%...2463388& ; sr = 8-1


这取决于你对编程的经验。

从学习编译器开始打招呼世界计划。学习

基础知识。几年前,我处于初学者模式。这非常具有挑战性。花点时间做实验。从标准的

输入和输出开始。学习数据类型学习程序流程。不要
太过追赶指针,了解标准库

特别是字符串和向量。 C ++是一种严格的语言,但有一些方法可以绕过严格的规则。首先学习规则。


Yes, get started. I personally like accelerated C++.
http://www.amazon.com/Accelerated-C%...2463388&sr=8-1

It would depend on how much experience you have with programming.
Start by learning the compiler do a hello world program. Learn the
basics. A few years ago I was in the beginner mode. It is very
challenging. Take your time experiment. start with the standard
inputs and outputs. Learn the data types learn program flow. Don''t
get too caught up with pointers, learn about the standard libraries
especially string and vector. C++ is a strict language but there are
ways to get around the strict rules. Learn the rules first.



借调。另外,请勿使用VISUAL C ++ 6.0 !!!!!如果你正在使用

Windows,请以console开头。程序,不要使用MFC。避免

Microsoft-isms(stdafx.h和_TCHAR / _tmain)。 MinGW免费提供

并且高度符合标准(模数导出),因此

Visual Studio 2005 Express也符合(假设/ Za。再次modulo

" export")。

Seconded. Also, DO NOT USE VISUAL C++ 6.0!!!!! If you''re using
Windows, start with "console" programs, do not use MFC. Avoid
Microsoft-isms (stdafx.h and _TCHAR/_tmain). MinGW is available for
free and is highly Standard compliant (modulo "export"), and so is
Visual Studio 2005 Express, also compliant (assuming /Za. again modulo
"export").


red floyd pisze:
red floyd pisze:

>

借调。另外,请勿使用VISUAL C ++ 6.0 !!!!!如果你正在使用

Windows,请以console开头。程序,不要使用MFC。避免

Microsoft-isms(stdafx.h和_TCHAR / _tmain)。 MinGW免费提供

并且高度符合标准(模数导出),因此

Visual Studio 2005 Express也符合(假设/ Za。再次modulo

" export")。
>
Seconded. Also, DO NOT USE VISUAL C++ 6.0!!!!! If you''re using
Windows, start with "console" programs, do not use MFC. Avoid
Microsoft-isms (stdafx.h and _TCHAR/_tmain). MinGW is available for
free and is highly Standard compliant (modulo "export"), and so is
Visual Studio 2005 Express, also compliant (assuming /Za. again modulo
"export").



我也是C ++编程的新手。我使用VC ++ 2005 Express,这就是为什么我想问你关于额外的VC ++编译器/链接器设置

,这可以保证最佳的ISO C ++标准兼容性,因为MS

创建了许多自有的C ++扩展,我对此并不感兴趣。

I am also new in C++ programming. I use VC++ 2005 Express and that is
why I want to ask you about additional VC++ compiler/linker settings
which can assure the best ISO C++ standard compatibility because MS
created many self-owned C++ extensions, I don''t interested at all.


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

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