Search:

Type: Posts; User: JessH

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,324

    Any easy GUI designer ???

    Hi again ! I'd like to build a very simple GUI for a program i'm working on. Nothing complicated, just a couple of buttons, some labels and maybe an image.

    In Java I used JBuilder 9 and simply...
  2. Replies
    2
    Views
    1,018

    Thanks !! I'll take a look at it :) I have also...

    Thanks !! I'll take a look at it :) I have also been told I should let the OS manage those tasks so I have quite a lot of research work it seems
  3. Replies
    2
    Views
    1,018

    Monitoring threads to "log" activity

    Hi, I'm trying to gather information from different threads in my program in order to display what's going on in real-time. But I have no clue how to do that, I know in Java i did that quite easily...
  4. Replies
    11
    Views
    10,692

    I LOVE YOU ! :D:D:D That was it, I owe you a big...

    I LOVE YOU ! :D:D:D That was it, I owe you a big one !!! I finished my project !!!! It's working great ! wow I'm so happy !!! A huge thank you !!!! :D
  5. Replies
    11
    Views
    10,692

    Thank you for your replies :) True, I got...

    Thank you for your replies :)


    True, I got that wrong !!!



    You are right hehe I just wanted to know if there was anything there , the "processing" will go different, and I'll remember about...
  6. Replies
    11
    Views
    10,692

    Issue receiving data from socket (multicast)

    Hi I'm having some kind of problem here that I can't identify ...

    I want to get UDP data that is sent to a multicast address so my guess is to create a socket and bind it to the multicast address...
  7. Replies
    2
    Views
    1,575

    Thank you. I took a look at what you mentioned...

    Thank you. I took a look at what you mentioned but still haven't been able to make it work, because I dont know how to limit what I'm extracting .

    I could use getline() and store each line...
  8. Replies
    2
    Views
    1,575

    Hi ... parsing a char*

    Hi ... I'm new to c++ programming and i'm trying to parse a large char* which contains something like this :


    and i need to save them into variables (array of strings maybe? )

    Here is my try...
Results 1 to 8 of 8