Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Abir.Ahmed on January 23, 2013, 08:12:44 am

Title: Executing Problem
Post by: Abir.Ahmed on January 23, 2013, 08:12:44 am
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
Title: Re: Executing Problem
Post by: 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?
Title: Re: Executing Problem
Post by: BlueHazzard on January 23, 2013, 08:44:29 am
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:
Code
getchar();
c++:
Code
cin.get();
Title: Re: Executing Problem
Post by: Jenna on January 23, 2013, 10:04:05 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).
Title: Re: Executing Problem
Post by: Abir.Ahmed on January 24, 2013, 01:02:56 pm
Thank You. Thank You For All of Your Support  :). I appreciate Your Support. BlueHazzard, Your Reply Helps Me. Thank You. :)