Why am I getting this ifstream error?

前端 未结 1 992
南旧
南旧 2021-02-06 20:52

Implicit instantiation of undefined template \'std::basic_ifstream>\'


#ifndef MAPPER_H
#define MAPPER_         


        
1条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 21:29

    You're missing

    #include 
    

    and you probably assign somthing to inFile which is not allowed.

    0 讨论(0)
提交回复
热议问题