Chat LIVE With Programming Experts! There Are 23 Online Right Now...

Welcome to Dream.In.Code
Become an Expert!

Join 244,146 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,352 people online right now. Registration is fast and FREE... Join Now!




Do you think programming is hard to learn?

3 Pages V  1 2 3 >  
Reply to this topicStart new topic

Do you think programming is hard to learn?

abgorn
6 Aug, 2008 - 10:26 AM
Post #1

sudo apt-get install brain
Group Icon

Joined: 5 Jun, 2008
Posts: 1,255



Thanked: 9 times
Dream Kudos: 50
My Contributions
I've been programming in Java for a couple of months and I personally think it's damn EASY! But I was think about what the ret of you think about it. So how long did it take you to become compitent at programming and was it easy to get to that level of compitence?

User is online!Profile CardPM
+Quote Post


DeCompile
RE: Do You Think Programming Is Hard To Learn?
6 Aug, 2008 - 11:53 PM
Post #2

D.I.C Head
**

Joined: 20 Jul, 2008
Posts: 249



Thanked: 12 times
My Contributions
Programming is easy.

Nothing says I'm a programmer than writing a 'Hello World' program.

It's the really nitty gritty stuff that is difficult to learn, writing algorithms, solving problems, dealing with the user interface.

Unfortunately, programming is an art form, and what one person will do another will shun.

Every programmer has his / her own style of writing. It all depends on what they've written, and where their experience lays.
User is offlineProfile CardPM
+Quote Post

Tom9729
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 04:18 AM
Post #3

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,935



Thanked: 40 times
Dream Kudos: 400
My Contributions
Learning how to program isn't really any different from learning in general.
User is offlineProfile CardPM
+Quote Post

jjsaw5
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 04:28 AM
Post #4

I must break you
Group Icon

Joined: 4 Jan, 2008
Posts: 2,332



Thanked: 18 times
Dream Kudos: 125
My Contributions
I don't think its too hard, I think it all depends on how much you put into it is what you are going to get out of it.
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:01 AM
Post #5

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
I don't think its hard. I'm amazed by the number of posters that can't even read the directions (required functions, variables, etc...)

Learn to read, write, and do simple arithmetic and you can teach yourself anything else.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:08 AM
Post #6

That Just Happened!
Group Icon

Joined: 14 Sep, 2007
Posts: 5,899



Thanked: 33 times
Dream Kudos: 325
My Contributions
I was actually going to post a new topic of discussion about learning methods.

I have been coding for over 8 years, mostly scripting with HTML, CSS, JavaScript and PHP.

I have taken several classes on C++, C Programming, Java, and also self teaching myself the likes of Python, PHP etc.

I can basically code a web page in my sleep HTML is a second language for me as with CSS.

However I have a hard time working with C, C++ and JAVA. I have been seriously cramming C/C++ down my throat reading over 3-4 books at a time and I cannot grasp it or get comfortable with it. I can read for days and still cant grasp much of it. I mean I know C/C++ but I can not seem to master it.

I am wondering what are the best ways to teach yourself to learn. It seems as I get older my attention span gets shorter, I have ADHD as it is. Until I learn a good method to teach myself good learning techniques I will have to struggle making sense of these 800+ page books that might as well be written in Chinese for me.
User is offlineProfile CardPM
+Quote Post

biggles2008
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:10 AM
Post #7

Coitus...lol
Group Icon

Joined: 5 Mar, 2008
Posts: 570



Thanked: 1 times
Dream Kudos: 150
My Contributions
Well, It all depends on the language IMO.

Personally i suck and forget things sad.gif I Started with VB.NET and i agree that is very easy but i tried C++ and yes Hello World is easy but its the rest that do you.

I suck at programming and its only my curiosity that spurs me on. But i go to college next month and with proper tuition not crappy ebooks from the net i think i'll pick it up soon enough

I am doing : http://www.wigan-leigh.ac.uk/0304/sec_Sear...il2.asp?CID=285
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:11 AM
Post #8

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
I work my way through books. Read a chapter--implement examples in the book. then implement my own twist. Verify that it works. Repeat if I still don't understand the concept. go online for supplemental information. So on and so forth.

Then again, there are many learning styles. Mine is reading.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:14 AM
Post #9

That Just Happened!
Group Icon

Joined: 14 Sep, 2007
Posts: 5,899



Thanked: 33 times
Dream Kudos: 325
My Contributions
Reading like I said is easy, but maybe instead of just working with the examples I should create a mini program of my own liking to make sure I am comprehending the lesson being taught.

I found it easier to learn when I was blowing 45,000.00 on a piece of paper.
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:15 AM
Post #10

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
That's how i would go about it. A spin off of the idea of that chapter is a good way to put it.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:16 AM
Post #11

That Just Happened!
Group Icon

Joined: 14 Sep, 2007
Posts: 5,899



Thanked: 33 times
Dream Kudos: 325
My Contributions
I have been cramming 3 books on C/C++ right now.

C++ for Linux in 21 Days
Game Programming All In One
C Programming FAQ


Once I get comfortable in C/C++. Finish my basic card game and another easy game or two. I will apply the knowledge to JAVA as well - as much as I hate that language a lot of employers seem to be hiring for it and I am sick of being unemployed right now.

My Web Development skills don't bid as well as JAVA and .NET or even C++ Developer offers.

This post has been edited by Nykc: 7 Aug, 2008 - 07:18 AM
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:20 AM
Post #12

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
I've ordered these two books, should arrive soon:

Book written by the C++ creator himself

and

Low level memory things in C++

After I go through them I shall proclaim their awesomeness or epic failures.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:23 AM
Post #13

That Just Happened!
Group Icon

Joined: 14 Sep, 2007
Posts: 5,899



Thanked: 33 times
Dream Kudos: 325
My Contributions
I almost purchased Stroudstrup's books as well.
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:25 AM
Post #14

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
It came highly recommended
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:32 AM
Post #15

That Just Happened!
Group Icon

Joined: 14 Sep, 2007
Posts: 5,899



Thanked: 33 times
Dream Kudos: 325
My Contributions
I was flipping through it, the guy knows his shit.

lol - its his language, I wish he would write some of it in English! Jibberish can be so hard to translate.
User is offlineProfile CardPM
+Quote Post

KYA
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:34 AM
Post #16

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 9,508



Thanked: 363 times
Dream Kudos: 2550
Expert In: C, C++, Java

My Contributions
So true smile.gif
User is offlineProfile CardPM
+Quote Post

Mikhail
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 07:42 AM
Post #17

Infinity ∞
Group Icon

Joined: 26 Oct, 2007
Posts: 1,051



Thanked: 1 times
Dream Kudos: 250
My Contributions
As for me I don't think it is hard but it depends on how much time you put into it.

The way I do it: Read each chapter, do the exercises, implement your own rewrite, and test if it work, so for me it is lather,rinse, and repeat until I understand how to do it.
User is offlineProfile CardPM
+Quote Post

abgorn
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 08:01 AM
Post #18

sudo apt-get install brain
Group Icon

Joined: 5 Jun, 2008
Posts: 1,255



Thanked: 9 times
Dream Kudos: 50
My Contributions
I never really kept to uch to the books. I read a chapter and if I didn't understand it, looked on the nternet for snippets, sort explanations aswell as other things. Or I'd jsut leave it for aslong as needed and then when I come back, hay-presto! I understand it with great ease!
User is online!Profile CardPM
+Quote Post

MrWobbles
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 08:08 AM
Post #19

D.I.C Head
Group Icon

Joined: 11 Apr, 2008
Posts: 208



Thanked: 9 times
Dream Kudos: 25
My Contributions
I probably don't know nearly as many languages as some of the people here at dreamincode, but from my experience, having taken college courses in Java, the object-oriented languages I know use the same logic - and usually the same syntax for basic stuff (if..else/while/etc...) and the rest is just getting to know the ins and outs of the rest of the syntax... I am going to be teaching myself C++ soon, I use mostly the internet (tutorials and what not) and learn by doing, thats what works for me.
User is offlineProfile CardPM
+Quote Post

IMU
RE: Do You Think Programming Is Hard To Learn?
7 Aug, 2008 - 06:13 PM
Post #20

New D.I.C Head
*

Joined: 7 Aug, 2008
Posts: 38

programming is easy..some hard work is required.
User is offlineProfile CardPM
+Quote Post

3 Pages V  1 2 3 >
Fast ReplyReply to this topicStart new topic

Time is now: 7/4/09 04:04AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month