Search:

Type: Posts; User: talin

Search: Search took 0.01 seconds.

  1. Thread: Pairs of words

    by talin
    Replies
    5
    Views
    978

    Will that allow me to do lookups both ways? E.g....

    Will that allow me to do lookups both ways? E.g. both lookup("cat") and the associated lookup("gato")?
  2. Thread: Pairs of words

    by talin
    Replies
    5
    Views
    978

    Pairs of words

    Hello!

    I am trying to write a dictionary type program where I basically just save a bunch of pairs of words, e.g. Spanish -> English. I want to be able to do quick lookups both ways (from Spanish...
  3. Thread: Strange warnings

    by talin
    Replies
    6
    Views
    961

    Strange warnings

    Hello. I am trying to implement a recursive merge sort, and I've just barely begun. I am getting some warnings:

    merge_sort.c:15: warning: ISO C90 forbids variable-size array 'left'...
  4. Replies
    4
    Views
    3,239

    Learn C The Hard Way

    Hello! I've finished K&R and its exercises, and I want to move on.
    I've seen Learn C The Hard Way receive some criticism on various websites. It looks like more "up to date" C than K&R teaches,...
  5. Thread: What's next?

    by talin
    Replies
    4
    Views
    868

    The next step is to find one that is simple...

    The next step is to find one that is simple enough, then.
  6. Thread: What's next?

    by talin
    Replies
    4
    Views
    868

    What's next?

    Hello.

    I have just finished the exercises in K&R (80%) of them anyway. I have now started on another book with an algorithmic focus that explains more advanced things, such as how how stack frames...
  7. Replies
    6
    Views
    2,153

    Ah! Thanks a lot guys! I've been warned...

    Ah! Thanks a lot guys!

    I've been warned against so many dangerous C resources out there and it has made me very skeptical.
    I will continue working with the book then.
  8. Replies
    6
    Views
    2,153

    Algorithms with C

    Hello!

    I recently bought the book "Algorithms with C". At the very beginning of the book, I find the following code example:



    #include <stdio.h>

    int
    g(int **iptr)
  9. Thread: GUI

    by talin
    Replies
    2
    Views
    1,110

    GUI

    Hey!

    I would like to write something similar to a telnet-application in C.
    Are there any good, portable GUI-libraries that you would recommend?
    Some that are preferrably written in C. I heard...
  10. Thread: C89 or C99

    by talin
    Replies
    6
    Views
    3,435

    Ah, great. Thanks for all the answers!

    Ah, great. Thanks for all the answers!
  11. Thread: C89 or C99

    by talin
    Replies
    6
    Views
    3,435

    C89 or C99

    Hay there!

    Not sure whether I should write C89 or C99... I've been using C89 so far.
    How do I know when C99 is "available" for use? Does that only depend
    on the compiler, or compiler and...
Results 1 to 11 of 11