
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
to assign a variable a specific ASCII-Char e.g. 7 (BEL) one can do this:
but I cannot use this function if I want to define B as Bell:
#define B 0x07
This will be just 7 :(
Is there a way to define B as Bell using #define?
Thanks in advance
Gooly