IZ
Country* temp = new Country[count + 1];
for (int i = 0; i < count; i++)
{
temp[i] = countries[i];
}
delete[] countries;
countries = temp;
что за логика ...Size: a a a
IZ
Country* temp = new Country[count + 1];
for (int i = 0; i < count; i++)
{
temp[i] = countries[i];
}
delete[] countries;
countries = temp;
что за логика ...IZ
Country* temp = new Country[count + 1];
for (int i = 0; i < count; i++)
{
temp[i] = countries[i];
}
delete[] countries;
countries = temp;
что за логика ...AB
АВ
countries
IZ
v
project(proj LANGUAGES CXX)Но это падает с ошибкой:
link_directories(${CMAKE_BINARY_DIR}/res)
add_subdirectory(./crypto++ ./crypto++/lib/)
...
file(GLOB SRC "*.hpp" "*.cpp")
add_executable(proj ${SRC})
target_link_libraries(proj cryptopp-static)
inlining failed in call to always_inline '__m128i_mm...'Это у меня какой-то из cmake'ов кривой или в чем-то другом ошибка?
IZ
project(proj LANGUAGES CXX)Но это падает с ошибкой:
link_directories(${CMAKE_BINARY_DIR}/res)
add_subdirectory(./crypto++ ./crypto++/lib/)
...
file(GLOB SRC "*.hpp" "*.cpp")
add_executable(proj ${SRC})
target_link_libraries(proj cryptopp-static)
inlining failed in call to always_inline '__m128i_mm...'Это у меня какой-то из cmake'ов кривой или в чем-то другом ошибка?
v
IZ
IZ
IZ
v
IZ
VD
IZ
YP
IZ
IZ
YP
IZ