Skip to content

Comments

add task bin calc and cmake#24

Open
Gosha924 wants to merge 1 commit intomasterfrom
12_hw_c_bin
Open

add task bin calc and cmake#24
Gosha924 wants to merge 1 commit intomasterfrom
12_hw_c_bin

Conversation

@Gosha924
Copy link
Owner

No description provided.

@Gosha924 Gosha924 requested a review from chernishev November 22, 2025 14:14
@@ -0,0 +1,84 @@
#include <stdio.h>

#define BIN 16
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BIN_SIZE, или INT_BITS, или как-то так

printBinNum(bin1);
printBinNum(bin2);
printf("++++++++++++++++++++\n");
int buff = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: по-английски это называется "carry"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В этой домашке уже должны быть юнит-тесты.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants