CPPPROGLIB Telegram 4712
В каких случаях применяется инициализация нулями?

- Статические переменные (static), глобальные и thread_local
thread_local int a; // thread_local

int b; // global

struct Test {
static int test; // static
};

int Test::test;


- Если мы инициализируем default значениями примитивных типов
void dunc(int t){}

f(int());


- Для явно не инициализированных Си-массивов
char a[5] = "123"; //  a[3] = a[4] = 0
👍71🤔1



tgoop.com/cppproglib/4712
Create:
Last Update:

В каких случаях применяется инициализация нулями?

- Статические переменные (static), глобальные и thread_local

thread_local int a; // thread_local

int b; // global

struct Test {
static int test; // static
};

int Test::test;


- Если мы инициализируем default значениями примитивных типов
void dunc(int t){}

f(int());


- Для явно не инициализированных Си-массивов
char a[5] = "123"; //  a[3] = a[4] = 0

BY Библиотека C/C++ разработчика | cpp, boost, qt


Share with your friend now:
tgoop.com/cppproglib/4712

View MORE
Open in Telegram


Telegram News

Date: |

You can invite up to 200 people from your contacts to join your channel as the next step. Select the users you want to add and click “Invite.” You can skip this step altogether. According to media reports, the privacy watchdog was considering “blacklisting” some online platforms that have repeatedly posted doxxing information, with sources saying most messages were shared on Telegram. It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS): The initiatives announced by Perekopsky include monitoring the content in groups. According to the executive, posts identified as lacking context or as containing false information will be flagged as a potential source of disinformation. The content is then forwarded to Telegram's fact-checking channels for analysis and subsequent publication of verified information. Ng was convicted in April for conspiracy to incite a riot, public nuisance, arson, criminal damage, manufacturing of explosives, administering poison and wounding with intent to do grievous bodily harm between October 2019 and June 2020.
from us


Telegram Библиотека C/C++ разработчика | cpp, boost, qt
FROM American