Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I'm writing templated code I want to use with doubles, ints, etc. and for those I thought it would be most efficient to just use arrays. Didn't see this problem coming... :( Commented Aug 7, 2011 at 10:47
  • @Matt: In particular if you are using templates, then you can't normally use any of the un-type-aware C library functions. Commented Aug 7, 2011 at 10:53
  • @UncleBens Yes it looks like you nailed it, I'm going to give the thread a little more time to 'settle' then close it off. Commented Aug 7, 2011 at 10:59