473,396 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

should i move to 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!
Nov 17 '05 #1
9 1234
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...
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!

Nov 17 '05 #2

"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
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!

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.
Nov 17 '05 #3
"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
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# 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
Nov 17 '05 #4
Write everyting in C# and use a converter at the end of the day to turn it
all into VB. ;-)

--
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.

"Vagabond Software" <vagabondsw-X-@-X-gmail.com> wrote in message
news:OL**************@tk2msftngp13.phx.gbl...
"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
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# 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

Nov 17 '05 #5
I have been programming in C++ for a couple of years and C# for about a
year, I think the skills you gained in developing C++ are also very
useful in C#.

Especailly those OO design pattern , it really applies to all languages,
C++, Jave, C#, and other than that, you just need to be familar with the
Framework.

Jason Felix wrote:
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!

Nov 17 '05 #6
If you are writing managed code in C++, C# should prove to be such a
no-brainer that there isn't even any question.
Just my 2 cents.
Peter

"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
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!

Nov 17 '05 #7
Thank you for droping these lines to me, I think I understood something now!
"Jason Felix" <ja**********@126.com> дÈëÏûÏ¢ÐÂÎÅ:e7**************@TK2MSFTNGP12.phx.gbl ...
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!

Nov 17 '05 #8
keeping focused on C++ is not going to do you any harm whatsoever (in the
eyes of employers), learning C# after C++ (or alongside it) would prove to
be a breeze.

br,

Mark.

"Jason Felix" <ja**********@126.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
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!

Nov 17 '05 #9
Hello Jason,

JF> i have already learned C++ for 1 year, and i think C++ is a very
JF> powerful
JF> language. but i recently recognised that C# is more widely used in
JF> fact. so
JF> i want to move to C#. but i don't want to give up C++. so can i
JF> study both
JF> of them?
JF> i need your useful advices!
Having programmed in C++ for 17 years before my 5 in C# and .NET, I still
get tripped up in C++ and C# is just much less painful and productive for
me. In the early days of .NET (2000) I tried to specialize in MC++ and wrote
books and articles, but no one was buying. The syntax was incredibly cryptic
and when combined with the inate complexity of C++, no one wanted to bother
when it was much easier with C#. That being said, it's wise to have as many
(managed) languages in your toolbox as you can but yes, learn C#. I think
you will find it a natural progression from C++, more like C-- with the horrid
stuff taken out.
Sam Gentile [MVP]
INETA Speaker
Microsoft MVP-C#/.NET
..NET Blog: http://samgentile.com/bog

Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
by: Tom_OM | last post by:
I have a web site in which I offer freeware programs. They're true freeware, not crippled versions attempting to get people to buy the full versions. The beginning of my user license agreement...
303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
58
by: Jeff_Relf | last post by:
Hi Tom, You showed: << private const string PHONE_LIST = "495.1000__424.1111___(206)564-5555_1.800.325.3333"; static void Main( string args ) { foreach (string phoneNumber in Regex.Split...
2
by: Geoff Cox | last post by:
Hello, I read that moving from one page to another normally destroys a variable. The code below allows the variable "name" to be used in a form on the second page. How does this happen? Or am I...
1
by: Phil Endecott | last post by:
Dear Postgresql experts, According to the documentation for MOVE, it returns the number of rows that it has moved over. It seems to me that this is true for MOVE FORWARD n, but not for MOVE...
11
by: George Ter-Saakov | last post by:
I have a working website on internet written on .NET 1.1 I am thinking about moving my development to .NET 2.0 and do not want to run both versions on the same server (have only one server). Or...
18
by: Zytan | last post by:
I want the same function to be run whether you press Enter or double click the listbox. It seems really verbose to write both handlers to both events everytime, even if they both call the same...
0
by: Chuckk Hubbard | last post by:
I solved this problem. I still don't understand why, but it seems Python was appending a reference to the first element at the end of the list, rather than copying the data. I used something...
1
by: Chuckk Hubbard | last post by:
Hello. This program is clunky, I know; I'm not a programmer, but I need to use this program, so I'm writing it. The problem: I have a cursor following the mouse that shows frequency ratios of...
3
by: Paulo | last post by:
Should I move my asp.net 2.0 C# apps to 3.0/3.5? Any real advantages? Any 2.0 code should be converted to 3.0/3.5? How 3.0/3.5 new features works on practice? Many thanks!
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.