954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Question fixed bit length integer types for visual C++

ok, so visual C++ is not C99 compliant, but I was wondering how can I access fixed bit length integer types as the one defined in stdint.h (intN_t).

thx in advance

kux
Junior Poster
119 posts since Jan 2008
Reputation Points: 66
Solved Threads: 11
 
ok, so visual C++ is not C99 compliant, but I was wondering how can I access fixed bit length integer types as the one defined in stdint.h (intN_t).


Try this: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-December/020305.html
Or try to adopt stdint.h and other C99 stuff from the MinGW compiler (check MinGW license rules carefully)...

ArkM
Postaholic
2,001 posts since Jul 2008
Reputation Points: 1,234
Solved Threads: 348
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You