English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi, I'm a beginner in C#.
Plz tell me, could everything be done in a program using C#, or I've to learn C and C++ also?

2007-06-23 08:53:49 · 3 answers · asked by Parv 2 in Computers & Internet Programming & Design

also tell me can I use C# in web pages(like javascript) and how?

2007-06-23 09:04:49 · update #1

3 answers

C and C++ are ..not.. necessary to learn C#. They are completely different languages, and they are not prerequisites.

Moreover, as a beginner in C#, you ..don't.. wan't to learn C and C++ right now. It's important you stick to one language and have significant experience before moving to another.

Learning C and C++ won't help you in learning C# right now. But it will have a detrimental effect. C# has its own idiom for programming. C has its own and C++ too. You don't want to pick up the wrong approach.

2007-06-23 09:09:49 · answer #1 · answered by csanon 6 · 1 0

I've been using C# professionally for over a year now, and I started with only the most basic of experience with C++, and I don't think it was relevant at all.

I've had experience with other languages, and that experience helped me to build more logical solutions, but there's nothing specific about C/C++ that you need to know.

2007-06-23 16:04:20 · answer #2 · answered by jon.eccleston 1 · 1 0

No. The syntax is slightly different for all of them. You should be okay with just the one C# unless you have an interest in the earlier versions.

Cheers :-)

2007-06-23 15:58:27 · answer #3 · answered by chekeir 6 · 2 0

fedest.com, questions and answers