Various symbols

Aug 17, 2012 at 8:35am
Hello,
I want to know how can we implement(by pressing key / other) following symbol which i found on internet in c++ programme code and i want to use that in my project.

sorry, i cant give source code because it shows different characters in notepad file. so i have uploded the screen shot of that particular symbols on this
link : http://postimage.org/image/byaivt2gf/

please help me because i dont know this.

Thank you
Aug 17, 2012 at 9:31am
You will find them in the extended ASCII codes. I have used them here, to give you an Idea.

http://pastebin.com/3i5u4XGS
Aug 17, 2012 at 10:23am
google ascii codes and you will find a ascii table.It will contain character code of it.
For typing that in notepad there are ALT CODES.Alt codes are similar to ascii codes but there are some differences.
Aug 18, 2012 at 3:06am
Thank you for your reply but can you tell me how do i input that ? or what do i write to use them.
Aug 18, 2012 at 3:18am
thank you for yor reply i got it how to write thnks to both of you for your reply.
Aug 18, 2012 at 9:48am
for using ascii code use cout<<(char)<code>;

for direct use cout<<"<alt+code>";
num key on and in notepad.
Aug 19, 2012 at 1:33pm
@akshit
thank you for your reply. i got it and it worked for me.
Topic archived. No new replies allowed.