Jiannanya
Jiannanya
ps.英文版应该没关系吧,这个质量还不错
**Got an error when launching debugging** OS: Windows 10 x64 19042.1586 VSCode version: 1.70.0 CodeLLDB version: 1.7.4 Compiler: clang 14.0.6 Debuggee: x86_64-pc-windows-msvc I installed the extension CodeLLDB and configed it...
Hi there, I know the original one is correct, but why not use the more universal Bresenham like blow ? code like: ```C++ void bresenhamLine(int x1, int y1, int x2,...
# Describe the bug The default std::cout does much slower output to default console than printf,even use sync_with_stdio(false) . # Command-line test case ``` C:\Temp>type testcout.cc #include #include using std::cin;...