Search:

Type: Posts; User: bavetta

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,201

    Yes, the problem goes away with "static"...

    Yes, the problem goes away with "static" prepended to each declaration. As I understand this will cause the arrays in this case to be private to the function - is there any other functional...
  2. Replies
    3
    Views
    1,201

    Variable Allocation Problem

    Hey, I am having trouble with some code. Reduced to just this there still is an error:


    int main () {

    //************ MAIN PARAMETERS ******************//

    #define dictionary_length...
Results 1 to 2 of 2