05.04.2012, 12:01
Man, I understand what you trying to do.. in other languages that would work a think, at least some of it
Then you have to do the same thing for carName
And to compare the two, you use
Hope I helped you somehow
Код:
format(Bravura, sizeof(Bravura), "Bravura"); format(Glendable, sizeof(Glendale), "Glendale"); // this instead the "=" operator to give them a value
Код:
format(carName, sizeof(carName), "%s", params);
Код:
strcmp(Glendale, carName, true); //and not the "=="