Search:

Type: Posts; User: B-Con

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    7,025

    From the link: What's this "select" he's...

    From the link:

    What's this "select" he's talking about?

    (BTW, sorry for taking so long to return, holidays+travel+start of school kept me busy. :P )
  2. Replies
    3
    Views
    7,025

    libpcap: How to timeout pcap_loop() ?

    I'm using the libpcap library to sniff packets on an interface. (My target OS is Linux, but I don't think that helps here.)

    I'm using pcap_loop() to capture packets, but pcap_loop() waits until a...
  3. Replies
    8
    Views
    4,145

    I'm using it to offset bytes, so any value over...

    I'm using it to offset bytes, so any value over 256 is pointless.... thus I chose to create several hashes.....
  4. Replies
    8
    Views
    4,145

    where was the discussion? got a link, please? ;)

    where was the discussion? got a link, please? ;)
  5. Replies
    8
    Views
    4,145

    Thanx for the links, I'll be sure to read through...

    Thanx for the links, I'll be sure to read through them :)

    I hadn't thought about accounting for the order of the chars in the string influencing the outcome, thx for mentioning that :)

    and in...
  6. Thread: Download File

    by B-Con
    Replies
    8
    Views
    4,056

    how does your work proxy work? would simply using...

    how does your work proxy work? would simply using another proxy fix the problem?
  7. Replies
    8
    Views
    4,145

    how to create hashes

    (I know this is programming related, but it's more of a concept then a direct programming question, so it didn't seem to fit anywhere else nicely....)


    I'd like to create a couple of my own...
  8. Right decicion... just unfortunatly that it...

    Right decicion... just unfortunatly that it wasn't for the right reason, leaving it open to possible conflict in the future....
  9. Replies
    8
    Views
    1,503

    Thanx :) OK, I have everything I need and...

    Thanx :)

    OK, I have everything I need and I've writting the program, I think overwriting it 3, maybe 4, time should be enough....?
  10. Replies
    8
    Views
    1,503

    Thanx quzah, shudda thought of that.... That'll...

    Thanx quzah, shudda thought of that.... That'll work nicely....

    Since this won't always be on a Windows machine, is there a way, without addressing the system, to delete the file?
  11. Replies
    8
    Views
    1,503

    OK, how could I do that? I only have a college...

    OK, how could I do that? I only have a college semester's training in C, nothing special.... :s
  12. Replies
    8
    Views
    1,503

    manage hdd liike ram?

    I was curious, there's a program called "ZDelete" out there that doesn't just "delete" something from your hard drive, it physically removes it. I was wondering if that might be possible to do in C....
  13. Replies
    6
    Views
    2,989

    I get it now..... Much thanx :)

    I get it now..... Much thanx :)
  14. Replies
    6
    Views
    2,989

    Brief question about stdin

    Hey,

    I was wondering: If I use "fclose(stdin)" to deactivate keyboard input, how can I "reopen" stdin? I believe it has to do with fdopen().....?
  15. Replies
    4
    Views
    1,712

    I got the answer..... Thanx for the help :)

    I got the answer.....

    Thanx for the help :)
  16. Replies
    4
    Views
    1,712

    lol, no, I'm doing something on my computer, and...

    lol, no, I'm doing something on my computer, and sometimes I need a password active, sometimes not, and I get a tad bit tired of forever going to the user control panel....

    And setting their...
  17. Replies
    4
    Views
    1,712

    system() clear password (XP)

    I'm writing this program (for Windows XP), and I need to be able to reset my password to nothing (in other words, clear it) using the system() function.....

    I know how to change it using:...
  18. Replies
    5
    Views
    2,012

    thanx :)

    thanx :)
  19. Replies
    5
    Views
    2,012

    Use variables in system()

    I'm writing something in XP that changes a user's password simply with: system("net user B-Con PASSWORD")

    The problem is, is that I need to generate the password to be used somewhere else in the...
  20. Replies
    5
    Views
    1,646

    OK, how do I recognize the two different...

    OK, how do I recognize the two different command-line options?

    I assume it'll be passed in and recognized by the program using the standard "main" argument *argv[] ? If so, then it would come in...
  21. Replies
    5
    Views
    1,646

    Thanx for the info, was wondering how to create...

    Thanx for the info, was wondering how to create the configuration part..... :)
  22. Replies
    5
    Views
    1,646

    window size and mouse sensitivity

    Hey, I'm a complete noob to the world of non-command-line programming, and I want to write a couple of my own screensavers. But I need a way to force the program to take up the whole screen, and a...
  23. Replies
    7
    Views
    1,301

    Ah, it's working now..... thanx guys...... :)

    Ah, it's working now..... thanx guys...... :)
  24. Replies
    7
    Views
    1,301

    Sort of...... but I can't use pointers, it's a...

    Sort of...... but I can't use pointers, it's a small portion of a HW assignment, and the prof's unreachable till the next class..... :(

    Here's excately what I have (the portions that matter), but...
  25. Replies
    7
    Views
    1,301

    passing and recieving multi-dementional arrays

    I'm writing a C program and I need to pass an array with 2 dementions to a function, but I don't know how to declare it as an arguement in the function parameters....

    I'll pass, depending, either...
Results 1 to 25 of 26
Page 1 of 2 1 2