Skip to forum content

You are not logged in. Please login or register.


Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

1

Topic: clan

    if(clantag) {
    std::sprintf(clantag_str_tmp, "%c%c%c%c", clantag&0xff, (clantag>>8)&0xff, (clantag>>16)&0xff, clantag>>24);
        clantag_str=clantag_str_tmp;
        while((* clantag_str) == 0) clantag_str++;
    }

Вместо  "%c%c%c%c" заменил простые числа на 1000 и компилил.
на сервере показывает 0001 т.е числа наоборот. как можно его исправить?

2

Re: clan

В той же функции, где находится этот код, выше есть пример использования strreverse, которая меняет порядок байтов на обычный.
https://ru.wikipedia.org/wiki/Порядок_б … к_старшему

Do not ask for support in PM.

Posts: 2

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users