c++ Programming Glossary: testproject
make_unique does not compile http://stackoverflow.com/questions/13883824/make-unique-does-not-compile to work for me. I'm using the following sample program testproject.cpp Defines the entry point for the console application. #include.. using VS2010 gives me the following output 1 d projects testproject testproject testproject.cpp 15 error C2143 syntax error missing.. gives me the following output 1 d projects testproject testproject testproject.cpp 15 error C2143 syntax error missing ' ' before..
|