If you are running with a debugger, you can use DbgMessage and/or 
HostTraceOutputTL

-Jon

-------------------------------------------
Jonathan Hays
Palm OS Certified Developer
http://hazelware.luggle.com 
-------------------------------------------


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris Brooks
Sent: Wednesday, February 16, 2005 2:03 AM
To: Palm Developer Forum
Subject: Re: Palm's equivalent of C++'s "cout"?


JSY,

There's no cout , the PalmOS is a GUI, so you'll have to use StrPrintF() to
format it, and WinDrawChars() to put it on the screen.

For converting a string to an integer use StrAToI()

Chris.

---------------------------------------------------------------------
Protected by: http://mail.spaminspector.com


----- Original Message ----- 
From: "JSY" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <palm-dev-forum@news.palmos.com>
Sent: Wednesday, February 16, 2005 7:48 AM
Subject: Palm's equivalent of C++'s "cout"?


>
> Hi. I'm writing a program using CodeWarrior, writing in C++ language. I
just want to enquire what is CodeWarrior's equivalent of cout in C++? What
function do I use to display a computed data (ie:'sum' which holds the
result of a mathematical operation) onto a form in the PDA?
>
> Also, how do you convert a string into integer?
>
> Thanks in advance.
>
> Rgds,
> JSY
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to