Error Tools
Ir al canal en Telegram
321
Suscriptores
-124 horas
-27 días
-330 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
septiembre '26
septiembre '260
en 0 canales
agosto '26
+8
en 0 canales
Get PRO
julio '26
+11
en 0 canales
Get PRO
junio '26
+10
en 0 canales
Get PRO
mayo '26
+6
en 0 canales
Get PRO
abril '26
+11
en 0 canales
Get PRO
marzo '26
+7
en 0 canales
Get PRO
febrero '26
+6
en 0 canales
Get PRO
enero '26
+12
en 0 canales
Get PRO
diciembre '25
+8
en 0 canales
Get PRO
noviembre '25
+12
en 0 canales
Get PRO
octubre '25
+18
en 0 canales
Get PRO
septiembre '25
+38
en 1 canales
Get PRO
agosto '25
+13
en 0 canales
Get PRO
julio '25
+12
en 1 canales
Get PRO
junio '25
+16
en 1 canales
Get PRO
mayo '25
+51
en 1 canales
Get PRO
abril '250
en 2 canales
Get PRO
marzo '25
+68
en 1 canales
Get PRO
febrero '250
en 1 canales
Get PRO
enero '250
en 4 canales
Get PRO
diciembre '24
+22
en 4 canales
Get PRO
noviembre '24
+87
en 3 canales
Get PRO
octubre '240
en 3 canales
Get PRO
septiembre '240
en 3 canales
Get PRO
agosto '24
+15
en 2 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 01 septiembre | 0 |
Publicaciones del Canal
| 2 | https://github.com/FullError11/libevdev-for-android.git | 103 |
| 3 | imgui_dyn_color.tar.gz | 127 |
| 4 | rust写一夜,写了一地unsafe,遇到一堆闭包所有权问题,像咱这种用原始指针的还是老实用c++吧😭 | 163 |
| 5 | 写了两天,最严重的问题还是clangd支持薄弱,经常出现module not found,类型错误
module not found误报还会导致全局错误检查无效 | 156 |
| 6 | 踩坑记录
import std
1. C函数污染全局命名空间,比如 auto log = ...; log与c数学库log函数冲突
2. std模块的uint64_t等类型必须使用std命名空间
3. 宏传播,日志宏全部无效,日志全部要改,爽的不行
4. 缺少INT32_MAX等宏,要写std::numeric_limits<int32_t>::max()
5. 待定
modules
// a.cppm
export module a:b;
// a.cpp
module a:b;
会报错重定义,需要写为
// a.cppm
export module a:b;
// b.cppm
export module a;
export import :b;
// a.cpp
module a;
// 实现a:b的内容 | 161 |
| 7 | 尝试丢掉C++的傻逼头文件机制 | 140 |
| 8 | C++23 imporr std
https://github.com/FullError11/fix-ndk-cxx-std-modules.git | 143 |
| 9 | main.cpp | 183 |
| 10 | 还有牛逼设计,直接赋值是引用,不拷贝内容
还她妈不带引用计数😡 | 118 |
| 11 | 🤡🤡🤡 | 217 |
| 12 | 单例类忘记返回引用,一个bug修了一天半 | 208 |
| 13 | 新年快乐,发个000元的口令红包,也就是没有红包 | 229 |
| 14 | Sin texto... | 221 |
| 15 | 平板变砖了😭 | 185 |
| 16 | 还有size(width, width)👍 | 214 |
| 17 | 极品了,直接按tab用ai补全,ai给我写了个这东西,找半天才发现问题
Info(int32_t h)
: height(0)
{
} | 210 |
| 18 | 好傻逼啊,匿名结构体在不同编译单元出现了不同实例 | 192 |
| 19 | 最离奇的一集 | 187 |
| 20 | 最难绷的一集:
修BUG研究两个多小时,想了各种可能,一直修不好
最后发现我编译的是32位程序
最阴间的是,只有这一个函数会被影响,其他从libvulkan到libgui都没事 | 198 |
