I have Turbo C++ IDE 3.0 the one that has blue working environment.
Problem that i face is that when i run any program it only shows the black screen for about 3 seconds without any output and then automatically closes.
I can't check the output because of this.
Please help.
himgar -4 Light Poster
Recommended Answers
Jump to Post>at the end of the code just write
>getch();
And also include <conio.h>, not forgetting that the conio library functions are absolutely non-standard and your code won't work on many compilers.>then you can only exit the output after pressing ne character.
Is it really that much work to …
Jump to Post>Well the problem clearly mentioned "Turbo C++ IDE 3.0 "
Indeed, and in that environment getch is a viable option, which is why I didn't flay you to the quick. However, it's important to understand portability issues even if you ultimately choose to ignore them.>Well by writing ne …
Jump to PostConsequently they may have no clue what ne means.
You're AD and I'm ne, everyone knows that :)
All 11 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
rahul8590 71 Posting Whiz
Narue 5,707 Bad Cop Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
rahul8590 71 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Narue 5,707 Bad Cop Team Colleague
Nick Evan 4,005 Industrious Poster Team Colleague Featured Poster
Salem commented: LOL +29
Ancient Dragon commented: :) +36
rahul8590 71 Posting Whiz
amirun -12 Newbie Poster
Nick Evan commented: m-m-m-m-monsterfail -4
MosaicFuneral commented: Â -1
siddhant3s 1,429 Practically a Posting Shark
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.