![]() |
|
Maybe you want to read this before programming - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Maybe you want to read this before programming (/Thread-Maybe-you-want-to-read-this-before-programming) |
Maybe you want to read this before programming - Ligeti - 02-03-2014 Hello This is not a tutorial, and not a guide, this is my personal (and humble) opinion about what you should learn to understand programming (in general) First, I would like to say something about hacking: Hacking is not all about IT security, most people (even here in HC) define a hacker as an "IT security geek" which is not at ALL true! a hacker can be talented in anything, composing music, cooking food, reading poems, diving into volcanoes ... no that would be classified as stupid! *joking* Hacking is an extreme interest, in how stuff work (knowledge with great amount of details) by disassembling and reassembling if possible, it is also an attitude, some people are born with this attitude, others work hard to achieve it. So you want to learn how to program and you don't know where to start (totally lost)? OK... here is my answer:
Don't waste time now on OOP (object oriented programming), YES DO NOT FOCUS ON OOP NOW!!! Alright? It will come to you in time... because OOP takes time to fully understand (specially if you are speaking C++), Don't rush, there are more important stuff to learn now! Don't focus on pretty interfaces and GUIs, GUI is important, but %99 of the tools I like to use has no GUI! Delphi, Java and .Net are languages (or programming environments) used for big projects, you wont need that now (or ever)... OK, another thing, when learning a programming language, you should know -at least- how to:
And you must know something about communication... I mean, what is RS232, to connect to a mobile phone and send a message from the PC (Bluetooth) using AT Commands (specially Samsung and iPhones) Some facts:
Of course... there is more to all that, but I think that it is enough for now, and if you want to learn more, search the forum and I am sure that you will find it, if you can't you can always request a tutorial, or you can just ask me and I will post one here on HC (and I may post many tutorials soon) Very Important: I am too old, and too tired to argue with anyone, I don't do "competitions" if you know what I mean... I am here just to help whenever I can, but mainly... I am here to make friends, so be one ![]() Thank you Ligeti (Source: Ligeti++) RE: Maybe you want to read this before programming - kenjoe41 - 02-03-2014 and i have to say it was a good read. Talking about having a hacker mentality in everything they do plus not lose motivation as this fild is always interesting. About the important note(i have to skip it) and say the OOP in languages like C++ will come automatically because encapsultion and data hiding oly comes with OOP which you will always do in a reasonable project. RE: Maybe you want to read this before programming - Ligeti - 02-03-2014 Hackers code scripts, and program tools, they do get board of repeating the same thing over and over again, so that's why they don't do huge projects (except for a good cause, or a noble reason), it sounds like we are talking about the knights of the round table! lol Well, I hate to talk about hackers as if they are all were instances of the same class (same as objects in OOP) *joking* but from what I personally saw and know, and IMHO that what I said above in this post is true, if you consider the definition of a hacker in the main thread! (I hope I am not confusing anyone as usual) Thank you for your note (which I totally agree with), and peace!
RE: Maybe you want to read this before programming - Ligeti - 02-06-2014 (02-06-2014, 12:09 AM)remo sarkar Wrote: hi i want to become a hacker. You can find lot's of good information here: http://www.hackcommunity.com/Forum-From-noob-to-hacker, why not search there for what you want? Or just browse the forum ... maybe you will find something you like to start with! Good luck
RE: Maybe you want to read this before programming - Anacreon - 02-15-2014 My first time on programming I spend on Delphi and I can, next time I learn many thing like Vb, Phyton, C, C++, Javascript, and other stuff programming (I very like to do a new thing.). But in the end, I focus to HTML5, PHP, CSS, javascript, and absolutely Photoshop lol. Very nice Thread my friend mile:
RE: Maybe you want to read this before programming - Anacreon - 02-15-2014 My first time on programming I spend on Delphi and I can, next time I learn many thing like Vb, Phyton, C, C++, Javascript, and other stuff programming (I very like to do a new thing.). But in the end, I focus to HTML5, PHP, CSS, javascript, and absolutely Photoshop lol. Very nice Thread my friend mile:
RE: Maybe you want to read this before programming - Ligeti - 02-15-2014 Glad you like it, and thanks for the I like HTML5 a lot, in fact whenever I look at high quality HTML5 websites (http://www.ebizmba.com/articles/best-html5-websites), I start thinking about starting my own demo... Thanks for the kind words, best of luck and happy coding ![]() Thank you RE: Maybe you want to read this before programming - Ligeti - 02-15-2014 Glad you like it, and thanks for the I like HTML5 a lot, in fact whenever I look at high quality HTML5 websites (http://www.ebizmba.com/articles/best-html5-websites), I start thinking about starting my own demo... Thanks for the kind words, best of luck and happy coding ![]() Thank you RE: Maybe you want to read this before programming - Dionaea - 02-15-2014 (02-03-2014, 06:47 PM)kenjoe41 Wrote: and i have to say it was a good read. Talking about having a hacker mentality in everything they do plus not lose motivation as this fild is always interesting. I feel that OOP is important as well. I didn't start learning with the intention of being a hacker, and so I don't mind learning things even if they may not matter to being a hacker. I want to have a general grasp of being a programmer and also being a good penetration tester. RE: Maybe you want to read this before programming - Dionaea - 02-15-2014 (02-03-2014, 06:47 PM)kenjoe41 Wrote: and i have to say it was a good read. Talking about having a hacker mentality in everything they do plus not lose motivation as this fild is always interesting. I feel that OOP is important as well. I didn't start learning with the intention of being a hacker, and so I don't mind learning things even if they may not matter to being a hacker. I want to have a general grasp of being a programmer and also being a good penetration tester. |