How easy is it to program in C# ?
I am an idiot that even a known dumb can dare to play games with
Teach me please
Printable View
How easy is it to program in C# ?
I am an idiot that even a known dumb can dare to play games with
Teach me please
This easy |---------------|
In all serious, it will vary on if the person has had previous experience with programming, from a language and syntax perspective, I'd say moderately easy, however I had experience in VB.NET then I decided to learn the native .NET language, can't stand to look at VB now :).
Visual C++ Is a little more difficult from a syntax perspective IMO, but you might as well learn unmanaged C++ if you going to do that.
They all get complied into the same IL code and have few differences, so paychecks and personal preferance.
I am making questions not for any kind of tests, not even sickening homework I wish to accomplis
I don't like to enjoy "oh what can i do, it is all fait accomplis", I need to only know how easy it is, and I do C#(Cee SHARP not Cee pound) not C++ -managed or unmanaged. Thanks.
That's an impossible to answer question unfortunately. There's no way to objectively measure and answer that question.Quote:
I need to only know how easy it is
That's probably the best answer you're going to get off anyone. All anyone can really say is "It's easier than C++". That doesn't mean it's easy though.Quote:
This easy |---------------|
Thank you for joining You can tell us your own experience about C# to ******** my question. My family is busy counting what harvested during the day. Im gonna see you soon tomorrow in hope if your useful replies
**** I didn't write '*******" wy it turns into * joining one after the oter
<ADMIN: Don't write misspelled versions of filtered words either. That is a violation of this forums acceptable usage policy. - Brad>
PHP Code:enum CSharpEasiness
{
Easy,
Incomprehensible
}
class Jerk
{
public virtual int IQ { get { return 0; } }
}
class Boombaby : Jerk
{
public override int IQ { get { return -((int)Math.E); } }
}
class CrystalBall
{
public CSharpEasiness TellMeHowDifficultCSharpIs(Jerk jerk)
{
if (jerk is Boombaby)
throw new ArgumentOutOfRangeException(CSharpEasiness.Incomprehensible.ToString());
else
return CSharpEasiness.Easy;
}
}
class FortuneTeller
{
private static CrystalBall crystalBall = new CrystalBall();
static void Main(string[] __)
{
Console.WriteLine(FortuneTeller.crystalBall.TellMeHowDifficultCSharpIs(new Boombaby()).ToString());
}
}
Thank you for ur input, is code taken from Germany near France and Italy or is that done by Mick Rhinosevich from Mars ?
Oh, i'm sorry. Let me answer properly:
It is extremely complex and difficult to create a good application using C#. It is probably one of the hardest things you can do in life.
Would you please stop feeding the troll.
LOL :)Code:public override int IQ { get { return -((int)Math.E); } }
It is very easy. What isn't so easy is to make programm which does something meanigfull and usefull, users like it and it is maintanable.