Search:

Type: Posts; User: Devil Panther

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    4,669

    Yeah I see what you mean... I thought I'm dealing...

    Yeah I see what you mean... I thought I'm dealing with serious people here, I guess I was wrong, I blame Mario for messing it up. :P
  2. Replies
    13
    Views
    4,669

    LOL, maybe on xmas :)

    LOL, maybe on xmas :)
  3. Replies
    13
    Views
    4,669

    Thank you for your advice, but my questions are...

    Thank you for your advice, but my questions are only a small part in a larger study I conduct.
    So unless you wish to answer, shut up and stop wasting posts!
  4. Replies
    105
    Views
    11,424

    I call those people morons, especially the .NET...

    I call those people morons, especially the .NET users (Notice I don't use the term "developers").

    They prefer speed over control and quality. It's just as it was/is with MFC and Win32API...
  5. Replies
    13
    Views
    4,669

    Source-code file size? [Poll]

    Hello,

    I'm conducting a short survey from which, hopefully, we can all learn something about our nature as software developers.

    1) In your opinion, what is an exceptional number of lines...
  6. Replies
    97
    Views
    15,249

    Poll: 90% of VS users don't know it, so why bother :)

    90% of VS users don't know it, so why bother :)
  7. Replies
    97
    Views
    15,249

    Poll: Your most used compiler

    What is your most used compiler when you work with C/C++:
  8. Replies
    26
    Views
    11,202

    Thank you for all your help :)

    Thank you for all your help :)
  9. Replies
    26
    Views
    11,202

    I have the name length, see my struct. But when...

    I have the name length, see my struct.
    But when I write the char *name to the file it writes the pointer's address (as it should). How can I write the string itself?
  10. Replies
    26
    Views
    11,202

    So my best solution is a staticly sized string?

    So my best solution is a staticly sized string?
  11. Replies
    26
    Views
    11,202

    A hex editor?

    A hex editor?
  12. Replies
    26
    Views
    11,202

    Ok, so what do you recommend I should do? Is...

    Ok, so what do you recommend I should do?
    Is there a function that allows me to write a single variable to a binary file? I've looked but was unable to find any :(
  13. Replies
    26
    Views
    11,202

    If I use a statically sized array, let say with...

    If I use a statically sized array, let say with 10 cells, and use only 3: abc\0
    It ignores the \0, and writes the all 10 cells: junk.

    It's a test program, a part of a larger application. I know...
  14. Replies
    26
    Views
    11,202

    fwrite can't write dynamic strings???

    Hello,

    I would like to write an array of structs to a binary file.
    But for some weird reason I'm having problems with the dynamically allocated string.
    It seems to be writing the pointer's...
  15. Replies
    12
    Views
    8,203

    Do I necessarily need another function, or can I...

    Do I necessarily need another function, or can I make the LyricsThread function a static?
  16. Replies
    12
    Views
    8,203

    LyricsThread is the fucntion name, also when I...

    LyricsThread is the fucntion name, also when I use &LyricsThread and the LyricsThread is defined outside the class everything works fine.

    EDIT:
    I've found the following MSDN page that refers to...
  17. Replies
    12
    Views
    8,203

    Yes I've trying many different combinations,...

    Yes I've trying many different combinations, nothing...
  18. Replies
    12
    Views
    8,203

    _beginthreadex and class

    I'm trying to place the function that calls _beginthreadex and the the thread function under the same class, but I get a compilation error:



    class ScanAction {
    public:
    void ScanDir(char...
  19. Not a very elegant solution... Does anyone know...

    Not a very elegant solution...
    Does anyone know the reason for this weird design??
  20. I've already seen this example, but it either not...

    I've already seen this example, but it either not working or I'm simply missing something.
    The only difference between this example and my code are the following two lines:

    bi.lpfn =...
  21. Thank you, but just one last thing. After used...

    Thank you, but just one last thing.
    After used once, is there a way to make this dialog display the last selected folder?

    Thanks again.
  22. Folder selection menu using Common Dialog Box?

    Does anyone know how can I open a folder selection menu common dialog box?
    Something similar to GetOpenFileName, but with a folder instead of file :)


    Thank you.
  23. Replies
    6
    Views
    2,673

    Can't you just use the bind() function? I...

    Can't you just use the bind() function?
    I believe that if the link on the ethernet port is down, the function will return an error.
  24. The ethereal project changed it's name to...

    The ethereal project changed it's name to wireshark, and the ethereal site is no longer updated!!!
  25. The only good way to develope network...

    The only good way to develope network applications is with a sniffer.
    Just one thing, Ethereal is DEAD... It is now known as WireShare.org :)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4