器错误编译 问答列表

为什么 std::list<string> 有效,但 std::list<int 不起作用>

作者:WannabeArchitect 提问时间:11/11/2017

我在 Ubuntu 上实现 AVL 树时使用模板。 当我编写时,该文件不会编译,它告诉我:template class AVLTree<std::list<int> >; 对 'AVLTree <...

如何使用 BufReader 的fill_buff并通过 TcpStream 使用

作者:andreasppg 提问时间:10/27/2023

以下代码不编译 use std::io::{BufRead, BufReader}; use std::net::{TcpListener}; fn main() { let listener ...

在 Mac 终端中编译后,C 程序未给出预期结果

作者:user22532748 提问时间:11/15/2023

我有一个项目,在MacBook终端中编译了24个C文件,每个文件都包含自己的功能。我使用 ar rcs libLibrary_name.a * .o 为这些函数创建了一个库,使用 gcc -c * ....


共3条 当前第1页