摘要: To learn C++ for infrastructure software, you can follow these steps: Learn the basics of C++: Start by learning the basics of C++ programming languag 阅读全文
posted @ 2023-03-31 17:54 SpacetimeCoding 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Use wm_attributes and parent=root to force file dialog topmost. root = tk.Tk() root.withdraw() root.wm_attributes('-topmost', 1) filename = askopenfil 阅读全文
posted @ 2023-03-27 20:01 SpacetimeCoding 阅读(23) 评论(0) 推荐(0) 编辑
摘要: In C++, struct is a keyword used to define a data structure that groups multiple variables of different data types into a single unit. Here are some s 阅读全文
posted @ 2023-03-23 23:10 SpacetimeCoding 阅读(15) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { int v[] = {0,1,2,3,4}; for(auto x : v) { cout << x << endl; } for(auto y : {10, 20, 30}) { cout 阅读全文
posted @ 2023-03-23 23:04 SpacetimeCoding 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Both const and constexpr are used to define constants in C++, but they have different meanings and use cases. const is used to declare a variable as c 阅读全文
posted @ 2023-03-23 22:56 SpacetimeCoding 阅读(18) 评论(0) 推荐(0) 编辑
摘要: To check the value of a variable in Clion's memory view, follow these steps: Run your program in debug mode by clicking the "Debug" button in the tool 阅读全文
posted @ 2023-03-23 22:52 SpacetimeCoding 阅读(47) 评论(0) 推荐(0) 编辑
摘要: To force a 64-bit build in CMake, you can add the following lines to your CMakeLists.txt file: set(CMAKE_GENERATOR_PLATFORM x64) set(CMAKE_EXE_LINKER_ 阅读全文
posted @ 2023-03-23 22:49 SpacetimeCoding 阅读(86) 评论(0) 推荐(0) 编辑
摘要: In C++, there are several primitive data types, which are also known as fundamental or built-in data types. These include: Integer types: Used to repr 阅读全文
posted @ 2023-03-23 22:39 SpacetimeCoding 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Here are some steps to learn C++: Learn the basics: Start with the basics of C++, including variables, data types, control structures, loops, and func 阅读全文
posted @ 2023-03-23 22:20 SpacetimeCoding 阅读(35) 评论(0) 推荐(0) 编辑
摘要: To become a professional software engineer, you can follow these steps: Learn computer science fundamentals: Study computer science fundamentals such 阅读全文
posted @ 2023-03-23 22:19 SpacetimeCoding 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 我 concepts in RF fundamentals ChatGPT RF (Radio Frequency) fundamentals refer to the basic principles and concepts of radio frequency technology, whic 阅读全文
posted @ 2023-03-19 16:17 SpacetimeCoding 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 我 what areas are C++ typically used? ChatGPT As an AI language model, I can say that C++ is typically used in the following areas: Operating Systems: 阅读全文
posted @ 2023-03-19 15:56 SpacetimeCoding 阅读(11) 评论(1) 推荐(0) 编辑
摘要: Learning MFC programming can be done through the following steps: Familiarize yourself with C++ programming language, as MFC is a C++ library. Underst 阅读全文
posted @ 2023-03-18 16:19 SpacetimeCoding 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 创建项目 创建一个 Razor Pages 项目,并用 Visual Studio Code 打开: dotnet new webapp -o RazorPagesMovie code -r RazorPagesMovie 信任开发证书: dotnet dev-certs https --trust 阅读全文
posted @ 2023-02-13 21:21 SpacetimeCoding 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1. 是什么 ASP.NET Core 是一个编程框架。它的特点有: - 跨平台 - 高性能 - 开源 - 适合构建现代云服务 - 运行在 .NET Core 上 2. 好处 - 可以做 Web UI,也可以做 Web API - Razor Pages 让简单的页面应用易于编写 - Blazor 阅读全文
posted @ 2023-02-13 20:49 SpacetimeCoding 阅读(34) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示