#decl

error: ‘to_string’ was not declared in this scope

错误:error:‘to_string’wasnotdeclaredinthisscope 原因:to_string是C++11引入的新功能,旧版本编译器可能不支持它,所以要给编译器加上“C++11”编译支持 解决方案:Linux下的GCC编译器:在g...
代码星球 ·2020-03-29

__cdecl、__stdcall、__fastcall、thiscall 进栈、出栈区别

https://en.wikipedia.org/wiki/X86_calling_conventions   https://msdn.microsoft.com/en-us/library/984x0h58%28v=vs.71%29.aspx有个题目是func(inta,intb){&...
首页上一页12345下一页尾页