News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Executing Problem

Started by Abir.Ahmed, January 23, 2013, 08:12:44 AM

Previous topic - Next topic

Abir.Ahmed

Hello CB Experts.  :)

I Created a program with code:blocks. but when i run it with double click. It shows up and gone. nothing can be seen. What is the problem. Am i mistaking something? Please, Give me some suggestion.

Thank You
Abir Ahmed

oBFusCATed

"Developer forums (C::B DEVELOPMENT STRICTLY!) " <-- wrong sub-forum please follow the rules.

Have you tried to debug it? Put breakpoint?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

It's a simple console programm? Did you tried to run it from C::B?
What OS do you use?
C or C++?
try to add at the end of the programm:
c:
getchar();
c++:
cin.get();

Jenna

Quote from: oBFusCATed on January 23, 2013, 08:39:24 AM
"Developer forums (C::B DEVELOPMENT STRICTLY!) " <-- wrong sub-forum please follow the rules.

Have you tried to debug it? Put breakpoint?
Moved to general.

Most likely a console-program what closes immediately after output (e.g. "Hello world"-example).

Abir.Ahmed

Thank You. Thank You For All of Your Support  :). I appreciate Your Support. BlueHazzard, Your Reply Helps Me. Thank You. :)