I do not know exactly what this error is trying to tell me. Am I missing a #include or something? If you know what it is talking about please give me a heads up on how I can fix this. <--- C++ Noob. Error:
1 2 3 4 5 6 7 8
xc.cpp
c:\documents and settings\primary\desktop\xc\xc\xc.cpp(122) : error C3867: 'std::basic_string<_Elem,_Traits,_Ax>::c_str': function call missing argument list; use '&std::basic_string<_Elem,_Traits,_Ax>::c_str' to create a pointer to member
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]