Search:

Type: Posts; User: river-wind

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,634

    possibly the function you rigged up would work if...

    possibly the function you rigged up would work if you set up a "last_word" variable-

    If last_word!=fget(word) && last_word!=" " {
    do stuff();
    last_word=new word;
    }


    Then only...
  2. setting a float to 4 digit decimal precision

    I am dealing with an old language for the front end to a c program. I am running into coredumps when I pass a float that has more than 4 digits after the decimal.

    To get around this, I did the...
  3. Replies
    2
    Views
    1,798

    functions defined as a string

    I know that you can define a function as a "char *", but its been a couple of years, and I forget the specific syntax.

    I am calling a pair of C functions from a 4GL (an old IBM DB query language)...
Results 1 to 3 of 3