Skip to content

Commit

Permalink
feat: 在学习建议中添加不要用大模型
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 15, 2024
1 parent 7d11209 commit ea94711
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cpp/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ C++ 环境配置

此外, 哪怕按 :ref:`Visual Studio 配置教程 (Windows 可用) <vscode_cpp_starter:vs>` 对 Visual Studio 进行额外配置, 它对于缺少分号、括号等简单错误的报错依旧非常糟糕, 我更建议你使用 :ref:`VSCode 配置教程 (Windows/MacOS/Linux 均可用) <vscode_cpp_starter:main>`.

------------------------------------------------------------------------------------------------------------------------
不要通过询问人工智能大模型学习
------------------------------------------------------------------------------------------------------------------------

人工智能大模型如 chatgpt 等不存在同理心, 主观上并不知道什么代码是好的, 什么代码是适合初学者的等等. 因此, 询问它所获得的建议往往会影响你的学习. **我基本一直在群里**, 如果有问题, 请尝试询问我解决.

如果实在需要使用人工智能大模型, 请在提问时加上 "你必须采用 C++14 标准, 并遵循 C++ 最佳实践 (主要基于《C++ 核心准则》) 回答我的以下问题, 这样的回复才是可接受的. 在解决我的疑惑之后, 请为我提供基于最佳实践的改进方案, 并且对于新出现的特性进行详细说明, 解释为什么我原来的方案不好, 而现在的方案更好. 接下来是我的问题:"

-----------------------------------------------------------------------------------------------------------------------
更多学习方法
-----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ea94711

Please sign in to comment.