Sublime Forum

This error is showing and output is not visible please tell the solution i have been trying to fix it for month but sdame problem is showing again and again

#1

0 Likes

#2

This is not a forum for basic programming support, this is for Sublime Text specific questions.

std::istream is not derived from std::basic_ostream

You’re using an input stream (cin) as an output stream; I suggest looking up how to use cin.

2 Likes

#3

I’d also recommend stackoverflow and code review.

Also get some good books though maybe that one’s a bit advanced perhaps this is better for the beginner.

0 Likes