-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Instead of 48, you could also hard code it as '0' (zero in single quotes), which will evaluate to 48 when compiled, but will be portable if compiled in some other character set, which is good in ...
- Honestly? I wasn't aware of sprintf/snprintf when I wrote this. Quite the embarrassing oversight on my part. But ah well; you're right, it probably did speed up the loop I used it in a bit (although ...
- I take it the stdio functions (sprintf/snprintf/etc) were not acceptable? Certainly sprintf is a considerably more heavyweight function than the loop you've defined.
- (see above) Although I do want to see a youtube video of this so I can Rick Roll some people who will get it ;)
- /facepalm
CodingExperiments.Com
CodingExperiments.com is a site where I can (obviously) experiment with various demonstrations of code.
Introduction
When reading articles on the Internet, I often see blog and forum posts that state that open source software is the way to go. I also see all of the methods of communication above that don’t like open source software, usually because of stereotypes. This post will be dedicated to debunking those stereotypes.
The Stereotypes
You can’t [...] ... Continue reading »
When reading articles on the Internet, I often see blog and forum posts that state that open source software is the way to go. I also see all of the methods of communication above that don’t like open source software, usually because of stereotypes. This post will be dedicated to debunking those stereotypes.
The Stereotypes
You can’t [...] ... Continue reading »
0 comments
This thread has no comments yet.