I have recently started to program Addins for the ClassPad. I can use the SDK software to the extent that I can understand the basic principles and create my own program to output simple text on the screen.
I need to create a random integer and assign it to an integer variable. Now, I would usually do this with the C++ Standard Library using
#include <cstdlib> #include <iostream>
but I have tried this and such file is not recognised by the SDK compiler.
If there is some ClassPad specific method to get a random/pseudo-random integer then I would be grateful for it.
Regards,
mintsmike
Edited by mintsmike, 04 May 2009 - 09:38 AM.