pouët.net

Go to bottom

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");

}
added on the 2008-12-16 19:42:19 by Tigrou Tigrou
avoid ba$$( vault )
{
retard (asd+flt-jml)*demo-adok+sinf(pig²);
}
main(){ glow(bloom(noise()))}
added on the 2008-12-16 20:17:00 by pera pera
run_demo();
ExitPouetcess(0);
int startdemotool = (int) ShellExecute(NULL, "open", "c:\\werkkzeug\\wz.exe", NULL, NULL, SW_SHOWNORMAL); // my new demotool
added on the 2008-12-16 20:32:53 by maali maali
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?

added on the 2008-12-16 21:26:06 by bdk bdk
TUniverse* renderUniverse( void )
{
TUniverse* creation = NULL;
try
{
creation = God::createNewUniverseInstance( void );
}
catch ( TUniverseError& _error )
{
God::punishAdamAndEva( _error );
God::startPauseDays( 1 );
}
return creation;
}
added on the 2008-12-16 21:27:28 by Salinga Salinga
Wrong 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 ); }
added on the 2008-12-16 21:34:45 by Salinga Salinga

login

Go to top