Making a simple app that logs and reads in command line arguments with Visual Studio 2010 Express, google glog and google gflags?
I've written the following simple program: #include "stdafx.h" #include <gflags/gflags.h> #include <glog/logging.h> #include <ostream> int _tmain(int argc, char* argv[]) { google::InitGoogleLogging(argv[0]); LOG(INFO) << "Found"; return 0; } I checked out google-glog from here: http://code.google.com/p/google-glog/sourc...