Search:

Type: Posts; User: TeRMaL

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    47,783

    Hey grumpy! The reason why I haven't posted the...

    Hey grumpy!
    The reason why I haven't posted the rest of the code is because it will be unworkable (it has hundreds of code lines)!

    I'm not using any macro so this couldn't be the problem :S.
    It...
  2. Replies
    9
    Views
    47,783

    Well, the function is included on a much bigger...

    Well, the function is included on a much bigger code but this function as I posted it gives me that warning.

    I'm not sure how to get neither the compiler nor the version :S. I'm using an IDE...
  3. Replies
    9
    Views
    47,783

    Hi cas! Here is the whole code: int...

    Hi cas!

    Here is the whole code:


    int staticGestureTreatment(int SeqFingers[], int FingerCountFramesNum)
    {
    int i;
    float prob = 0;
    int option = -1;
  4. Replies
    9
    Views
    47,783

    Hi laserlight and thanks for your answer! With...

    Hi laserlight and thanks for your answer!

    With your test code from above, I don't get the warning! (but I don't understand why, I mean, the declaration isn't just the same? :S)

    With the...
  5. Replies
    9
    Views
    47,783

    Warning: excess elements in scalar initializer

    Hi everyone!

    I get this warning


    when compiling:


    int Fingers[6] = {0,0,0,0,0,0};
Results 1 to 5 of 5