Dunno if any of you all program C++ much, but I've recently discovered a little tidbit of code that could rid you of all your programming ills. A simple few lines of source capable of doing nearly anything at all!
void main()
{
Question theQuestion;
Answer theAnswer = reinterpret_cast<Answer>(theQuestion);
}
The only thing you need to do is construct a Question class describing the problem, and an Answer class describing how you would like the answer to look!
....please don't hurt me.... *sneaks away*
Software source code that solves all your problems.
Software source code that solves all your problems.
Like an Angel with Broken wings
To fall from the Heavens
I soar above the earth
neither there, nor here
http://www.xanga.com/rhalin
To fall from the Heavens
I soar above the earth
neither there, nor here
http://www.xanga.com/rhalin
Users browsing this forum: No registered users and 2 guests