typing sign.

Started by
6 comments, last by Prototype 18 years, 11 months ago
how to type the sign like PI(3.14159)
Advertisement
π
Chess is played by three people. Two people play the game; the third provides moral support for the pawns. The object of the game is to kill your opponent by flinging captured pieces at his head. Since the only piece that can be killed is a pawn, the two armies agree to meet in a pawn-infested area (or even a pawn shop) and kill as many pawns as possible in the crossfire. If the game goes on for an hour, one player may legally attempt to gouge out the other player's eyes with his King.
π
Rob Loach [Website] [Projects] [Contact]
I said
             %%%%%%       &&&&&&&                   &&&&&&&                     &  &                    &   &                  &      &                &          & &             
?
If you want to use it in a post, use smart_idiot's method, or copy & paste it from Rob's post. If you want to display it in a C/C++ program (using stdin / stdout, not Windows GDI or anything), then there's no standard way. In fact there may not be a way at all (there's none that I know of)
##########################################################||#####################################|..(################################*...,##,...################################""""'*#################################|.,##,.|##############################################################################.'^"######################################*. '"#########################*'  ..######*. '*####################**'   .##########|  '*#################).  ._. '"#########|  '###################*#####..'*#######|   |##########################.. '"####|   |############################,. '*#|   .#################)' ..'^^"#####).     .(###############^'..###*..            '*##############)' .(#########vv____v**..  (#######################################################################################

Quote:Original post by Evil Steve
If you want to use it in a post, use smart_idiot's method, or copy & paste it from Rob's post. If you want to display it in a C/C++ program (using stdin / stdout, not Windows GDI or anything), then there's no standard way. In fact there may not be a way at all (there's none that I know of)


std::cout << (char)227; [smile]

This topic is closed to new replies.

Advertisement