Search:

Type: Posts; User: hawlpm3

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    964

    make install uninstall etc

    hi i was wondering when you run a command like "ls" how does *unix system know its path

    when compiling my application how can i make it run from terminal like this "appname args" instead of...
  2. Replies
    1
    Views
    3,153

    c++ qt redirect popen output

    does anyone know how i would go about putting output from a popen into a text box in a gui in qt?
  3. Replies
    1
    Views
    2,198

    c++ paste from clipboard

    anyone know how to paste from clipboard?

    i am making a qt gui app so when they click paste it will dump the clipboard contents into a textbox
  4. Thread: c zip files

    by hawlpm3
    Replies
    3
    Views
    5,286

    that zlib looks usefull i had a look at the...

    that zlib looks usefull i had a look at the examples but could not manage to work out how to zip up a specified folder, can you help me out?

    --update

    i did a little searching apparently zlip...
  5. Thread: c zip files

    by hawlpm3
    Replies
    3
    Views
    5,286

    c zip files

    does anyone know how to zip up a folder using c? or zipping multiple files then remove them?

    ps, not the popen(zip bla) way
  6. Thread: Qt c++

    by hawlpm3
    Replies
    2
    Views
    1,136

    Qt c++

    Does anyone know how to use qt creator to create a c++ app that can call a command line app

    eg could have a simple gui and you type in aurl then it is passed to wget like

    wget "what ever domain...
  7. Thread: img regex help

    by hawlpm3
    Replies
    1
    Views
    3,433

    img regex help

    Can anyone tell me the regex pattern to get the inside part of src from a image tag in html

    so <img src="urlgoeshere">

    i need regex to get urlgoeshere

    thanks
Results 1 to 7 of 7