Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
[C++ Error] Unit1.cpp(3): E2316 'endl' is not a member of 'std'
|
IDE: C++ Builder 6.0
Compiler: Borland BCC32.EXE version 6.0.10.157
Project type: Console Application
int main() |
The compiler was unable to find the definition of std::endl. #include the header file iostream so it does:
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.