我应该转向C#吗? [英] should i move to C#?

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

问题描述

我已经学习了1年的C ++,我认为C ++是一种非常强大的
语言。但我最近认识到C#实际上被更广泛地使用。所以

我想转移到C#。但我不想放弃C ++。那我可以学习它们两个吗?

i需要你有用的建议!

i have already learned C++ for 1 year, and i think C++ is a very powerful
language. but i recently recognised that C# is more widely used in fact. so
i want to move to C#. but i don''t want to give up C++. so can i study both
of them?
i need your useful advices!

推荐答案

你会发现C#的痛苦要小得多。


-

Bob Powell [MVP]

Visual C#,System。绘图


Ramuseco Limited .NET咨询
http: //www.ramuseco.com


在Windows窗体中查找精彩的Windows窗体文章提示和技巧
http://www.bobpowell.net/tipstricks.htm


回答那些GDI + GDI + FAQ的问题
http://www.bobpowell.net/faqmain .htm


所有新文章都提供C#和VB.NET代码。

订阅所提供的RSS提要,绝不会错过任何新文章。


" Jason Felix" < JA ********** @ 126.com>在消息中写道

news:e7 ************** @ TK2MSFTNGP12.phx.gbl ...
You''ll find C# much less pain.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
我已经学过C ++一年,我认为C ++是一种非常强大的语言。但我最近认识到C#实际上被更广泛地使用。所以我想转到C#。但我不想放弃C ++。所以我可以同时学习它们吗?
我需要你的有用建议!
i have already learned C++ for 1 year, and i think C++ is a very powerful
language. but i recently recognised that C# is more widely used in fact. so
i want to move to C#. but i don''t want to give up C++. so can i study both
of them?
i need your useful advices!





" ; Jason Felix < JA ********** @ 126.com>在消息中写道

news:e7 ************** @ TK2MSFTNGP12.phx.gbl ...

"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
我已经学过C ++一年,我认为C ++是一种非常强大的语言。但我最近认识到C#实际上被更广泛地使用。所以我想转到C#。但我不想放弃C ++。那么我可以研究它们吗?
我需要你有用的建议!
i have already learned C++ for 1 year, and i think C++ is a very powerful
language. but i recently recognised that C# is more widely used in fact. so
i want to move to C#. but i don''t want to give up C++. so can i study both
of them?
i need your useful advices!



.NET开发人员可能会更广泛地使用它,但C ++不仅限于此。 NET

开发。

可行的开发人员通常都是多语言的,所以我认为继续学习C ++ *会是明智的
*开始学习C#。


-

彼得[MVP视觉开发者]

杰克所有行业,无人掌握。


Probably more widely used by .NET developers, but C++ is not limited to .NET
development.
Viable developers are typically multi-lingual, so I think it would be wise
to continue your studies of C++ *and* to start learning C#.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


" Jason Felix" < JA ********** @ 126.com>在消息中写道

news:e7 ************** @ TK2MSFTNGP12.phx.gbl ...
"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
我已经学过C ++一年,我认为C ++是一种非常强大的语言。但我最近认识到C#实际上被更广泛地使用。所以我想转到C#。但我不想放弃C ++。我可以同时研究它们吗?
我需要你的有用建议!
i have already learned C++ for 1 year, and i think C++ is a very powerful
language. but i recently recognised that C# is more widely used in fact. so
i want to move to C#. but i don''t want to give up C++. so can i study both
of them?
i need your useful advices!




C#可能是最容易学习的语言之一。在我看来,比Visual Basic.NET更容易,而且比使用
C ++更容易。然而,学习另一种编程语言仍然是一个挑战

没有令人信服的理由(即工作要求)。


所以,我建议使用C ++ .NET让你习惯于编写托管的

代码,并且可能会将一些较小的类库转换为C#和

在现有解决方案中使用它们。这允许您将C#添加到您的

简历中,即使您的主要语言是C ++。只要你对.NET Framework有很强的了解,语言就不会产生那么多的差价。


Visual C ++ .NET
http://www.gotdotnet .com / team / cplusplus /

我刚刚得到一份工作,要求所有代码都用Visual Basic .NET编写

尽管我已经入学了我从来没有真正写过一行

VB.NET代码。这真的是关于框架。


祝你好运,


Carl



C# is probably one of the easiest languages to learn. Far easier than
something like Visual Basic.NET, in my opinion, and certainly easier than
C++. However, learning another programming language is still a challenge
without a compelling reason to do so (i.e. job requirement).

So, I would recommend using C++.NET to get yourself used to writing managed
code, and maybe converting a few of your smaller class libraries to C# and
consuming them in existing solutions. That allows you to add C# to your
resume even though your primary language is C++. As long as you have a
strong knowledge of the .NET Framework, language won''t make that much of a
difference.

Visual C++ .NET
http://www.gotdotnet.com/team/cplusplus/

I just recently got a job requiring all code be written in Visual Basic .NET
despite my admission that I had never actually written a single line of
VB.NET code. It really is all about the Framework.

Good Luck,

Carl


这篇关于我应该转向C#吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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