level 1
I清时I
楼主
有没有包月解答C++问题的大佬鸭(实在不行周也行),不太了解一些语法想找个大佬,不咨询复杂的算法问题,就是一些C/C++代码段或者语法问题,也不会占用太多时间的我保证(绝对不会每天都问一次个把小时这种),大多数问题我都会自行解决
auto get_hash = [&all_hashes](auto start_index)
{
assert(start_index < std::size(all_hashes));
return all_hashes.at(start_index);
};
比如以上这种,给我说一下用法就行,我有编程基础,不笨,太久没用C++都忘了,可以的代价来发V或者Q我+你
2023年01月14日 04点01分
1
auto get_hash = [&all_hashes](auto start_index)
{
assert(start_index < std::size(all_hashes));
return all_hashes.at(start_index);
};
比如以上这种,给我说一下用法就行,我有编程基础,不笨,太久没用C++都忘了,可以的代价来发V或者Q我+你