Talk to Boris the bullet dodger in London, tell him 'you ate his dimond' and he will be very eager to help you. :DQuote:
Originally Posted by Ejaz
Printable View
Talk to Boris the bullet dodger in London, tell him 'you ate his dimond' and he will be very eager to help you. :DQuote:
Originally Posted by Ejaz
Actually, I think it's german for 3.558 posts. :wave:Quote:
Originally Posted by sreehari
---
I have a similar problem to the thread starter, any ideas? My code is here:
http://www.rclsoftware.org.uk/cpp/squares.gif
Yes, surely.Quote:
Originally Posted by TheCPUWizard
And, if it doesn't work, we can do sanity checks:
Then:Code:bool IsTrue(bool x) {
return (true==true && false==false && x==true && x!=false)==true;
}
Code:Play=true;
if (IsTrue(Play)==true) /* ok */;
else {
MessageBox(NULL,"Error dude. Press ok to quit","Error dude!",0);
*((int*)0)=42; /* cleanly exits */
}
That's implementation dependent (i.e. it will only work if pointers have been implemented at all).Quote:
Originally Posted by SuperKoko
:lol: :DQuote:
Originally Posted by GremlinSA
Oooopppss
I forgot you must also set the game parametersWell .. you get the idea.. :DCode:Set Play = New Game
Play.Lives = Unlimited
Play.Level = 1
Play.Score = 0
'...etc
:D :D :D OMG, You are so good at it... :D :D :DQuote:
Originally Posted by Hobson
Btw, you missed h in "Thanx".. that is the way it is! ;)
But I will ignore that because you've done it really brilliantly as Krishnaa said. :D :D :D
Thanks - informal word for "Thank you", also often mispelled as "Thanx", "Tanks", "10x", and many other ways.Quote:
Originally Posted by exterminator
So Yes EXTERMINATOR, It May be THANKS, but defianiation says That Tanks is also OK. So I Am Not wrong.
Tanks :p
You did not bold some parts.. to make it more expressive.. :DQuote:
Originally Posted by Hobson
Lettus Stay On Topic !!!
Will that work????Code:TopicHandler() { ProvideHelp(); }
void MainFunction(object o)
{
if (TypeOf(o) == Topical)
TopicHandler()
}
It might. Has RTTI been enabled for this thread? :D
No, implicit int has been banned from C++.Quote:
Originally Posted by TheCPUWizard
SuperKoko, do you write C++ compilers for a living ?
:thumb: