11 2022 档案
摘要:Using Designated Initializers // or don't specify the size int arr[] = {[0 ... 4] = 1}; Using std::fill_n function Finally, we can use std::fill_n in
阅读全文
摘要:数据类型相关 常数:true, false 基本数据类型:bool, char, double, float, int 修饰/基本数据类型:long (long int), short (short int) 修饰基本类型: signed, unsigned 自定义数据类型:union, struc
阅读全文
摘要:https://inet.omnetpp.org/docs/users-guide/ch-network-interfaces.html Is it possible to replace the "Output queue" with event flow method? Output queue
阅读全文
摘要:Dependency Walker的替代品Dependencies: https://blog.csdn.net/aoq72569/article/details/101695873 Its project website: https://processhacker.sourceforge.io/
阅读全文
摘要:https://root.cern/install/ it works. Cling vs Clang The letter "i" stands for interactive or interpreter.
阅读全文
摘要:"C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\g++.exe" -c main.cpp -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86
阅读全文