Buzz Graph - Discussions activity around stdio.h in the past month
Time Frame: (Any time)
Minimum number of replies: (2)
Minimum number of discussing users: (0)
Page:
Show Questions
| Order by Date
Keep this page open to be updated with the newest discussions automatically.
Please wait while getting the discussions...
Page:
Blog Posts (Enhanced by )
Sample Chatter Excerpts
Getting terminal width in C?
Assuming you are on Linux, I think you want to use the ncurses library instead. I am pretty sure the ttysize stuff you have is not in stdlib.
source
Internal static variables in C, would you use them?
I wouldn't want the existence of a static variable to force me to put the function into its own file. What if I have a number of similar functions, each with their own static counter, that I wanted to put into one file? There are enough decisions we have to make about where to put things, without needing one more constraint.
source
How do we know that a string element in C is uninitialized?
No, there is no way of knowing what value the array has. You can, however, initialize it with a chosen "default" value of your choice and later check against that.
source
Tip: Didn't find what you were looking for? Try the following: