Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Using pipes to send data from Java to C++

Options
  • 07-02-2006 5: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