lhpl8000 发表于 2020-10-14 10:40

人工智能周末班1102班

orssus 发表于 2020-10-14 10:46

666666666666666

觉对无敌 发表于 2020-10-14 11:20

人工智能周末班1102班

billdeng 发表于 2020-10-14 11:37

人工智能周末班1102班

devartor 发表于 2020-10-14 11:49

人工智能周末班1102班

qw1106311480 发表于 2020-10-14 12:28

#include <iostream>
#include <memory>
#include <type_traits>

struct C
{
C(int i) : i(i) {} //< constructor needed (until C++20)
int i;
};

int main()
{
    auto sp = std::make_shared<C>(12);

    static_assert(std::is_same_v<decltype(sp), std::shared_ptr<C>>);

    std::cout << sp->i << '\n';
}

songmatt 发表于 2020-10-14 12:29

工智能周末班1102班

joraboy328 发表于 2020-10-14 12:33

VERY GOOOOOOOOOOOOOOOOD

fei19920829 发表于 2020-10-14 16:09

人工智能周末班1102班
https://www.ruike1.com/forum.php?mod=viewthread&tid=25464&fromuid=7343
(出处: 瑞客论坛)

rentianqi 发表于 2020-10-14 16:20

页: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17
查看完整版本: 人工智能周末班1102班