Timeline for Basic Fibonacci sequence in C
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 1, 2014 at 18:03 | comment | added | chux |
@syb0rg C11dr spec K.3.5.4.1 6 gets_s() has the recommended practice of "... Consider using fgets (...) instead of gets_s. ...". IMO, gets_s() is a good replacement for gets(), but fgets() is better than both of them. (especially with that pesky gets_s() rsize_t type.
|
|
| Apr 12, 2014 at 3:39 | comment | added | syb0rg | Your welcome! I'm still adjusting to the new standards myself. Hopefully you can stick around and learn them with me! | |
| Apr 12, 2014 at 3:37 | comment | added | JohnH | Thanks! That's what I get for being an old-timer... hadn't caught up to C11 yet b/c the environment I code in doesn't have compliant compilers on all platforms. | |
| Apr 11, 2014 at 23:51 | comment | added | syb0rg |
Yes, but the C11 standard gets_s() (that replaces gets()) would be a better option.
|
|
| Apr 11, 2014 at 23:47 | review | First posts | |||
| Apr 11, 2014 at 23:52 | |||||
| Apr 11, 2014 at 23:39 | history | edited | Jamal | CC BY-SA 3.0 |
added 9 characters in body
|
| Apr 11, 2014 at 23:31 | history | answered | JohnH | CC BY-SA 3.0 |