2020141461124
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created When I use freopen, and then redirect to the console,I can't see any output
AnsweredWhen I use freopen, and then redirect to the console, I can't get any output. #include <iostream>using namespace std;int main() { freopen("../hello.txt", "w", stdout); cout << "Hello" << en...