Page MenuHomec4science

iostream.cpp
No OneTemporary

File Metadata

Created
Wed, May 15, 23:30

iostream.cpp

#include <iostream>
int main() {
int obj;
std::cout << obj << std::endl;
std::cout << "flush now!" << std::flush << std::endl;
std::cerr << obj << std::endl;
}

Event Timeline