how to concatenate program_options::parsed_options
29 Sep
2009
29 Sep
'09
8:48 p.m.
this is a quick summation of the code I'm trying to build // get home directory parsed_options home = parse_environment(desc, "HOME"); // add the relative path to the home directory making it a full path parsed_options rcfile = home + "/.koramarc"; // parse the config file store(parse_config_file(rcfile, desc), vm); honestly all I need to do is parse a config that's in hidden file relative to the users home directory. so if there's a better way that'd work lete me know. -- Caleb Cushing http://xenoterracide.blogspot.com
5529
Age (days ago)
5529
Last active (days ago)
0 comments
1 participants
participants (1)
-
Caleb Cushing