Good News

Posted by MahFreenAmeh on March 23, 2006, 9:11 p.m.

I'm finally bac. Ludamad, being the gracious person he is, among other higher forces at work, finally allowed me back to blogging. So let us praise him for a while. Anyways, with my return, i can't say much, besides, i have gotten some Work done! Hurray. No. Anyways, check out my deviantart site, photoshopphreek.deviantart.com (OR, for you convienience, <A HREF="http://photoshopphreek.deviantart.com">Click here</a>)

Got some photo-manips up, and soon, i'm going to put up some more real life drawings… heh.

Also, just to say this… I'm going to post up random C++ CODE, AND APPEND MEH BLOG!

Quote:
#include <iostream.h>

#include <stdlib.h>

int subtraction(int a, int b)

{

int r;

r=a-b;

return r;

}

int multiplication(int c, int d)

{

int q;

q = c*d;

return q;

}

int adding(int e, int f)

{

int s;

s = e+f;

return s;

}

int division(int g, int h)

{

int y;

y= g/h;

return y;

}

int main()

{

cout << "Please enter two Positive, Whole Numbers." << endl;

int x=10, y=20, z, a, b, c, d, t, e, f, g, h;

cin >> a;

cin >> b;

z= subtraction(a,b);

cout << "The First result is " << z << endl;

cout << "The second result is " << subtraction(x, y) << endl;

cout << "How that happened, i haven't a clue…" << endl;

cout << "Now, please input two values for Multiplication" << endl;

cout << "First value: ";

cin >> c;

cout << "

" << "Second value: ";

cin >>d;

cout << "

";

cout << multiplication(c,d) << "

";

cout << "

And now, please input two values for Addition" << "

";

cout << "First Value: ";

cin >> e;

cout << "

" << "Second Value: ";

cin >> f;

cout << "

" << adding(e, f);

cout << "

And finally, two values for Division" << endl;

cout << "First Value: ";

cin >> g;

cout << "

" << "Second Value: ";

cin >> h;

cout << "

" << division(g,h)<< "

";

system("PAUSE");

return 0;

}

That should fill you all for now.

Comments

ludamad 18 years, 8 months ago

Some of the pictures are cool, like mercy. Did you take a photo and use a filter or something? Is that a real gun?

MahFreenAmeh 18 years, 8 months ago

Yeah, it's a real gun. I applied quite a few filters to it (I'm a geFILTER phish, a term that i coined for myself.)

I use a lot of blurring, and brushes.

And i didn't take the picture. the only one that i took a picture of was "The Matrix Has You, Gary," Seeing as that was a picture of me.

Alpha Man 18 years, 8 months ago

Already? Aww, I thought warn level 5 lasted longer than that… >_>

Haha, I'm kidding man… I'm kidding… :P

MahFreenAmeh 18 years, 8 months ago

Heh…

V 18 years, 8 months ago

ZOMFG! UR BACK! WEWTNESS! too bad all ur other blogs were deleted. lol.

MahFreenAmeh 18 years, 8 months ago

They were? Hm. I don't see them as deleted.

ludamad 18 years, 8 months ago

They are not deleted…?

MahFreenAmeh 18 years, 8 months ago

Yeah, they aren't….

Oh, yeah. Isn't the most blogs badge gone, now?