Re: Unicode

From: eggie2486 (eggy2486_at_twcny.rr.com)
Date: 04/25/04


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



Relevant Pages

  • Re: The Advantage of Macros
    ... which is usually a single source file, can consist of external declarations ... void fx(int *x, int *y) { ... Also, if you think C is complicated, just take a look at languages like C++, ... C pushes to wrong programming styles. ...
    (alt.lang.asm)
  • Re: Need help for a code in "Numerical Recipes in C++"
    ... > For programming in languages like C, one would like to sort ... > {int j,jold,v; ...
    (sci.math.num-analysis)
  • Re: compiler for Chinese development language
    ... This relates to the development of vernacular ... Indian vernacular display, OS and programming languages. ... Bangla and other vernaculars. ...
    (comp.compilers)
  • Re: Head-in-the-Sand Liberals (LA Times Columnist)
    ... You claimed to have known several computer languages, ... If you lie about knowing computer languages, ... of the programming loop for a functional ... You also don't know Java. ...
    (rec.org.mensa)
  • Re: Is there a mainframe skills shortage?
    ... That's because the author of the article is comparing it to standard SQL. ... and material around Lamdas and functional programming. ... obvious which languages were the ones to learn. ... stick to writing system software and leave applications to the COBOL ...
    (comp.lang.cobol)

Loading