On Monday 08 March 2004 07:03 am, Kenneth wrote:
> Hi all,
>
> Does PHP support C++ language?
> If yes, how can it be converted?

you can write an extensions, which is actually rather easy to do. There's an 
article at http://bugs.tutorbuddy.com/phpcpp/phpcpp/ that claims to tell you 
how to use c++ (rather than c), but I can't vouch it- never tried it.
>
> The case is, I've use C++ to make a function (to get data from file and
> convert it from char type to int type), how can i import the
> function/variables and use it in PHP?

Sounds like a really simple function. Why not just rewrite in in PHP?
>
> Thanks,
> Kenneth

-- 
Evan Nemerson
[EMAIL PROTECTED]
http://coeusgroup.com/en

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to