Search:

Type: Posts; User: pixsta

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,240

    Thank you. I finally got all working.

    Thank you. I finally got all working.
  2. Replies
    3
    Views
    1,240

    ok. but I am not completely sure how to use it. ...

    ok. but I am not completely sure how to use it.

    I want to do a sort of key-mapping. Therefore on the one hand I get the key as a const char* which I want to convert to the associated ASCII number....
  3. Replies
    3
    Views
    1,240

    Convert int to char

    Hello!

    How can I convert an integer to it's associated character?
    For instance the value "27" stands for the "ESC-Key", "97" stand for "a" and so on.

    Thank you,
  4. Replies
    2
    Views
    1,923

    ok. at the beginning there aren't any errors but...

    ok. at the beginning there aren't any errors but sounds do not stop (so there is just noise, because sounds are added to each other).
  5. Replies
    2
    Views
    1,923

    Fading between audio-channels

    Hello!

    I want to fade between two audio channels. First, a sound is applied to the first channel. Then, when a second sound is attached, the first channel should fade out, and the other fade in....
  6. Replies
    1
    Views
    3,306

    TinyXML - copy subtrees

    hello!

    does someone know how to copy a subtree of an tinyxml DOM tree?
    the only solution I found til now, is to iterate through all children and copy them.

    thank you,
  7. Replies
    0
    Views
    1,147

    wxWidgets - branch moving

    Hello!

    I want to move a branch with drag&drop in a wxtreectrl.

    Here is the function, that I use:


    typedef struct sItemRepresentation
    {
    wxTreeItemId pTreeItem;
  8. Replies
    2
    Views
    914

    already got it working...

    already got it working...
  9. Replies
    2
    Views
    914

    Static class == NULL

    Hello!

    I have serveral classes with static variables/methods. I want to check objects from these classes whether they are NULL or not this way:



    MyClassWithStaticFunctions *x;
    if (!x)...
  10. Replies
    3
    Views
    2,764

    yes, I have looked at it and forgot to mention...

    yes, I have looked at it and forgot to mention it. Probably this one is the best choice.
  11. Replies
    3
    Views
    2,764

    Gui: Qt vs. GTK vs. ?

    Hello!

    I need to make a GUI for my application and I am not sure which toolkit I should use therefor.
    My requirements:
    - must run under windows and should run under linux
    - making widgets...
  12. Replies
    5
    Views
    20,616

    And when I compile code with "g++ -O2" on my XEON...

    And when I compile code with "g++ -O2" on my XEON machine, is it already optimized for the processor?
  13. Replies
    2
    Views
    1,158

    used programm resources

    hello,

    how can i measure the needed resources (RAM, CPU) from a programm running under linux (something like the windows task manager, but of course as an cmd-line-tool)?

    thanks,
  14. Replies
    5
    Views
    20,616

    g++ debug/release mode

    hello,

    is there something like a debug/release mode in g++ like in ms visual studio 2003?

    regards,
  15. Replies
    7
    Views
    6,743

    I got the error: the parameters "Uis" are PHP...

    I got the error: the parameters "Uis" are PHP specific and must be converted/parsed into PCRE options like "PCRE_CASELESS", "PCRE_UNGREEDY", ....
  16. Replies
    7
    Views
    6,743

    When I use "\s" instead of "[:space:]" I get...

    When I use "\s" instead of "[:space:]" I get unknown escape sequence `\s'.


    here is the code I use (basically the sample code from the PCRE website):



    pcre *re;
    char *pattern;
    const...
  17. Replies
    7
    Views
    6,743

    ok. here is a sample that works with...

    ok. here is a sample that works with preg_match_all but I don't get it working with pcre:


    (PHP)
    preg_match_all("|<A...
  18. Replies
    7
    Views
    6,743

    as I already said, I do not get my expressions...

    as I already said, I do not get my expressions working with pcre so I am search for an equivalent for preg_*.
  19. Replies
    7
    Views
    6,743

    php preg_match equivalent for c

    hello,

    I have many reg. expressions in a php-framework using preg_match, preg_replace und preg_match_all.
    I want to port parts of the framework to c++ and therefor I also need to take over these...
Results 1 to 19 of 19