error LNK2019: unresolved external symbol

前端 未结 2 1039
灰色年华
灰色年华 2020-12-09 12:04

I\'ve recently started to program in C++ again, and for the purposes of education, I am working on creating a poker game. The weird part is, I keep getting the following err

2条回答
  •  粉色の甜心
    2020-12-09 12:19

    Another solution could be: check the cmake file and make sure it (such as in ADD_EXECUTABLE) includes the .cpp file you listed.

提交回复
热议问题