IK
Size: a a a
IK
IZ
struct base {
Int* l;
Int n;
};
struct concrete_type {
struct base base;
int A;
};
RP
AS
D
IZ
IZ
ПК
RP
RP
ПК
D
for (auto const& filename : filenames) {
if (filename.ends_with(".cpp") || filename.ends_with(".cxx")) {
std::cout << std::format("Please rewrite {} to Rust\n", filename);
}
}
D
.cpp
файл как Си?RP
g++
-> gcc
clang++
-> clang
RP
VK
D
gcc -std=c18 -Wall -Wextra -pedantic -Werror
?RP
gcc -std=c18 -Wall -Wextra -pedantic -Werror
?SE