Help with GUI in c

Discussion in 'C' started by en_7123, Mar 30, 2010.

  1. en_7123

    en_7123 New Member

    Joined:
    Feb 11, 2010
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    0
    I have been working on a project which implements packet capture ,injection ,SYN attack,ARP poisoning and some other attacks.Now I'm almost done with the project I'm just thinking that I might want a GUI that displays the packet and allows you to save the file on pressing save but I'm not left with much time maybe two weeks .Any suggestions from some one who has some experience in this.I'm coding in c using gcc.Thanks
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Two weeks is nowhere near enough time to get to grips with any kind of GUI programming (even if you're using toolkits, e.g. Qt). Display the data as text instead. (I've done loads of GUI programming and I can guarantee that you *will* need at least 3 months to get the hang of a GUI.)

    So if you're only "thinking you might want" then start thinking you don't want. If it's a project requirement then your only hope is to get hold of someone who already knows how to do GUIs with c/gcc/$YOUR_OS/$YOUR_WM - and even then, two weeks is cutting it fine.
     
  3. en_7123

    en_7123 New Member

    Joined:
    Feb 11, 2010
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    0
    Ok thanks that was helpfull
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice