TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ken H
NA
646
361.7k
How to output Greek letters commonly used in mathematics and
Nov 27 2013 8:51 PM
hi friend,
I want to output some special character graphics.
This is the topic:http://en.wikipedia.org/wiki/Code_page_437#Difference_from_ASCII
Here is the code I tried.It does not seem to achieve the desired effect:
#include <stdio.h>
const long int Sigma=0x03A3; // Math symbol
const long int Smiley=0x263A; // Special graphic characters
void main(void)
{
printf("%x\n",Sigma); // it can't output graphics
printf("%x\n",Smiley);
}
Thank.
Reply
Answers (
2
)
some example of client-server using DCOM
An error occurred while initializing data members.