• Welcome to ZD Forums! You must create an account and log in to see and participate in the Shoutbox chat on this main index page.

Things That Are on Your Mind

Terminus

If I was a wizard this wouldn't be happening to me
Joined
May 20, 2012
Location
Sub-Orbital Trajectory
Gender
Anarcho-Communist
#include <iostream>

#include <math.h>

using namespace std;

int main()
{
double x;
double y;
cout<<"Enter the number:\n";
cin >> x;
cout <<"Enter the exponent:\n";
cin>> y;
cin.ignore();
double result = pow(x,y);
cout<<"Result is"<<" "<<result<<endl;
cin.get();
return 0;
}

Also Im alone with my thoughts, that's a bad thing.
 
Joined
Feb 23, 2011
Is it the ideal that you are completely desensitized to everyone and everything you come across? If so, that's completely normal, my friend. ;)

Er, no. I've always felt like that. Thing is, despite of my desensitization, I've always had the one thing that separates me from the insane: sympathy for others. I'm losing it, and only bad things are likely to follow...
 

Ventus

Mad haters lmao
Joined
May 26, 2010
Location
Akkala
Gender
Hylian Champion
The SB got me nice and depressed...

I'm sorry man, look...it'll come to you EVENTUALLY. I don't - ignore me. :X
----
I'm thinking about tomorrow and what it'll bring, as well as if I'll be able to wake up. I just want a bowl of cereal. :)
 

Users who are viewing this thread

Top Bottom