I have to learn programming next year at university. Because I'm doing physical sciences and everything is done on computers.
I'm sort of looking forward to it.
I'm sort of looking forward to it.
thank you very muchLacsapix said:I've learned it from this guycookieXkiller said:whats the best way to learn c++ ?Lacsapix said:#1 Visual Basic
#2 Html
#3 java/C++
the teacher here has full tutorials of almost every programing language out there.
I won't deny some self-taught programmers are excellent, I also won't deny that I had to teach myself a vast amount of things in the course of my degree.The_root_of_all_evil said:Having done a Software Engineering degree, I'd advise the opposite. Most of the really good programmers I know are self-taught, who just happen to go along with the degree. The degree itself attempts to teach you stuff you will never need, because the syllabus is always playing catch up.AC10 said:If you want to become an expert programmer you should start off with a degree in computer science or software engineering and go from there.
Seriously, for my first six months we never used a computer once.
Get some work experience using SAGE or some such while learning in your spare time. The degree is a piece of paper you can easily get from a distance course.
Programming is fun if you enjoy troubleshooting. I enjoy it, but some people really struggle to get the hang of it.martin said:I have to learn programming next year at university. Because I'm doing physical sciences and everything is done on computers.
I'm sort of looking forward to it.
C really is not advisable for a complete newbie trying to learn on his own, if he does we may find him hanging from the ceiling in a couple of days.CyberSkull said:For programming, start with C. Despite what Microsoft would have your believe, C is the foundation that pretty much every OS and device is built on. With C you will learn not only the basics of programming but also a good foundation in how computers work.