Jump to content

I Feel Like Giving Up..

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
25 replies to this topic

#1
ExtremeDevilz

ExtremeDevilz

    Newbie

  • Members
  • Pip
  • 3 posts
firstly hello everyone.

I have been trying to learn programming for like a year now,but only to know I have failed each time

I went from

C# - > C/++ - > Java - > PHP


Kept on changing language every time

I started loving programming after found out what you can do with it,I have some online friends who are professional programmers but they are always busy and I dont think they have the time to teach me.

I know basics like input,output,loops,arrays

only to know I keep on forgetting it,people complain I have change programming lang before even knowing on by hard.

I find C# easy to learn and I really want to learn it but I hate books/online tut which comes up with wall of text and history about C# so I need help

#2
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Programming isn't for everyone. Maybe a hobby like photography or collecting coins will better suit you.

#3
ExtremeDevilz

ExtremeDevilz

    Newbie

  • Members
  • Pip
  • 3 posts
no way.I love programming I just having hard time learning it

#4
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Don't give up :) Anything and everything you do in life involves hard work and of course commitment! If you give up now, you might be working hard but your not showing commitment towards your passion!

Don't give up, keep going, keep learning, keep practicing, try your best and you shall succeed, no matter how long it takes.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll have to stick with a language at some point, or you'll just keep relearning the basics. Ultimately, you will probably need at least an ebook, even if there IS a lot of text that is about history. That history can explain a LOT of why things are the way they are.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Whatever you do don't give up if you really like doing this.;) WingedPanther is right though you will need to read what you can or watch videos on youtube or something to help you learn and you will need to pic one of those languages to learn so you know what tutorials you are looking for.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#7
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts

meth0dz_ said:

Programming isn't for everyone. Maybe a hobby like photography or collecting coins will better suit you.

lol

ExtremeDevilz said:

firstly hello everyone.

I have been trying to learn programming for like a year now,but only to know I have failed each time

I went from

C# - > C/++ - > Java - > PHP


Kept on changing language every time

I started loving programming after found out what you can do with it,I have some online friends who are professional programmers but they are always busy and I dont think they have the time to teach me.

I know basics like input,output,loops,arrays

only to know I keep on forgetting it,people complain I have change programming lang before even knowing on by hard.

I find C# easy to learn and I really want to learn it but I hate books/online tut which comes up with wall of text and history about C# so I need help

Well, maybe you just need orientation, school does that job well, aren't you interested in university?

#8
layerpad

layerpad

    Newbie

  • Members
  • Pip
  • 2 posts
Hey, dont give up. If you like what you do, then you will be good at it. Try programming something simple, like a small game or something - and then move onto more complex programs. You'll soon realise when/how/why to use programming concepts. Good luck!

#9
saeras

saeras

    Learning Programmer

  • Members
  • PipPipPip
  • 67 posts
While learning python I've found I keep forgetting about certain syntaxes. Wich is why i always try to have references for the things i learn. For example I've been using pygame very frequently but remembering all the functions is hard so i have Pygame Documentation bookmarked and ready to be up in a few clicks if i need to check something out. I also always have The Python Standard Library — Python v2.6.4 documentation somewhere close.

If you learn something once you should be able to remember it by looking at its correct syntax and a few words about it. So you dont have to go through books and text that give all the logic behind it. Most languages should have some kind off reference site you can bookmark and keep close. And if you for some reason don't like internet site you can use a book and keep reference points in it.

If you don't know what i mean its like having a formula book in calculus.
Posted Image

#10
QuackWare

QuackWare

    Learning Programmer

  • Members
  • PipPipPip
  • 95 posts
Set a project for yourself like creating a copy of the windows calculator and write down all the steps and things you need to do on a piece of paper. As you work through the logic of the program look up anything you might be struggling with on Google. Also try video tutorials and watch as many as you can and try to replicate what they are doing in the tutorial. The more you work at it and the more you practice the better you are going to be.

#11
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts

QuackWare said:

Set a project for yourself like creating a copy of the windows calculator and write down all the steps and things you need to do on a piece of paper. As you work through the logic of the program look up anything you might be struggling with on Google. Also try video tutorials and watch as many as you can and try to replicate what they are doing in the tutorial. The more you work at it and the more you practice the better you are going to be.

Yeah.. totally agree with QuackWare, the best thing to do is to come up with a small project and just go from there. Something that you like, web page, application etc.. personally if you come up with a idea of what you want to code (do not worry about the coding etc, if you have to re-write 1,2,3,4 times so what you are learning) text pad is the classics, or a clock.

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#12
Psynic

Psynic

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
I was having a similar problem. i decided to stick with C# because it seems to have a good balance of simplicity and functionality. one thing im doing right is making a notepad application with the features you might find the real notepad. the fun part is you can keep building and adding more features as you learn more. i dont really know how to use alot in C# yet but i have been asking on the forums whenever i am stuck and have received good help quickly.

Try making your own notepad! the first thing you should do once you have your gui layed out is make a second form and have it open up with your name and why your creating the program upon a click on your toolstripmenu . thats where i started and im really having fun today!