Jefferson Mendoza wrote: > How can i input a degree symbol in c++... this symbol "˚ " ... thanks!!
This is a character set-specific question. You'll need to be more specific. In general, copy-and-paste into your code and then make sure the GUI displays the character in the appropriate character set. Of course, character sets are outside the scope of ANSI Standard C++ (they shouldn't be though - the committee moves too slow). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
