Mind reading standalone GUI application that discovers 5th random card by processing four random cards.
To perform the trick you should input cards to the application in a special order.
Checkout an example.
If some of the cards are of same number then follow chased system i.e. C<H<S<D
To understand the concept behind this trick read documentation.
Embarcadero RAD studio 11 - C++ builder ( fmx ).
-
Download only Release directory
-
Open
Project1.exe
To view code :
- Open
Unit1.cpp.
To view fmx design with code :
-
Install free trial version of Embarcadero RAD studio 11.
-
Copy
Unit1.cpp,Unit1.fmxandUnit1.hfiles from C++ builder project directory to the path :Embarcadero\Studio\Projects -
Run & Compile with debugging.

