jowood4 / RHINESTONE

0 stars 1 forks source link

Question: Declarations #1

Closed pedrodude closed 9 years ago

pedrodude commented 9 years ago

Can const floats not be declared in C?

jowood4 commented 9 years ago

The FIFO array required a const int for the size (number of indices). I tried making it just a regular int (not const), but it wouldn't compile. On Jan 22, 2015 2:12 PM, "pedrodude" notifications@github.com wrote:

Can const floats not be declared in C?

— Reply to this email directly or view it on GitHub https://github.com/jowood4/RHINESTONE/issues/1.