Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Using pipes to send data from Java to C++

  • 07-02-2006 04:45PM
    #1
    Closed Accounts Posts: 86 ✭✭


    Hey i was just wondering if anyone could help me out here....

    For my final year project i've written a mobile phone application in J2ME that sends an instruction to a Java server. The server is going to need to pass this instruction on to a C++ program and i was wondering is it possible to do this using pipes?

    for example say i read in the string from the mobile phone and its constantly monitored to see if a new string is sent... can i then say something like

    PipedWriter pipe_out = new PipedWriter();
    pipe_out.write(str);

    and read this in in the C++ program?

    Any help would be really appreciated as I've only just heard of pipes for the first time today :)

    Thanks,
    Emee


Comments

Advertisement