April 23, 2005

FPS's Rock!

I haven't been posting lately because I've been playing way too many computer games.

So, last Thursday, I checked out Call of Duty for pc. I had to install it five times, grab some files from the internet, it didn't work, and I only returned with one CD because I couldn't find the other one :-(. I checked out another copy today, and it worked with no hitch on my pc. I think the library has a conspiracy going on...

As usual, I've been commenting on people's blogs with reckless abandon, and I keep on wasting my valuable non-adult years playing Counter-Strike: Source.


I've been staying in a classroom at lunch and began making C++ programs.

*Begin void for RSS readers*

Grab a C++ compiler from Google (type in "Bloodshed C++"), start a new source file, paste the following program in, run and compile, and voila! (It doesn't work right, so if you have some C++ knowledge, you'll know how to fix it.)

*Begin program*

// falsewate.cpp - - paste, compile, and run for a (un)pleasant surprise!
#include
using namespace std;
int main()
{
int real;
int irreal;
int surreal;

cout << "Enter your weight in pounds.\n";
cin >> real;
irreal = real * 10;
surreal = real / 10;
cout << "I doubt your weight is " <<>
cout << "It's probably " <<>
cin.get();
cin.get();
return 0;
}

*End program*
*End RSS reader void*

So, I made that program at school and we all had a few good laughs. Did I show it to Alice yet? Mebbe I should so I can see the look on her face...

Oh yeah, anyone who is reading this: GET COUNTER-STRIKE: SOURCE!!!!