Search:

Type: Posts; User: t0bias

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    4,103

    i am not exactly sure what you mean, but...

    i am not exactly sure what you mean, but probably, there is a misunderstanding, so i think i'll just show you what i am trying to achieve (see file attached).

    a bunch of vertices should be...
  2. Replies
    14
    Views
    4,103

    But if I am right, a complex-hull algorithm would...

    But if I am right, a complex-hull algorithm would just compute a hull around the whole group of verteces. Actually I am looking for a triangulation-algorithm for these verteces, though..?
  3. Replies
    14
    Views
    4,103

    There are 4 verteces defining a rectangle, but...

    There are 4 verteces defining a rectangle, but within this rectangle, there is just a bunch of verteces at no specific order.
    Could you give me a hint on how to solve this problem with <cmath>?
    ...
  4. Replies
    14
    Views
    4,103

    c++ triangulation problem

    hi,

    i am trying to solve to following problem:
    out of a given number of vertices i need to calculate
    a triangulation and receive the edges.
    is there any library that would help to achieve this,...
  5. Replies
    0
    Views
    1,901

    problem with lib3ds

    Hi,

    I am trying to automatically build 3d cubes from pictures. therefore I followed the lib3ds "cube.c"-example (see http://www.lib3ds.org).
    I don't understand how I can achieve, that the fourth...
  6. Replies
    4
    Views
    8,497

    thanks, i'll try that library

    thanks,
    i'll try that library
  7. Replies
    4
    Views
    8,497

    strcmp with regular expressions

    hi,

    is there a possibility to use regular expressions within the srtcmp-function?

    thanks,

    toby
  8. but sending the password to /dev/pts/1 prints it...

    but sending the password to /dev/pts/1 prints it but does not
    make su accepting it..?
    maybe i am doint something wrong?
  9. yes it does, so i'll have a look at the expect...

    yes it does, so i'll have a look at the expect source-code...
    it's c though, and im not very good at thinking in pure c-code,
    but c++-code...
    thanks anyway!
  10. su-command from c++ with popen gives "standard in must be a tty"

    hi,

    i'm trying to execute some programs from within a c++-program, where i
    ask the user to specify the root password and would like to execute the
    command then with "su -c "the-command", via...
  11. Replies
    14
    Views
    12,040

    wow, thank you so much!! thank you all! finally...

    wow, thank you so much!! thank you all!
    finally it works and i got it to search for
    the hex-codes passed!

    thanks!

    toby
  12. Replies
    14
    Views
    12,040

    ok, so i tried this, but this always gives me a...

    ok, so i tried this, but this always gives me a negative output, except if i set all the
    integers for the HexString to 0. I do not see why, can anyone give me a clue?


    #include <iostream>...
  13. Replies
    14
    Views
    12,040

    @t3chn0n3rd : thanks, but i do not just want to...

    @t3chn0n3rd : thanks, but i do not just want to browse some files and edit them..
  14. Replies
    14
    Views
    12,040

    oh, thanks ZuK, i didn't refresh the webpage, so...

    oh, thanks ZuK, i didn't refresh the webpage, so i didn't see your answer before
    i replied to the post.. :)
  15. Replies
    14
    Views
    12,040

    yes of course, and i do want to learn, that's why...

    yes of course, and i do want to learn, that's why i did not just say "give me some code to do this".. :)
    so far i tried to write such a procedure in a file test.cpp

    #include <iostream>
    #include...
  16. Replies
    14
    Views
    12,040

    thanks! but how do i compare binary-read input...

    thanks!

    but how do i compare binary-read input and a hex-string?
    i can't think of that point...?
  17. Replies
    14
    Views
    12,040

    well... nice to know.. would you tell me how,...

    well... nice to know..

    would you tell me how, then..? :)
  18. Replies
    14
    Views
    12,040

    find hex-code within binary file

    hi,

    is there a possibility to find a hex-code string within a binary file
    and get its position in that file?

    thanks,

    toby
  19. Replies
    6
    Views
    1,933

    yepp, it works, thanks a lot!!

    yepp, it works, thanks a lot!!
  20. Replies
    6
    Views
    1,933

    thanks! well... and that's it then?...

    thanks! well... and that's it then? bash-completion on cin?
  21. Replies
    6
    Views
    1,933

    bash completion on user input

    hi,

    i'm working on a small tool to convert some files. while the program is
    running, the user is being asked to enter some file-paths.
    i'm actually doing this with a cin, but it would be -...
  22. Replies
    4
    Views
    1,047

    function gives back the same value

    hi,

    i wrote a small function that expects a double and gives back
    a char pointer with the value as char-string.
    the first time i use it in my program it works fine, but if i call the
    function a...
  23. get rid of warning: the use of `tmpnam' is dangerous, better use `mkstemp'

    hi,

    i do know about the difference of tmpnam and mkstemp, but because i need
    to get a "free" name to open the filestream later by myself instead of the
    mkstemp that already opens the stream and...
Results 1 to 23 of 23