Re: Unicode
From: eggie2486 (eggy2486_at_twcny.rr.com)
Date: 04/25/04
- Next message: Walter Tross: "Re: Help for Head File sequence Problems"
- Previous message: Mika Vainio: "polymorph object - why doesn't it work???"
- In reply to: JKop: "Unicode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Apr 2004 21:06:57 GMT
"JKop" <NULL@NULL.NULL> wrote in message
news:vcMhc.5250$qP2.13095@news.indigo.ie...
>
> I want to write a C++ prog in Unicode.
>
>
> int main(void)
> {
>
> cout << L"Hello!";
>
> }
>
>
> Anyone got any suggestions?!
>
> Thanks
if you mean making your code translatable to different programming
languages, you could just substitute cout with output
function main
output "Hello!"
something like that
- Next message: Walter Tross: "Re: Help for Head File sequence Problems"
- Previous message: Mika Vainio: "polymorph object - why doesn't it work???"
- In reply to: JKop: "Unicode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading