Author Topic: What Should I Learn?  (Read 2426 times)

0 Members and 1 Guest are viewing this topic.

Offline Dreamer

  • Serf
  • *
  • Posts: 22
  • Cookies: 2
    • View Profile
What Should I Learn?
« on: June 06, 2012, 01:11:32 am »
Summer is here and I am making a list of things for me to learn (computers) I want A computer related job when Im older and now is a good time to start learning.
So far somethings in my list are
Binary, hex etc.
Programming languages (definitly a form of C to start)
About algorythms (just something off the top of my head.)
How computers work.

Q1. Maybe some suggestions as to some things I must learn?
Q2. Do you think I should learn C or C++?
Q3. What should I learn first?
Q4. Maybe some books or places I can learn about some of these things.

Yes I have high aims :D .

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: What Should I Learn?
« Reply #1 on: June 06, 2012, 05:25:53 am »
Learn computer architecture, how to build one. Learn programming and code a lot. Rest will come in naturally if you do it right by reading lots of stuff. It's more or less how I started.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: What Should I Learn?
« Reply #2 on: June 06, 2012, 06:31:37 am »
I would suggest learning C before C++, but that's just me. As for the computer itself, look up A+ certification test questions and study guides and look in the ebook section.


You might also want to brush upon networking as well, but honestly, programming will take up all your time.


If C is too technical, you might want to start off with something higher typed like Python or Pearl.
>>>import this
-----------------------------

Offline Dreamer

  • Serf
  • *
  • Posts: 22
  • Cookies: 2
    • View Profile
Re: What Should I Learn?
« Reply #3 on: June 06, 2012, 12:54:05 pm »
I have learned bits of Python and PHP but im still basically a beginner. I feel I can learn a language like C/C++

Offline centizen

  • Peasant
  • *
  • Posts: 70
  • Cookies: 8
  • Certified Evil Genius
    • View Profile
Re: What Should I Learn?
« Reply #4 on: June 06, 2012, 02:43:22 pm »
don't learn languages just for the sake of learning languages. truly it is a waste of time. What would be best for you, is to continue on with your learning of Python and start trying to understand the theory behind programming. You can learn 10 languages still have no idea what to say in any of them, or you can learn the ins and outs of one language, and use that to understand the functional line of thinking behind becoming a programmer

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: What Should I Learn?
« Reply #5 on: June 06, 2012, 02:57:47 pm »
don't learn languages just for the sake of learning languages. truly it is a waste of time. What would be best for you, is to continue on with your learning of Python and start trying to understand the theory behind programming. You can learn 10 languages still have no idea what to say in any of them, or you can learn the ins and outs of one language, and use that to understand the functional line of thinking behind becoming a programmer
^^This.
>>>import this
-----------------------------

Offline Dreamer

  • Serf
  • *
  • Posts: 22
  • Cookies: 2
    • View Profile
Re: What Should I Learn?
« Reply #6 on: June 06, 2012, 04:55:39 pm »
I would of thought what would be best for me is to learn the language that will help me best in the future, what I will need when I'm older. What one is best when it comes to being a good 'cracker'
and what one gets the best jobs?

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: What Should I Learn?
« Reply #7 on: June 06, 2012, 05:04:40 pm »
Quote
the future, what I will need when I'm older. What one is best when it comes to being a good 'cracker'
and what one gets the best jobs?
For cracking, C/ C++ & ASM.
For jobs, I suppose C# & Java.
For both, some scripting language such as perl or python will be helpful.

L0rd_M@dness

  • Guest
Re: What Should I Learn?
« Reply #8 on: June 06, 2012, 05:52:38 pm »
Artificial Neural Networks, Kernel Development, Networking, Cryptanalysis. My personal suggestions, if you're looking for power.
For a beginning, I suggest C, then C++, then Java (for Data Structures), then maybe ASM; I'm against learning several programming languages tho, it's really unnecessary. The thing that matters is how you can implement particular algorithms using the ones you already know.

Offline ngocminh1704

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: What Should I Learn?
« Reply #9 on: June 06, 2012, 06:18:08 pm »
I think you should start with html, then C, C+,C#,Java,...  and definitely Python. Python is not difficult to learn, but it is very strong.