摘要:
有时候,我们使用 VS(Visual Studio)编译程序时会出现“无法查找或打开PDB文件”的提示,并且此时程序会生成失败,无法运行,如下图所示: 大家不要惊慌,出现这种提示并不是代码写错了,而是编译器设置的问题,改一下设置就 OK 了。 先说一下PDB文件是什么 当程序在 VS 上编译时,程序 阅读全文
posted @ 2022-11-06 20:05
师大无雨
阅读(1455)
评论(0)
推荐(0)
摘要:
#include <iostream>#include "stdio.h"#include "stdlib.h"using namespace std; #define OK 1#define ERROR 0#define OVERFLOW -2typedef int Status;#define 阅读全文
posted @ 2022-11-06 17:15
师大无雨
阅读(775)
评论(0)
推荐(0)

浙公网安备 33010602011771号