c++ - My text database program "Cannot resolve address of overloaded function" -


i wrote program goal of making output text file. can wanted divide in functions , bewildered why keep getting error "statement cannot resolve address of overloaded function". appreciated. http://pastebin.com/jkxc75cc

your code contains code fragment:

operations key; key.writer; 

perhaps wanted call writer method:

key.writer(); 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -