Search:

Type: Posts; User: neu_greg

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,112

    I just want a recursive data unions for boolean...

    I just want a recursive data unions for boolean expressions, without using strings. Maybe this example will be more clear (this is not boolean expressions but it's simpler).

    I have three structs:...
  2. Replies
    3
    Views
    2,112

    Generic pointer

    Hi. I'm trying to do a recursive data union in C, but I'm not sure if I'm doing it right at all.
    In english the data is:
    "A boolean expression (bexpr) is one of: And, Not, Or, Var."
    "And has:...
  3. Replies
    6
    Views
    2,301

    Detab Function Loop Hang

    Hello, I'm a scheme programmer teaching myself C with the K and R book (what can I say, I'm bored with my Java OOP class). The end of chapter one asks you to write a function to replace all tabs with...
Results 1 to 3 of 3