Advertisement
Guest User

Error

a guest
Mar 26th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.28 KB | None | 0 0
  1. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp||In function 'bool debug(std::string)':|
  2. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp|24|error: no matching function for call to 'std::basic_istream<char, std::char_traits<char> >::getline(int&)'|
  3. c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\include\c++\istream|593|note: candidates are: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::getline(_CharT*, std::streamsize, _CharT) [with _CharT = char, _Traits = std::char_traits<char>]|
  4. c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\include\c++\istream|405|note:                 std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::getline(_CharT*, std::streamsize) [with _CharT = char, _Traits = std::char_traits<char>]|
  5. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp||In function 'int main()':|
  6. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp|51|error: no matching function for call to 'getline(std::istream&, int&)'|
  7. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp|58|error: no matching function for call to 'getline(std::istream&, int&)'|
  8. C:\Users\DKELLY\Code\C++\Text Over Net\main.cpp|76|error: no matching function for call to 'getline(std::istream&, char [1])'|
  9. ||=== Build finished: 4 errors, 0 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement