Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How do I keep the command console open long enough to read the output?
I am learning C++ and using the Command Console in Windows Vista. My code:
#include <iostream>
using namespace std;
int main()
{
cout << "Never fear, C++ is here!";
return 0;
}
3 Answers
- ?Lv 44 years ago
docs reccommend no longer waking up a sleeping infant. they say that if the baby is sleeping it truly is because of the fact he/she needs to. that's while they boost, afterall! My twins have been a similar way- they did now not sleep nicely at night, and while they have been asleep for the time of the day, you need to no longer wake them up. that's unquestionably common. particular, there are the few and fortunate those with 3 day olds that sleep for the time of the night, yet that's no longer the certainty for many folk. the biggest factor top now could be getting your infant to nod off at a undeniable time at night. He won't stay asleep, yet organising the initiating of the ordinary is the main impportant section. as an occasion, at 8 pm, supply him a shower, then snuggle with a narrative or possibly merely rock in a rocking chair and hum. Then, at 9, lay the baby interior the crib, no remember if he's asleep or no longer! whether he does not nod off top away and cries, save at it. you may permit him cry for a couple of minutes and then flow in and get him, and verify out back. ultimately it is going to artwork countless the time, and then the waking up for the time of the night will start to cut back. undergo in recommendations, he had 9 finished months on your abdomen to make certain his own sleeping workouts! solid success!
- 1 decade ago
u just add a wait statement such as "getch();" in c so that the console waits until u press any key
after all c++ came from c
- TekuConceptLv 41 decade ago
System("Pause");
Source(s): C++ was the first programming language I've used; google video these tutorials: c++ programming tutorial '#' I can now program html, java, c++, c#, and I want to learn python and cobra if I am to become a software engineer at Dreamworks.