TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microsoft, please support (at least a tiny bit of) C99

51 pointsby bluemoonabout 13 years ago

9 comments

habermanabout 13 years ago
Article author here. If you have similar pain, you can show your support for this here: <a href="http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2089423-c99-support" rel="nofollow">http://visualstudio.uservoice.com/forums/121579-visual-studi...</a><p>I know this is probably a losing battle, but I feel better at least being able to express my displeasure about the issue.
评论 #3662655 未加载
busterabout 13 years ago
It's not that there are no alternatives..<p><a href="http://gcc.gnu.org/" rel="nofollow">http://gcc.gnu.org/</a><p><a href="http://clang.llvm.org/" rel="nofollow">http://clang.llvm.org/</a><p><a href="http://software.intel.com/en-us/intel-sdp-home/" rel="nofollow">http://software.intel.com/en-us/intel-sdp-home/</a><p><a href="http://www.pathscale.com/ekopath-compiler-suite" rel="nofollow">http://www.pathscale.com/ekopath-compiler-suite</a>
评论 #3662625 未加载
评论 #3663739 未加载
TwoBitabout 13 years ago
When discussing this topic, people like to say that C is more commonly used that C++. But I think that the reality is that -Microsoft's customers- use C++ much more than C. I am such a customer and in my field 95% or more of programming is C++.<p>I still wish they would support a few very basic C99 features though.
评论 #3662594 未加载
saurikabout 13 years ago
The stdint.h header comes with MSVC 2010.
chjabout 13 years ago
Do not beg. Do not use it.
评论 #3663524 未加载
Zarathustabout 13 years ago
Surely Windows must use tons of C. I wonder what compiler internal devs are using. Archaic support of C seems more like a tactical choice than a laziness one in that case
评论 #3663088 未加载
评论 #3663097 未加载
AshleysBrainabout 13 years ago
Doesn't Microsoft have a disincentive to support it here? It would encourage people to use open-source alternatives to The Microsoft Way.
评论 #3663492 未加载
TheNewAndyabout 13 years ago
I suspect that C11 support is closer than C99 support (and it would be good too). Things like variable length arrays are now optional.
评论 #3662708 未加载
评论 #3663143 未加载
raldiabout 13 years ago
What are "for loop initial decorations"?
评论 #3662273 未加载