Hi,
This is small c++ guess game, I almost finished it, but when i tried compile it gave me an error: "Cannot open include file: 'stdlib': No such file or directory"
is this file part of c++ standard library..? why compiler can't find it?
here is my .cpp source: