Page 1 of 1

Programming Language for a Beginner.

Posted: Sat Aug 23, 2008 11:58 am
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.

Posted: Sat Aug 23, 2008 12:19 pm
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.

Posted: Sat Aug 23, 2008 10:07 pm
by azelmj
all programming languages are the same..

Posted: Sun Aug 24, 2008 1:12 pm
by Grand_Master
azelmj wrote:all programming languages are the same..
All programming languages are not the same!
There's great differences.

Posted: Wed Aug 27, 2008 1:55 pm
by macros
What about PHP and JavaScript ? Why to learn С and C++ ???

Posted: Wed Aug 27, 2008 5:11 pm
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...

Posted: Wed Aug 27, 2008 6:05 pm
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

Posted: Thu Aug 28, 2008 3:16 pm
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.