Since 4/2/2012 5:35:27 AM, korcanh has written 2 articles and participated in 1 conversations. korcanh signature: korcanh
korcanh's articles:
Items(2) /1
Is this code valid in n3000?176 (1/23/2010 3:10:58 AM) comp.std.c++ Taken from wikipedia:
"template OutputType operator "" _Suffix();
OutputType someVariable = "1234"_Suffix;
This instantiates the literal processing function as
operator""_Suffix. In this form, there i... snk_kid
Anyone else feel like C++ is getting too complicated?10426 (3/19/2009 2:35:37 AM) comp.lang.c++ I know I'm going to get flamed here, but I really feel like C++ is just getting way too complicated to be as practical as I feel it should (and could) be. Before you start, I've been doing C++ professionally f... divisortheory(94)