"list" support in pspsdk?
"list" support in pspsdk?
I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
Re: "list" support in pspsdk?
Do you mean the list feature of STL ? If so, then it is supported. You have to link with the stdc++ library.laichung wrote:I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
add -lstdc++ to your makefile.
Br, Sandberg
Re: "list" support in pspsdk?
yes and thanks I now can use list~~~
Thanks~~~
Thanks~~~
sandberg wrote:Do you mean the list feature of STL ? If so, then it is supported. You have to link with the stdc++ library.laichung wrote:I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
add -lstdc++ to your makefile.