rplease help
-
hello,I'm 18 years old and i'm starting my new computer life now,i wanted to know if i should start with visual c at first or with C# and .net technology,which one is more useful????? thanks,bye. kh-pakdaman™ development studio.
-
hello,I'm 18 years old and i'm starting my new computer life now,i wanted to know if i should start with visual c at first or with C# and .net technology,which one is more useful????? thanks,bye. kh-pakdaman™ development studio.
C# is probably easier to learn than C++ (C/C++ pointers can be scary) Cleek | Image Toolkits | Thumbnail maker
-
hello,I'm 18 years old and i'm starting my new computer life now,i wanted to know if i should start with visual c at first or with C# and .net technology,which one is more useful????? thanks,bye. kh-pakdaman™ development studio.
kh.pakdaman wrote:
...which one is more useful?????
Like any tool, each has its own strengths and weaknesses. Pick the one that best fits the job.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
hello,I'm 18 years old and i'm starting my new computer life now,i wanted to know if i should start with visual c at first or with C# and .net technology,which one is more useful????? thanks,bye. kh-pakdaman™ development studio.
I must say C# is a 100 times easier than C++. I started my career with C++ and am very thankful I did so. After a pretty extensive knowledge of C++, I was forced to learn C# (work related). After programming in C++ for around 2-3 years I moved over to C#. In about a month of programming in C# I was nearly an expert....with the basics at least...because it is so incredible easy after C++ (especially with the tab control). The things you dont have to worry about (deleting stuff). You really appreciate how easy custom control can be made and the reuse of code. Simple things no longer take forever to figure out. Simple things no longer have 5 hidden steps inbetween that noone talks about. (Like for instance finding if the current user is an administrator. I search on the net for 4-5 hours and finally found 1 web site that shows how to do it. In C++ there is about 5 to 6 special functions for this and they all have funky names. In C# I think there is a special namespace for this and its so self explanitory.) Anyway if you are looking for easy I would say C#. Chris
-
hello,I'm 18 years old and i'm starting my new computer life now,i wanted to know if i should start with visual c at first or with C# and .net technology,which one is more useful????? thanks,bye. kh-pakdaman™ development studio.
If you want to be able to look at any language and see what is going on even without knowing that language, learn C++. It will take you longer to learn than Basic, C#, or Java, but once you understand it, you can look at anything else and work well in it with little to no learning curve. Also, is you are planning to go to college and work towards a computer science/computer engineering degree, most of your programming classes will likely be using C++. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac
-
If you want to be able to look at any language and see what is going on even without knowing that language, learn C++. It will take you longer to learn than Basic, C#, or Java, but once you understand it, you can look at anything else and work well in it with little to no learning curve. Also, is you are planning to go to college and work towards a computer science/computer engineering degree, most of your programming classes will likely be using C++. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac
-
All Java at UW Madison. People come out of school not knowing how to really program. I think Java is a fine second or third language, but not a fine first one :( earl
My opinion of Java is that it is a language designed for lazy programmers. Its almost ironic at the moment since the project I'm on at work requires a heafty amount of java programming :( If you learn C++ first (and well), you never need to pick up a Java programming book (just need to look at the documentation on java.sun.com for reference). Going that route also teaches you one very important thing: OO programming is useful, but many times it gets in the way of what you really want to do and a functional or structural language would better serve the purpose. This is one of the reasons why C/C++ is far more versatile than Java, Basic, C#, etc. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac