Random I just slam on the keyboard, compile it and magic demo appear!
category: general [glöplog]
voooid maqin(à)
{
//rnoandom
while(4)
for(itn ;;){
prouetf("*ù$*stars**");
ba$$();
]
printf("greetdfgiings to ine ,dfj klsknjéçàé)éç'=scrol^ùler^m");
}
{
//rnoandom
while(4)
for(itn ;;){
prouetf("*ù$*stars**");
ba$$();
]
printf("greetdfgiings to ine ,dfj klsknjéçàé)éç'=scrol^ùler^m");
}
avoid ba$$( vault )
{
retard (asd+flt-jml)*demo-adok+sinf(pig²);
}
{
retard (asd+flt-jml)*demo-adok+sinf(pig²);
}
main(){ glow(bloom(noise()))}
run_demo();
ExitPouetcess(0);
int startdemotool = (int) ShellExecute(NULL, "open", "c:\\werkkzeug\\wz.exe", NULL, NULL, SW_SHOWNORMAL); // my new demotool
Code:
Compiling...
Prova01.cpp
c:\users\539556\documents\visual studio 2008\projects\project1\prova01\prova01\prova01.cpp(2) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
TUniverse* renderUniverse( void )
{
TUniverse* creation = NULL;
try
{
creation = God::createNewUniverseInstance( void );
}
catch ( TUniverseError& _error )
{
God::punishAdamAndEva( _error );
God::startPauseDays( 1 );
}
return creation;
}
{
TUniverse* creation = NULL;
try
{
creation = God::createNewUniverseInstance( void );
}
catch ( TUniverseError& _error )
{
God::punishAdamAndEva( _error );
God::startPauseDays( 1 );
}
return creation;
}
Wrong design:
Right design:
Code:
class Human
{
public:
Human();
~Human();
virtual bool isEthicallyCorrect( TSituation& _sit ) = 0;
}
Right design:
Code:
class Human
{
public:
Human();
~Human();
static bool isEthicallyCorrect( const TSituation& _sit );
}