Blog Tools
Edit your Blog
Build a Blog
View Profile
« November 2004 »
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
You are not logged in. Log in
Entries by Topic
All topics  «
"Rock the Vote"...or not
heh...
HEY MUTHAFUCKERS!!!
I VOTED FOR ELMER FUDD
New Forum
News for this week...
TECHNICAL CRAP
thpppppppppt!!
Will BMF Like it?????
Bands that don't suck
Thanxforn0thing
Rinker
all ages
Misprint Productions

Tuesday, 2 November 2004

Bored
Mood:  chillin'
Now Playing: rantradio again
Topic: TECHNICAL CRAP
Hi...I'm not dead...although looking at the site you might think so. New job, new life, no time...you know the story. Anyway, as a sidenote, I've decided to brush up on my programming skills and one of the things I decided to learn was how to build Windows Programs. I've always hated Microsoft, but since most of my friends use it I have to build for Windows...(sure as hell beats lugging a laptop around to show off my toyz) As I learn, my hatred grows more intense...why? Well, let me show you. We'll use "Hello World" as an example. In order to write "Hello World!" to a command line, you'd use the following C++ code:

//---------------------------------------------------
// Short, sweet, stupid
#include <cstdio>
#include <cstdlib>
#include <iostream>

int main(int nNumberofArgs, char* pszArgs[])
{
cout << "\nHello, World!\n";
system("PAUSE");
return 0;
}
//---------------------------------------------------

Now, to do the same thing in Windows takes about 90 lines of code, four or five times as long and a hell of a lot more disk space... again I say...fsck microsoft.


Posted by misprintproductions at 9:24 PM EST

View Latest Entries