I want to write elevator program. Can you help me. Please...
kutukak 0 Newbie Poster
Recommended Answers
Jump to PostRight, because ya know... this is the C# forum....
Jump to Post#include <iostream> #include <windows.h> using namespace std; int main(void){ bool updown = false; while(1){ if(!updown){ for(int x = 0; x < 100; x++){ for(int y = 0; y < x; y++) cout << endl; cout << " .---. "<< endl; cout << " /__\\__\\ "<< endl; cout …
All 8 Replies
ArkM 1,090 Postaholic

iamthwee
Salem 5,265 Posting Sage
iyercb 5 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
Freaky_Chris 299 Master Poster
Comatose commented: :) Nice +8
qq263020776 -5 Newbie Poster
Salem commented: It should be here - http://www.daniweb.com/forums/thread244695.html if you want to learn that is. As it stands, you're a sponge. -3
karthikeyanvani 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.