Talk:Sokoban: Difference between revisions

(→‎C++ Version: C yes, C++ maybe not)
Line 15:
Do you mind if I remove the first C++ version? It's kind of redundant. (Probably the first C version too is kind of redundant). --[[User:Bearophile]]
: It's probably better to leave both C++ versions. Boost may become standard one day, but not (all of it) yet, so it may be helpful to have both versions around. As to C, do whatever you see fit, since the second version is just a line by line translation from the first one by somebody. (Also, after your comment, sign it with say, <code><nowiki>--~~~~</nowiki></code> so people know who's talking. --[[User:Ledrug|Ledrug]] 19:36, 4 May 2012 (UTC)
 
:: OK. Unordered sets will be part of the C++ standard, so the dependency from Boost will be minimal, or even zero. I'll remove the first C version then, usually I prefer C99 (but you usually prefer C89). How do you change the registration name here? --[[User:Bearophile|Bearophile]] 20:14, 4 May 2012 (UTC)