Easter Egg on Borland C++

Developer Credits (v 5.02)
1. Click Help, About
2. Hold down Control + Shift
3. Double click the text which appears below "Borland C++"
4. A screen will appear which lists the 5.02 development team

Curious George
1. Open Borland C++ Builder 3
2. In the code editing window enter #pragma curious_george
3. This works in any project which uses pramgas
4. I have tested this in an application and a console mode app
5. enjoy the warning message

The Hidden Cat
1. Create a C source with an editor, an type in
the following code:
#pragma keeka
void main(void) {return 0;}
2. Save with a name of your choice (e.g. "egg.c")
3. Compile the source with:
bcc32 egg.c
4. Watch the message the compiler displays!
This should work inserting the "#pragma" line in any C source ... I've not tested it with other version of the compiler.
Oh, yes, it's like the "Curious George" egg ...

Command-line compiler team
1. Run "bcc32.exe -Team"
2. Enjoy the compiler team

Comments

Popular posts from this blog

Simple and Versatile Navigation – Tree View

Creating Online Portfolio Gallery Tutorials

Easter Eggs on Windows NT