Search:

Type: Posts; User: biterman

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Hashing, indexing and phonetic normalization for approximate str matching...

    Hi,

    I've been away from these boards for a really long time, but still they're the first place I thought of to come and ask for help, to throw around and play around a bit with some ideas in...
  2. Ok, I understand your point now. And I just...

    Ok, I understand your point now. And I just confirmed it for myself, if I change the file type to .cpp it'll compile and run smoothly with Dev-C++.

    Guess I'll go learn how to dinamically allocate...
  3. Thanks for clearing that up :) So if I can't...

    Thanks for clearing that up :)

    So if I can't declare the array in the middle of the program, how can I make it the right size? The whole program depends on the size of that array and the size of...
  4. Parse error in one compiler but not in another...

    Hey,

    I just noticed that (with Dev-C++ 4.01, Win98se) when I try to declare a new variable or array or whatnot after doing anything other than declaring the first variables, like in the following...
  5. Thread: Nwn

    by biterman
    Replies
    28
    Views
    4,946

    ...

    I personally prefer playing good old D&D. The fun you have when hanging out with your friends is something a game will never give you. And if on top of hanging out your trying to play D&D it's sooo...
  6. Replies
    73
    Views
    11,313

    ...

    What about these?

    PC
    -Ancient Dungeons Of Mistery (ADOM)
    -Liero

    SNES
    -Chrono Trigger*
    -Killer Instinct
  7. Replies
    5
    Views
    984

    im guessing but...

    check if you have a line that looks something like this

    scanf("%d", x); /* where x is a variable NOT a pointer */

    when it should look this :

    scanf("%d", &x);

    anyways... i HTH.
  8. Replies
    3
    Views
    2,327

    I just stumbled upon this...

    ...have any of you seen it before? I thought it was rather funny (not too funny tho').

    http://www.geocities.com/adomf/WriteInC.html
  9. Replies
    2
    Views
    1,114

    Precisely...

    I would suggest that you contact the Webmaster of that site and ask for the formulas used in his perl script. Once you have those writing a C program should be no problem whatsoever.

    adios,...
  10. Replies
    36
    Views
    7,803

    Some would say this is nothing to be happy about....

    Some would say this is nothing to be happy about. Would you?

    adios,
    biterman.

    PS: That 'you' is an impersonal 'you', it's not you you! You know? ;)
  11. Replies
    9
    Views
    2,972

    Jen's File Editor

    Go Here:
    http://home.t-online.de/home/Jens.Altmann/jfe_eng.htm

    adios,
    biterman.
  12. Replies
    7
    Views
    2,656

    fantastic...

    i love your work!
  13. Replies
    2
    Views
    4,152

    ...

    do
    {
    getAddress();
    }
    while(!validateAddress());


    I think that'll give you the main idea of how to do it.

    adios,
  14. Replies
    6
    Views
    2,287

    Nightwish

    Look 'em up!
  15. Replies
    37
    Views
    8,885

    When you put it like that i have to agree with...

    When you put it like that i have to agree with you.

    But the thing is not all pirating is about developing tools. In fact i'd guess most of it isn't.

    I'd say most of it is games. A game is about...
  16. Thread: Cyclone?

    by biterman
    Replies
    2
    Views
    2,369

    Cyclone?

    Hmmm... what do you think about this?

    http://www.cs.cornell.edu/projects/cyclone/

    adios,
    biterman.
  17. Replies
    7
    Views
    2,536

    ...

    Now all that is left to do is find the iterative solution :)

    adios,
    biterman.
  18. Replies
    37
    Views
    8,885

    ...

    The thing about software piracy is that we all know it's stealing. It is, and you know it! But we all try to excuse it in some way, because we all (well most of us) do it/have done it.

    I think...
  19. Replies
    46
    Views
    10,071

    Poll: ...

    I believe that from a developers perspective Opera is simply the best. It's the only truly standard complaint browser there is. Although the last version i used (can't remember the #) didn't do...
  20. Replies
    21
    Views
    5,597

    Poll: ...

    Well people read/write Latin, but i don't think they speak it.

    Hmmm... Justin you're the first person i hear of that likes to use a compiled language for CGI instead of an interpreted one.

    Hey...
  21. Replies
    53
    Views
    11,577

    Hei Oskilian what kind of problems did you do in...

    Hei Oskilian what kind of problems did you do in that competition?
    Do you remember any of them?
    I'd love to try to solve some of them.

    adios,
    biterman.
  22. Thread: End of File

    by biterman
    Replies
    3
    Views
    1,434

    ...

    The value of EOF depends on your lib i think. Or is it machine-dependant? I can't remember. K&R says it some where.

    Anyways, in Windows console just press Ctrl-Z. That'll be EOF and your while...
  23. Replies
    51
    Views
    10,670

    ...

    What's wrong with hackers?
    Did you mean crackers?

    adios,
    biterman.
  24. ...

    Finnish is a real challenge. I can tell you that.

    The verbs are in and of themselves pretty easy since there's only like 2 or 3 irregular verbs, but (this is a big butt) the hard part (as if the...
  25. Any Finnish noun can have over 2,000 forms...

    I just found this exceedingly interesting. And since i know at least one of you will find it to be interesting as well, i decided to post it.

    Check it out:...
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4