Author Topic: Running my program  (Read 4769 times)

jstunna

  • Guest
Running my program
« on: October 21, 2009, 09:53:42 pm »
I am running codeblocks on Windows Vista. When I create a new project and pull up the .cpp and run it the Hello World message shows up along with the processing information. My problem is I am writing a program that requires the user to input a number. When I build the program no errors are reported. When I run the program it will not let me enter a number. All i can do is press a key and the program shuts down. Any help would be highly appreciated.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Running my program
« Reply #1 on: October 22, 2009, 07:42:19 am »
I am running codeblocks on Windows Vista. When I create a new project and pull up the .cpp and run it the Hello World message shows up along with the processing information. My problem is I am writing a program that requires the user to input a number. When I build the program no errors are reported. When I run the program it will not let me enter a number. All i can do is press a key and the program shuts down. Any help would be highly appreciated.
Unrelated to Code::Blocks. Try a C/C++ forum including more information (platform, OS, UI widget set, compiler, versions...) -> for example by posting some source code.

Otherwise it's like:
"I am developing an app that shows a button but it does not. What can I do?"
--> Would you be able to help me with that amount of information?!

Topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ