Search:

Type: Posts; User: toveling

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,604

    Since it will be in a JAR file, it should be ZIP...

    Since it will be in a JAR file, it should be ZIP compressed, which would help. I'd like definitions.
  2. Replies
    3
    Views
    2,604

    Parsable pocket dictionary file

    I'm writing a simply dictionary program which I hope to port to embedded (it's currently J2SE, will port to J2ME for cell phones), but am having a hard time finding a reasonable data source for it....
  3. Replies
    7
    Views
    1,663

    [edit] I was replying to #2, now 3 Thanks...

    [edit]
    I was replying to #2, now 3

    Thanks anonytmouse, that worked perfectly. I sort of had an idea that I would need to do something like that, but I've never worked with pointers to pointers...
  4. Replies
    7
    Views
    1,663

    Passing stucts by reference, malloc

    Alright, I'm relatively new to C but not to programming. What I'm trying to do is create a struct, pass it to another function that will allocate memory for it and fill it.

    Here's an example of...
Results 1 to 4 of 4