Skip to content

Fix compilation error, modify C++ string to char* for ifstream.open()#4

Open
cory8249 wants to merge 1 commit intojoaofaro:masterfrom
cory8249:master
Open

Fix compilation error, modify C++ string to char* for ifstream.open()#4
cory8249 wants to merge 1 commit intojoaofaro:masterfrom
cory8249:master

Conversation

@cory8249
Copy link

I've encountered compilation error in my Win10 MinGW GCC 5.1, I found that is a data type mismatch in ifstream.open() function. Converting C++ string to C-style char* string solves this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant