FileZ

Since you can get hacking programs elsewhere, I am going to put some files here to teach you to program,in C and Assembler,which i'm learning now.

John The Ripper
Newbie.txt
A86 Assembler

These are links to get DJGPP,a c/c++ compiler for DOS.
href="ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/readme.1st">readme.1st
Yes
Yes
Intro file
unzip386.exe
No
No
Free PKUNZIP(tm) clone
csdpmi3b.zip
Yes
Yes
Free DPMI provider
bnu27b.zip
Yes
Yes
binary utils like the linker, assembler, etc.
djdev201.zip
Yes
Yes
DJGPP development kit
faq202b.zip
No
No
Not required, but you want this!
gcc2721b.zip
Yes
Yes
GCC itself
gdb416b.zip
No
No
GNU debug. More powerful than FSDB
which comes with djdev
gpp2721b.zip
No
Yes
C++ version of GCC
lgp271b.zip
No
Yes
C++ libraries
mak375b.zip
Yes
Yes
GNU make
txi390b.zip
No
No
The help system (You really want this!)
mlp105b.zip
No
No
Executable packer, like pklite. (Not part of offical dist)

After you install that,just type gcc file.c ,or gcc file.c -o file.exe.