摘要: 一、启动调试并传入参数 调试代码如下所示: #include <iostream> int main(int argc, char** argv) { int iTest = 100; const char* str = "this is a test"; std::cout << "iTest i 阅读全文
posted @ 2024-01-10 17:41 TechNomad 阅读(491) 评论(0) 推荐(0)
摘要: 一、C++调试准备工作 调试代码下载地址 调试代码: #include <iostream> int main(int argc, char** argv) { int iTest = 100; const char* str = "this is a test"; std::cout << "iT 阅读全文
posted @ 2024-01-10 14:43 TechNomad 阅读(274) 评论(0) 推荐(1)