05 2021 档案
the error: no operator << matches these operands
摘要:Severity Code Description Project File Line Suppression StateError (active) E0349 no operator "<<" matches these operands ReverseString the solution: 阅读全文
posted @ 2021-05-17 14:43 斗战胜佛美猴王 阅读(326) 评论(0) 推荐(0) 编辑
Error LNK2019 unresolved external symbol _main referenced in function “int __cdecl invoke_main(void)” (?invoke_main@@YAHXZ)
摘要:Similar to @仲耀晖 I had the wrong application type configured for a dll. I guess that the project type changed due to some bad copy pasting, as @Daniel 阅读全文
posted @ 2021-05-13 11:15 斗战胜佛美猴王 阅读(286) 评论(0) 推荐(0) 编辑