如何从头开始编程?

2023-09-02 01:55:25 作者:骑猪上高速

我从来没有真正使用过任何编程经验可言,我叔叔叫我来这个网站的帮助陌生人,如果我想开始编程。我所知道的一对夫妇语言的名字,但我真的不知道所有的事情。我十四岁,我打字快​​,如果这算个什么。我的一个叔叔要我学习C#。所以我的问题是,是C#开始的好地方,如果没有,哪里是开始的好地方,我如何学习呢?

解决方案

您可能想看看越来越的最新版本深入浅出C#。它特别适合于新手 - 它集中于好玩的例子,而不是面向业务的。我没有亲自学习那种风格的粉丝,但它显然适合很多其他人。

请确保你买的无论是最新版本(包括.NET 4)或最新的印刷previous版虽然:早期版本有不少错误,但那些已修正随着时间的推移。大学生 我学了这么久C语言,感觉它啥都做不了 网友 恰恰相反

I've never really had any experience with programming at all, my uncle told me to come to this site for help from total strangers if I wanted to start programming. I know the names of a couple of languages but I don't really know anything at all. I'm fourteen and I can type fast if that counts for anything. One of my uncles wanted me to learn c#. So my question is, is c# a good place to begin, and if not, where is a good place to begin and how do I learn it?

解决方案

You may want to look at getting the latest edition of Head First C#. It's particularly suited to newcomers - and it concentrates on "fun" examples rather than business-oriented ones. I'm not personally a fan of that style of learning, but it clearly suits a lot of other people.

Make sure you buy either the latest edition (covering .NET 4) or the most recent printing of the previous edition though: earlier versions had quite a few errors, but those have been rectified over time.

相关推荐