Home > Software engineering >  Include the header file # include <fstream> edit error stdint. H "uint32_t redefine"
Include the header file # include <fstream> edit error stdint. H "uint32_t redefine"

Time:09-15

Item, include the header file # include & lt; Fstream> After editing error
Prompt "uint32_t redefine"; Different base type stdint. H line 23

Why is this? Read and write because you want to add file operations. Before the program can normal editing. Contains the article first thing wrong immediately

CodePudding user response:

You using vc, in c header file is best to use less, to the file, or a CFILE, because, the head of the vc file some rewritten,

CodePudding user response:

thank you What is there any way to solve this problem? Can't use

CodePudding user response:

Try the front header files with # pragma once

CodePudding user response:

Added # pragma once still doesn't work. Can only use the MFC class to read and write function. But this does not solve the youdao always think learning process cut not stridden
  • Related