![]() |
【转帖】odstring.format bug
odstring.format bug
odstring.format bug if i use the following code code: odstring s; odstring sname=dd_t("tyler"); s.format(dd_t("%s %i"),sname,1); the string comes out wrong. however if i use the code code: odstring s; odstring sname=dd_t("tyler"); s.format(dd_t("%s %i"),sname.c_str(),1); it works fine. thanks, tyler |
所有的时间均为北京时间。 现在的时间是 05:44 PM. |