Group: sci.physics · Group Profile · Search for F I I K K L M O P R R W W W in sci.physics
Author: The Ghost In The Machine
Date: Dec 21, 2006 21:59
Hi The_Ghost_In_The_Machine, Re: This No_L code of mine: #include <StdIO.H> main() { printf( " A B C D E F G H I J K M N O P Q R S T U V W X Y Z " ); } You asked me: Gad. You can't even get *that* right. Did you mean wprintf(L"...") ? No. I saw no call for Unicode in this example. Actually, this'd be more obvious: #include <StdIO.H> main() {
|