Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
getMaxWordLength().... Ben Bacarisse wins!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jacob navia" data-source="post: 5165691"><p>Le 17/06/2014 04:52, Ian Collins a écrit :</p><p></p><p>Small bug. It is</p><p></p><p>uint64_t fibs[maxFib+1];</p><p></p><p>according to g++. (Mac OS X)</p><p></p><p>Your proposition is trivial to replicate in C. Just make a table of the</p><p>first 93 values of fib and be done with it. No templates necessary!</p></blockquote><p></p>
[QUOTE="jacob navia, post: 5165691"] Le 17/06/2014 04:52, Ian Collins a écrit : Small bug. It is uint64_t fibs[maxFib+1]; according to g++. (Mac OS X) Your proposition is trivial to replicate in C. Just make a table of the first 93 values of fib and be done with it. No templates necessary! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
getMaxWordLength().... Ben Bacarisse wins!
Top