Ive been recently using FLTK with c++ for a few weeks. All is great.
For some odd reason I'm having trouble displaying characters like "@" and "."
For example: If i try to display an email address as FL_Box->label("test@test.com") only "test" appears. Now i know "@" is a formatting character. I tried replacing the @ with "@@" to make it display properly.
I also tried turning off formatting using "@." and still doesn't work, when i do either of those the label displays a load of garbage data.
Any ideas?
Thank you.