Quote:
Originally Posted by pelathais
I found Publisher to be a bit unwieldy.
You should do what BOOM does and just use vEdit or Notepad. That way you can have the fun of typing out every single little character and space.
When you meet him him person, BOOM is bound to say things like, "<html dir="ltr" lang="en">"
Me: "How's it going BOOM?"
BOOM: // THIS FUNCTION IS THE CORE FUNCTION OF THE WHOLE CLASS
void fraction::simplify()
{
float n=(float)this->num;
float d=(float)this->den;
int i=2;
while((i<=n) && (n!=1))
{
while((n/i==(int)n/i) && (d/i ==(int)d/i))
{
n/=i;
d/=i;
}
Me: "Well that's just great."
|
Boomm talks in htlm codes! thats funny!
I dont know how to publish to web from note book- I have vista and it publishes the windows publisher to the web, it fine for right now-