Open Means Open Means
#include 
#include
////////////////////////////////////////
// An inline function.
////////////////////////////////////////
inline void error_message(char* s)
{
    std::cout << '\a' << s;
    std::exit(1);
}
////////////////////////////////////////
// The main() function.
////////////////////////////////////////
main()
{
    error_message("You called?");
}

No comments

Login to post a comment

Show
  • Create an account
  • Forgot your username?
  • Forgot your password?
  • About Us
  • Faqs
  • Contact Us
  • Disclaimer
  • Terms & Conditions