help with functions pleaseYou've got a number of problems: Lines 37-43 - You don't put the type of the function on a functi...
Why is my code not doing the task im asking?!Line 1 should be: [code]#include <iostream>[/code] You need: [code]using namespace std;[/code]...
Need to convert xml file into property tree using Boost::property_treeYou have declared PositionManagementDetailsSave and PositionManagementDetailsLoad to be member funct...
help with codeI already pointed out what your errors are. And PLEASE LEARN TO USE CODE TAGS. You have been ask...
help with codeThe line numbers in your diagnostics don't line up with the code you posted. PLEASE USE CODE TAG...