c++ programming

Go4Expert Member
27Nov2008,09:57   #1
raghav's Avatar
Hi everybody, just wanted some help with a program i wrote when i came up to a stage were you have to put the System("Pause"); in it. Because some other sites use these lines like: sleep[50] instead of system("pause");, i am abit confused what to put in, which one to put in and how do they both differ? some people also put in sleep[4] instead of sleep[50], others aswell....

Thanks
Go4Expert Founder
27Nov2008,09:59   #2
shabbir's Avatar
sleep[50] is declaring some arrays and probably you should say sleep(50)
Go4Expert Member
1Dec2008,13:40   #3
raghav's Avatar
Ok thanks.