本文介绍了我是编程新手,想知道C ++的好地方的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好我是编程新手,想知道什么是好的免费

编译器。我问这个是因为有这么多我和我的b $ b只想开始编程也是一个很好的编程网站

帮帮我,我想主修一下计算机编程领域,并希望知道是否有任何非常好的教程网站。谢谢你的意见

很受欢迎。

Hello I am new to programming and want to know what is a good free
compiler is. I am asking this because there are so many of them and I
just want to start programming also a good website for programming to
help me, I want to major in the computer programming field and want to
know if there are any really good tutorial sites. Thanks your input
is much appriciated.

推荐答案



如果你是认真的,那么你需要一两本书。你甚至可以在没有计算机的情况下学习很多关于编程的知识,更不用说编译器了。

奇怪的是,计算机可能会妨碍思考。我建议访问图书馆或二手书店。

。你最终使用哪个编译器

几乎没什么区别。编译Hello World程序有两个或

三个(你可以在互联网上找到它的代码),并且

使用你最喜欢的那个。你有很多精彩的想法。

你。玩得开心!


-Bill

(C ++教练)


If you are serious, then you need a book or two. You can learn a good deal
about programming without even having a computer, let alone a compiler.
Strangely, the computer can sort of get in the way of thinking. I recommend
a visit to a library or a used-book store. Which compiler you end up with
makes little difference. Compile the "Hello World" program with two or
three of them (you can probably find the code for it on the Internet), and
use the one you like most. You have a lot of wonderful thinking ahead of
you. Have fun!

-Bill
(C++ Instructor)




对于编译器,我会在任何其他平台上使用Microsoft Visual C ++ 2005 Express在

Windows和gcc上。说到教程,我的

体验是好的花钱而且叫做书,你可以在你当地的图书馆找到一些。网上有一些不错的b / b
参考网站,但是没有很好的教程(除了一些非常狭窄的主题的

)。

- -

Erik Wikstr ?? m

For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform. When it comes to tutorial my
experience is that the good ones costs money and are called book, you
might also find some at your local library. There are a few decent
reference sites on the net but no good tutorials (except for a few with
very narrow topics).
--
Erik Wikstr??m




为什么建议使用gcc(Gnu'''C''编译器)?


-

Bob R

POVrookie

- -

Dev-C ++ IDE:

MinGW(GNU编译器):

MinGWStudio

Code :: Blocks

Why do you suggest gcc ( the Gnu ''C'' compiler )?

--
Bob R
POVrookie
- -
Dev-C++ IDE: http://www.bloodshed.net/
MinGW (GNU compiler): http://www.mingw.org/
MinGWStudio http://www.parinyasoft.com/
Code::Blocks http://www.codeblocks.org/


这篇关于我是编程新手,想知道C ++的好地方的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-18 17:45