User talk:Dpai: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) (Created page with 'Just curious, why did you change inputFilename to inputFilename.c_str() ? cout should be able to handle outputting an std::string directly, right? ~~~~') |
Daviddoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Just curious, why did you change inputFilename to inputFilename.c_str() ? cout should be able to handle outputting an std::string directly, right? | Just curious, why did you change inputFilename to inputFilename.c_str() ? cout should be able to handle outputting an std::string directly, right? | ||
[[User:Daviddoria|daviddoria]] 18:22, 3 March 2010 (UTC) | [[User:Daviddoria|daviddoria]] 18:22, 3 March 2010 (UTC) | ||
Ah, ok, that's good to know, thanks. [[User:Daviddoria|daviddoria]] 18:36, 3 March 2010 (UTC) |
Latest revision as of 18:36, 3 March 2010
Just curious, why did you change inputFilename to inputFilename.c_str() ? cout should be able to handle outputting an std::string directly, right? daviddoria 18:22, 3 March 2010 (UTC)
Ah, ok, that's good to know, thanks. daviddoria 18:36, 3 March 2010 (UTC)