Answer the question
In order to leave comments, you need to log in
Incomprehensible situation with iostream!?
The essence of the problem is this:
When using the iostream library and under certain conditions, the program crashes.
Works if (Debug / Release):
int a(12345);
std::cout << a << std::endl;
int a(12345);
std::cout << "A: " << a << std::endl;
Answer the question
In order to leave comments, you need to log in
You have found an IDE bug. Contact Microsoft technical support. Or do you think there are representatives here? Have you tried running without header precompilation?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question