Advertisement

Real data type?

Started by February 21, 2003 02:24 PM
1 comment, last by Ronin Magus 21 years, 8 months ago
I''m reading through some code from sourceforge for a game called trackballs (never played it though) and I see this in one of the files: virtual void tick(Real)=0; This file doesn''t include any other files and doesn''t typedef any data types... what is the Real data type? aut viam inveniam aut faciam MoonStar Projects
There is no standard datatype called "Real" in C/C++. Either the code you''re looking at doesn''t compile or you''ve missed something somewhere.
-Mike
Advertisement
Typically "Real" is defined as either a double or floating point type.
masterghttp:/masterg.andyc.org

This topic is closed to new replies.

Advertisement