User profile: AbstractionAnon

User info
User name:AbstractionAnon
History
Joined:
Number of posts:412
Latest posts:

help with functions please
You'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_tree
You have declared PositionManagementDetailsSave and PositionManagementDetailsLoad to be member funct...

help with code
I already pointed out what your errors are. And PLEASE LEARN TO USE CODE TAGS. You have been ask...

help with code
The line numbers in your diagnostics don't line up with the code you posted. PLEASE USE CODE TAG...