Posted: Wed Dec 21, 2005 1:06 pm Post subject: (No subject)
i understand, believe it or not... i realize that programming languages began with binary and evolved to save time, and take away much of the knitty gritty. I realize that managed c is more efficient for making windows apps.
Which is why my question was not: "What's the most efficient way to code windows apps?"
But even though you guys like to answer questions which aren't asked i guess i'll say thanks for your help. But please note that i usually just want a straight answer, and if you can't provide one its usually best not to post.
Sponsor Sponsor
wtd
Posted: Wed Dec 21, 2005 2:07 pm Post subject: (No subject)
The straight answer was provided by Cornflake:
Quote:
UINT and it's related typedefs are not standard types. You'd be much better off just using unsigned ints. As for Visual C++, depending on what version you use it's libraries aren't standard.
Geminias
Posted: Wed Dec 21, 2005 4:11 pm Post subject: (No subject)