char array problem
ahao1995 opened this issue · 3 comments
ahao1995 commented
hi:
In some cases, I want to use char array in struct, not use std::string, I found it deal char array as c_array, is there any suggestion to make it like string
qicosmos commented
you could use char array in a struct:https://github.com/qicosmos/iguana/blob/master/test/test.cpp#L201
qicosmos commented
I think it's has been fixed, can be closed?
ahao1995 commented
thanks