j
Size: a a a
j
IZ
Ꮓ
IZ
Ꮓ
cmake_minimum_required(VERSION 3.17)
project(inheritance)
set(CMAKE_CXX_STANDARD 20)
Ꮓ
AB
cmake_minimum_required(VERSION 3.17)
project(inheritance)
set(CMAKE_CXX_STANDARD 20)
Ꮓ
AB
LD
#include <assert.h>
#define MESSAGE "message"
void Bar() {
assert(<bool expression> && MESSAGE)
}
AB
j
AB
#include <assert.h>
#define MESSAGE "message"
void Bar() {
assert(<bool expression> && MESSAGE)
}
j
LD
assertmsg
которая ?AB
assertmsg
которая ?Е
#include <assert.h>
#define MESSAGE "message"
void Bar() {
assert(<bool expression> && MESSAGE)
}
Ꮓ
j
j