cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
hospital program
hospital program
Mar 3, 2013 at 3:15pm UTC
newworld
(16)
can anyone plz tell me the how to make the hospital program
Mar 3, 2013 at 7:03pm UTC
Stewbond
(2827)
This is my best guess.
1
2
3
4
int
main() { std::cout <<
"I'm a hospital!"
<< std::endl; }
Topic archived. No new replies allowed.