Programming Language for a Beginner.

Discussion about hacker.org's server
Post Reply
sSniper
Posts: 30
Joined: Sat Aug 23, 2008 11:18 am

Programming Language for a Beginner.

Post by sSniper »

Which language do you think would be perfect for a beginner like me? I kinda know the basics and how the stuff works, but can't choose a damn language.
Help me out a bit please?
I was thinking Visual Basic for messing around, or C/C++ for more advanced stuff. And Like many other people on here, I'd like to learn basic "Hacks". Like a file that shuts down explorer.exe or something.

One language for making Windows Applications/tools and one language for Hacking and joke tools.
User avatar
Grand_Master
Posts: 81
Joined: Mon Aug 18, 2008 3:07 pm
Location: Sweden

Post by Grand_Master »

As far as I've understood, ther's reallytwo really popular languages worth thinking of.

C++ for hardcore programming, and Java for simpler programming. (Not that I want to call Java "simple", you have great possibilities in Java, too.)

"Hackers/Crackers" seem to often prefer python, but I think that's getting old.

For example Batch. It's a great language to make fast results. In many cases it's really nice to "work" in. It can really, only be used for very simple programming/scripting, however.

Your choice of language should be dependent on what you want to program.
"Learn, grow, teach."
azelmj
Posts: 13
Joined: Sun Jul 13, 2008 1:40 am
Location: MicroChip

Post by azelmj »

all programming languages are the same..
User avatar
Grand_Master
Posts: 81
Joined: Mon Aug 18, 2008 3:07 pm
Location: Sweden

Post by Grand_Master »

azelmj wrote:all programming languages are the same..
All programming languages are not the same!
There's great differences.
"Learn, grow, teach."
User avatar
macros
Posts: 18
Joined: Wed Aug 27, 2008 7:27 am

Post by macros »

What about PHP and JavaScript ? Why to learn С and C++ ???
The_Dark_Avenger
Posts: 115
Joined: Wed Jun 11, 2008 9:47 pm

Post by The_Dark_Avenger »

macros wrote:What about PHP and JavaScript ? Why to learn С and C++ ???
PHP and JavaScript are web programming languages... a lot of sites are written in PHP... Quite a lot have Javascript (and some of these sites are vulnerable, BTW)...
C (and newer C++) are compiled languages... A lot of programs are written in C... linux kernel is written in C... Possibilities of this language are very big...
It's gonna be a good idea to know all of these languages...
User avatar
macros
Posts: 18
Joined: Wed Aug 27, 2008 7:27 am

Post by macros »

The_Dark_Avenger wrote:
macros wrote:What about PHP and JavaScript ? Why to learn С and C++ ???
PHP and JavaScript are web programming languages... a lot of sites are written in PHP... Quite a lot have Javascript (and some of these sites are vulnerable, BTW)...
C (and newer C++) are compiled languages... A lot of programs are written in C... linux kernel is written in C... Possibilities of this language are very big...
It's gonna be a good idea to know all of these languages...
I mean, that sSniper can begin with learning php :) Its cool programming language !

PS forgive for my English
therethinker
Posts: 144
Joined: Fri Mar 28, 2008 11:29 pm
Location: #hacker.org on Freenode

Post by therethinker »

azelmj wrote:all programming languages are the same..
Technically, he's right by the Church–Turing thesis. It just becomes a matter on how you get there. Some languages are just easier to use than others.
Post Reply