Miscellaneous > Programming & Networking
Question about programming and stuf.
Kintaro:
quote:Originally posted by Ice9:
I already read your miniguide to html and printed it out, I think I'm gonna put it on my wall for future reference ;)
--- End quote ---
I tought myself HTML by pissing around in Mozilla Composer and then i wrote up dome basic HTML and put it on my wall. Hope you learn it and it gets even more simple as you go. I will be writing a Miniguide on more things. Including Basic Virii construction.
I have been working on a few viruses. One is "Near Stable"
Kintaro:
Another easy language is YaBasic.... I also know powerbasic www.powerbasic.com - Powerbasic is compileable. And you can get Firstbasic for free.
www.yabasic.org
What i love about YaBasic is that it comes with the PS/2
Calum:
ice9, here's a pdf book, that i'm using to learn C right now, it's very good. Right click the link and 'save as...' if you don't have a pdf viewing plugin on yr browser.
Write yr programs using pico, save them as "something.c" and then use cc to compile them, by typing "cc something.c".
You'll get a program called a.out which you can rename to anything you want. To run it, just change to the directory with a.out in it and type ./a.out (the ./ means it's in the current directory) to see your program working.
This method will work on all unix like systems with 'cc' installed. type "man cc" to find out more about your compiler.
enjoy! i'm finding it easier than i imagined i would!
Navigation
[0] Message Index
[*] Previous page
Go to full version