Where did you begin to learn programming?Which language do you prefer and why?
57 Replies - 6403 Views - Last Post: 29 July 2011 - 03:03 PM
#31
Re: Where did you begin to learn programming?
Posted 23 June 2008 - 07:03 PM
#32
Re: Where did you begin to learn programming?
Posted 24 June 2008 - 01:32 AM
biggles2008, on 18 Jun, 2008 - 12:10 PM, said:
Also which language do you prefer and why?
I started learning in college. Continuing learning at dic.
C# is my favorite probably because it's the one I started learning most recently, so it's the freshest in my memory. I also like C++ and VB.
One of my instructors said we ought to learn COBOL, but it's not being taught anywhere that I know of.
mikeblas, on 20 Jun, 2008 - 05:02 AM, said:
Machine language? You mean like this: 110011100101 ?
This post has been edited by OliveOyl3471: 24 June 2008 - 10:51 PM
#33
Re: Where did you begin to learn programming?
Posted 24 June 2008 - 03:52 AM
biggles2008, on 18 Jun, 2008 - 01:10 PM, said:
All of the above.
I learned BASIC in high school.
I learned C++, VB and COBOL in college.
I learned to write DOS batch files, UNIX scripts and SQL queries from books.
I learned web languages (HTML/XHTML, CSS, PHP, Javascript, Flash/Actionscript, XML) from websites.
I prefer HTML/XHTML and CSS just because it's easy to do. But I also do a lot of PHP scripting these days - writing logins, database access panels and content management systems.
#34
Re: Where did you begin to learn programming?
Posted 25 June 2008 - 06:40 AM
#35
Re: Where did you begin to learn programming?
Posted 25 June 2008 - 02:31 PM
I would say my favorite language is C++. I don't really know why, other than the fact that I've programmed in it the most compared to other languages so I feel right at home.
#36
Re: Where did you begin to learn programming?
Posted 25 June 2008 - 03:40 PM
OliveOyl3471, on 24 Jun, 2008 - 09:32 AM, said:
OliveOyl3471, on 24 Jun, 2008 - 09:32 AM, said:
I'm not too sure about machine language but that's binary
I just started learning C# since I've applied for an apprenticeship [interview tomorrow, totally nervous
It's no experience necessary, but I like to be ahead
#37
Re: Where did you begin to learn programming?
Posted 26 June 2008 - 09:26 AM
Quote
Quote
One of my instructors said we ought to learn COBOL, but it's not being taught anywhere that I know of.
That's no excuse! You can teach yourself anything! wink.gif
I taught myself C++ without anything but me, my brain, and a few online tutorials. Sure, not the fastest or easiest way to learn a language, but hey, its an option.
This post has been edited by polymath: 26 June 2008 - 09:29 AM
#38
Re: Where did you begin to learn programming?
Posted 26 June 2008 - 10:28 AM
#39
Re: Where did you begin to learn programming?
Posted 26 June 2008 - 02:28 PM
#40
Re: Where did you begin to learn programming?
Posted 26 June 2008 - 10:48 PM
Quote
You mean you taught yourself C++ without books? Man, you're genius.
I taught myself C++ too but with a lot of books.
This post has been edited by nirvanarupali: 26 June 2008 - 10:49 PM
#41
Re: Where did you begin to learn programming?
Posted 27 June 2008 - 05:48 AM
But the majority of my learning has been done with online tutorials
#42
Re: Where did you begin to learn programming?
Posted 27 June 2008 - 08:28 AM
nirvanarupali, on 27 Jun, 2008 - 01:48 AM, said:
Quote
You mean you taught yourself C++ without books? Man, you're genius.
I taught myself C++ too but with a lot of books.
If my parents saw me walking out of a library with a c++ book, they would flip. They're anti-technology. That's why I always sound like an idiot in the c++ forum when I'm wrong and i'm trying to help someone:
Quote
#43
Re: Where did you begin to learn programming?
Posted 30 June 2008 - 09:22 PM
OliveOyl3471, on 24 Jun, 2008 - 01:32 AM, said:
Yes, kind of.
Assembly is a language that you feed an assembler, and it outputs machine language. C++ is a language you feed a C++ compiler, an it outputs machine language.
Machine language is the language the CPU speaks, regardless of how it is represented -- hex, octal, or binary, take your pick. You're writing the bytes yourself, without the benefit of any symbols or mnemonics or higher-level abstractions.
#44
Re: Where did you begin to learn programming?
Posted 30 June 2008 - 09:37 PM
Amadeus, on 20 Jun, 2008 - 08:22 AM, said:
My friend (whom writes in VB) & I have gone back & forth over this argument more times than I can remember!
My argument, knowledge of the program at the lowest level is the most important.
My friends argument, speed & efficiency. The wheel already exists, use it, don't study it.
The funny thing is, we actually make a good team (when working on Windows apps) because he can do the interface overnight, & I can implement DLL's for speeding up repetition.
& being that we can be mortal enemies on a friend level is great, because we've actually had code-offs (after a heated argument lol), & then review what one another had accomplished.
#45
Re: Where did you begin to learn programming?
Posted 01 July 2008 - 09:03 AM
|
|

New Topic/Question
Reply



MultiQuote













|