Hmm .. School Serves a Purpose ...

Oct 12, 2004 00:06

Odd how random events can inpire creative introspection ( Read more... )

Leave a comment

Comments 4

By the way .. brigadealmighty October 12 2004, 05:28:48 UTC
Anyone that is driven by curiosity might incline .. and since i'm both incredibly generous, and I don't want to be bothered (ironcally mutually excluding each other):

#include
using namespace std;

int main()
{

int num;
int sum = 0;

for (num = 1; num <= 100000; num++)
sum += num;

cout << "The sum is: " << sum << endl;

return 0;
}

For you other hackers out there .. don't even waste your time. It's not my major .. just a prereq, so I do the bare minimum to skirt by, damn optimization and memory assignments.

Reply


sollitaire October 12 2004, 13:06:42 UTC
so wow you are alive and even having epiphanies :)

hope things are going well for you :D

Reply


allykatt October 13 2004, 17:34:33 UTC
weird. didn't expect to find you on here....

Reply


journal_17 January 10 2005, 05:43:30 UTC
Owww... I think I just hurt my brain....
... )

Reply


Leave a comment

Up