Is there a function which exists in both C# and (unmanaged) C++ which returns a synchronized number (such as float or int)?
For example is there something which brings the exact system time to at least the second which would return the exact same result on both C++ and C# is called in the exact same time?
Just wondering really =)