Search:

Type: Posts; User: Apocalypse

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,541

    Use getenv("HOME")

    Use getenv("HOME")
  2. Thread: hash table!

    by Apocalypse
    Replies
    4
    Views
    2,202

    http://www.cl.cam.ac.uk/~cwc22/hashtable/ and...

    http://www.cl.cam.ac.uk/~cwc22/hashtable/
    and google makes one
    http://sourceforge.net/projects/goog-sparsehash/
  3. Thread: Gtk

    by Apocalypse
    Replies
    3
    Views
    1,135

    GTK.org is a good place to start....

    GTK.org is a good place to start. http://gtk.org/download/ They have win32 binaries for the library. Once you install it, make sure you link the library when you compile.
  4. Replies
    22
    Views
    4,151

    No, he was correct before. str1 should be a size...

    No, he was correct before. str1 should be a size of 13 to allow Hello World!\0. Read the manual for strcat, char *s MUST be large enough to hold what it is being appended.
  5. Replies
    7
    Views
    3,640

    Here's my improved program -- it actually solves...

    Here's my improved program -- it actually solves some sudoku puzzles. It doesn't, however, solve harder puzzles like some medium difficulty, and all hard and very hard puzzles I've tried. I don't see...
  6. Replies
    7
    Views
    3,640

    I assumed ultimately that that wouldn't be needed...

    I assumed ultimately that that wouldn't be needed because that's more of a sanity check, but I will look through this thread, thanks :D
  7. Replies
    7
    Views
    3,640

    Sudoku Puzzle Solver?

    I've been working on this for a while now, and I've got it to the point where it almost works, but not quite. It's really frustrating and I can't figure out where my logic is going wrong.
    ...
  8. Thread: c problems

    by Apocalypse
    Replies
    5
    Views
    1,638

    Hahaha, give him the address or program to fix...

    Hahaha, give him the address or program to fix his problems. What are we supposed to do without code? This person should not be allowed to code or even be on the internet.
  9. Buffer overflow? Won't join channel sometimes -- IRC Bot in C

    http://uranther.pastebin.com/510905

    The code is above. It will connect to that server but it won't join the channel. With the same code it does connect and join the channel. What am I missing?...
  10. Thread: Sound

    by Apocalypse
    Replies
    2
    Views
    1,339

    Cleaned up a bit:...

    Cleaned up a bit: http://uranther.pastebin.com/432741
    Works fine for me :) Nice program btw :O
  11. Replies
    0
    Views
    1,050

    keyboard output

    im a total newbie to c++, i havent coded nething yet :-x but i want to start out coding a program that virtually presses a button.. keyboard output i guess would you call it.. so can ne1 point me to...
Results 1 to 11 of 11