Where did you begin to learn programming?

Which language do you prefer and why?

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • 4

57 Replies - 6403 Views - Last Post: 29 July 2011 - 03:03 PM

#31 Mikhail  Icon User is online

  • Bastard Operator From Hell
  • member icon

Reputation: 53
  • View blog
  • Posts: 1,369
  • Joined: 26-October 07

Re: Where did you begin to learn programming?

Posted 23 June 2008 - 07:03 PM

I wouldn't say C,C++ are bad languages I know both the main thing I can say that either of the languages C or Perl take or give are useful for their own purposes.
Was This Post Helpful? 0
  • +
  • -

#32 OliveOyl3471  Icon User is offline

  • Everybody's crazy but me!
  • member icon

Reputation: 134
  • View blog
  • Posts: 6,581
  • Joined: 11-July 07

Re: Where did you begin to learn programming?

Posted 24 June 2008 - 01:32 AM

View Postbiggles2008, on 18 Jun, 2008 - 12:10 PM, said:

Where did you learn to program? School, websites, books???

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.

View Postmikeblas, on 20 Jun, 2008 - 05:02 AM, said:

I started with machine language -- not even assembler. I think everyone should, as I meet lots of developers who don't know how computers actually work yet insist they can write great code.


Machine language? You mean like this: 110011100101 ?

This post has been edited by OliveOyl3471: 24 June 2008 - 10:51 PM

Was This Post Helpful? 0
  • +
  • -

#33 BenignDesign  Icon User is offline

  • I cause cancer.
  • member icon




Reputation: 4662
  • View blog
  • Posts: 8,888
  • Joined: 28-September 07

Re: Where did you begin to learn programming?

Posted 24 June 2008 - 03:52 AM

View Postbiggles2008, on 18 Jun, 2008 - 01:10 PM, said:

Where did you learn to program? School, websites, books???


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.
Was This Post Helpful? 0
  • +
  • -

#34 zippziggy  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 11
  • Joined: 21-June 08

Re: Where did you begin to learn programming?

Posted 25 June 2008 - 06:40 AM

I started with HTML, which i guess technically is'nt a programming language, then I worked a little with python, and RUBY. I really don't use either of them anymore. Then I started learning my favorite language, C#.
Was This Post Helpful? 0
  • +
  • -

#35 Einherjar  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 73
  • Joined: 10-February 08

Re: Where did you begin to learn programming?

Posted 25 June 2008 - 02:31 PM

I started learning programming back when I was in 9th grade by picking up books on C. From there I went to C++, eventually Java, some C#, php blah blah blah. I'm currently in college and have been working towards a computer science degree so school is also teaching me as well.

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.
Was This Post Helpful? 0
  • +
  • -

#36 gabehabe  Icon User is online

  • GabehabeSwamp
  • member icon




Reputation: 1346
  • View blog
  • Posts: 10,918
  • Joined: 06-February 08

Re: Where did you begin to learn programming?

Posted 25 June 2008 - 03:40 PM

View PostOliveOyl3471, on 24 Jun, 2008 - 09:32 AM, said:

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:

View PostOliveOyl3471, on 24 Jun, 2008 - 09:32 AM, said:

Machine language? You mean like this: 110011100101 ?

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 :blush:]

It's no experience necessary, but I like to be ahead :P
Was This Post Helpful? 0
  • +
  • -

#37 polymath  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 52
  • View blog
  • Posts: 670
  • Joined: 04-April 08

Re: Where did you begin to learn programming?

Posted 26 June 2008 - 09:26 AM

Quote

Quote

QUOTE(OliveOyl3471 @ 24 Jun, 2008 - 09:32 AM)
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

Was This Post Helpful? 0
  • +
  • -

#38 gabehabe  Icon User is online

  • GabehabeSwamp
  • member icon




Reputation: 1346
  • View blog
  • Posts: 10,918
  • Joined: 06-February 08

Re: Where did you begin to learn programming?

Posted 26 June 2008 - 10:28 AM

Same here, I've learned everything I know thanks to the internet :)
Was This Post Helpful? 0
  • +
  • -

#39 PixelCard  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 46
  • View blog
  • Posts: 139
  • Joined: 20-June 08

Re: Where did you begin to learn programming?

Posted 26 June 2008 - 02:28 PM

I've learned everything with the help of books (lots of books), Internet and of course my parents (since they work with programming languages). I still consider that the best way of learning a programming language is to get a real-world experience (such as creating something you need). But, of course, books and online tutorials are a great way to get a head-start.
Was This Post Helpful? 0
  • +
  • -

#40 nirvanarupali  Icon User is offline

  • D.I.C Stomach
  • member icon

Reputation: 13
  • View blog
  • Posts: 1,119
  • Joined: 01-August 07

Re: Where did you begin to learn programming?

Posted 26 June 2008 - 10:48 PM

Quote

I taught myself C++ without anything but me, my brain


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

Was This Post Helpful? 0
  • +
  • -

#41 gabehabe  Icon User is online

  • GabehabeSwamp
  • member icon




Reputation: 1346
  • View blog
  • Posts: 10,918
  • Joined: 06-February 08

Re: Where did you begin to learn programming?

Posted 27 June 2008 - 05:48 AM

Correction, I learned from 3 books. How could I forget them?

But the majority of my learning has been done with online tutorials :)
Was This Post Helpful? 0
  • +
  • -

#42 polymath  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 52
  • View blog
  • Posts: 670
  • Joined: 04-April 08

Re: Where did you begin to learn programming?

Posted 27 June 2008 - 08:28 AM

View Postnirvanarupali, on 27 Jun, 2008 - 01:48 AM, said:

Quote

I taught myself C++ without anything but me, my brain


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

Lies, all Lies!!

Was This Post Helpful? 0
  • +
  • -

#43 mikeblas  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 43
  • View blog
  • Posts: 390
  • Joined: 08-February 08

Re: Where did you begin to learn programming?

Posted 30 June 2008 - 09:22 PM

View PostOliveOyl3471, on 24 Jun, 2008 - 01:32 AM, said:

Machine language? You mean like this: 110011100101 ?

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.
Was This Post Helpful? 0
  • +
  • -

#44 no2pencil  Icon User is offline

  • Original Digital Gansta
  • member icon

Reputation: 4466
  • View blog
  • Posts: 24,916
  • Joined: 10-May 07

Re: Where did you begin to learn programming?

Posted 30 June 2008 - 09:37 PM

View PostAmadeus, on 20 Jun, 2008 - 08:22 AM, said:

That being said, I have no problem with their use at all - the speed up application development and make programming accessible to a wider segment of people (which I think is great). I just prefer people to have a lower level understanding of what's actually going on. Anyone can write cout<<"Hello World"<<endl;, but a decided ly smaller set of programmers could explain to you how that translates from keystrokes to implementation.

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.
Was This Post Helpful? 0
  • +
  • -

#45 captainhampton  Icon User is offline

  • Jawsome++;
  • member icon

Reputation: 12
  • View blog
  • Posts: 548
  • Joined: 17-October 07

Re: Where did you begin to learn programming?

Posted 01 July 2008 - 09:03 AM

The material to learn programming is everywhere, it's really all about motive and dedication to the topic to get you going on the language.
Was This Post Helpful? 0
  • +
  • -

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • 4