Search:

Type: Posts; User: Slinger

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    863

    Yes I know this but I only care if they match or...

    Yes I know this but I only care if they match or not.


    if (strcmp(UBconfigData.code2, ScaleVer ) !=0)
    {
    version changed
    }
    else
    {
    no change
  2. Replies
    3
    Views
    863

    comparing strings/arrays

    Hello,

    I normally program embedded devices in ASM and my boss asked me to fix some code that was written in C, I have done a little C but not to much.

    The problem I've noticed is that a...
Results 1 to 2 of 2