tombey 0 Posted September 18, 2003 Report Share Posted September 18, 2003 have you tried this in c2c compiler? what should be in a variable? Visual C++ says a=1 and i agree with visual C, but maybe i'm wrong... i'd like to hear your opinion. Thanx #include <system.h> #define A 1 #define B 257 #define CX (A+ void main() { char a; a = CX >> 8; } Quote Link to post Share on other sites
Guest Pavel Posted September 24, 2003 Report Share Posted September 24, 2003 This appears to be a compiler bug. Try not to use brackets in the expressions that evaluate to pure numbers. I will look into it. Regards, Pavel Quote Link to post Share on other sites
Guest Pavel Posted October 2, 2003 Report Share Posted October 2, 2003 This bug has been fixed in the working code and will be available in the next compiler release. Regards, Pavel Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.