Re: What does "candidate function(s) not accessible" mean?
You're trying to default-construct a StreamReader object. That class does have a default constructor, inherited from TextReader, but it's protected, so you can't access it from your code. That leads to the irritating error message you got instead of a plain "that doesn't exist". Use one of the several public StreamReader constructors instead.
Last edited by Eri523; January 28th, 2013 at 03:13 PM.
I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.
This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.
Bookmarks