Mod Archive Forums

Community => The Lobby => Topic started by: m0d on March 21, 2006, 21:26:38

Title: Where is my post?
Post by: m0d on March 21, 2006, 21:26:38
I just posted my imaginary letter in the forum and ITS GONE.

I demand to know who's responsible for going around deleting peoples imaginary posts and why.

 :bang:  :loco:  :blah:
Title: Where is my post?
Post by: Deltafire on March 21, 2006, 22:27:07
It was me.  I was testing out my imaginary admin powers.
Title: Where is my post?
Post by: Eagle on March 22, 2006, 09:39:05
And I granted him the imaginary admin position by using my imaginary security hacking skills.
Title: Where is my post?
Post by: Saga Musix on March 22, 2006, 21:09:52
Hah! Your skills are far too bad! I knocked your pc and your brain and got the complete message... too bad that i sold it to the army :D:D how do ya want to get it back?
Title: Where is my post?
Post by: Eagle on March 23, 2006, 09:49:35
Hacked my PC with a QBasic application? Wow, that DOES sound threatening! 8)  :loco:

OK, time for round 2! (This be a kid's battle, no?)

Finished the C++ application I have been working on:
Code: [Select]
/////////////////////////////////////
// Fahrenheit->Celsius converter
//  by Fredrik "Eagle" Larsson
//
//DOS-BOX based string operator.
//Attempt to keep the box open.
/////////////////////////////////////

#include <iostream>

int main()
{
//Include variables
int Fahrenheit, Celsius, RETURNUM;

//Display introductionary text
std::cout << "Fahrenheit to Celsius converter\n";
std::cout << "   by Fredrik Eagle Larsson\n";
std::cout << "\n";

//Prompt for input
std::cout << "Input the Fahrenheit degrees to be converted: ";
std::cin >> Fahrenheit;

//Computing the variables
Celsius = 5 * (Fahrenheit - 32) / 9;

//Display the result
std::cout << "The degrees you wrote in Fahrenheit is ";
std::cout << Celsius;
std::cout << " degrees in Celsius.";

//Prompt to close
std::cout << "\n\nInput a number and press return to close down.";

std::cin >> RETURNUM;

return 0;
}


Any idea of how I can make the application wait for the user to read and press return before returning back to the system?
Title: Where is my post?
Post by: Saga Musix on March 23, 2006, 21:26:48
Quote from: "Eagle"
Hacked my PC with a QBasic application? Wow, that DOES sound threatening! 8)  :loco:


Nope, actually, it was freeBasic with some cool drive formatting functions - far better than qb  :D
Title: Where is my post?
Post by: Eagle on March 24, 2006, 08:34:28
Aha, thanks for the info. Now I just need to scan the RAM, read the process tree and delete all its sources.

Takes around 5 minutes to do.
Title: Where is my post?
Post by: Saga Musix on March 24, 2006, 20:58:52
I've allready De-connected after i've stolen the post :P sorry, but i'm too fast for you guys :hrrhrr:
Title: Where is my post?
Post by: Eagle on March 24, 2006, 22:25:18
It's called "disconnected". Anyway, Jojo wins the roadplay match. Period.
Title: Where is my post?
Post by: Saga Musix on March 26, 2006, 20:43:00
ok, disconnected sounds good, too   :hrrhrr:  sorry for this bad mistake  :oops:
Title: Where is my post?
Post by: m0d on March 28, 2006, 17:23:08
Nevermind, I found my post.
Title: Where is my post?
Post by: Saga Musix on March 28, 2006, 21:10:00
damn...... how could you get it?!?! I think i should update my firewall :twisted:  :hrrhrr:
Title: Where is my post?
Post by: CheapAlert on March 30, 2006, 07:33:19
I hope forum pruning wasn't enabled.