g ++ 如何解决这个问题?

g ++ How to fix this?

findpattern.cpp:1:5: error: 'i' does not name a type  ■# i n c l u d e " f i n d p a t t e r n . h " ^ findpattern.cpp:27:2: error: 'D' does not name a type m b i . R e g i o n S i z e , N U L L ) ; ^ findpattern.cpp:83:2: error: 'v' does not name a type

c:\minGW\mingw32\bin\g++ -c findpattern.cpp

请检查您保存文件的编码是否正确。一些 Windows 编辑器默认为 UTF-16,这可能会导致类似的问题。您需要 select UTF-8。