Cpp Command line parameters problem

General questions regarding the usage of CodeLite
iskiri
CodeLite Curious
Posts: 1
Joined: Mon Jun 07, 2010 4:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Cpp Command line parameters problem

Post by iskiri »

Hi all,

I have created a program in c++ that should be executed from command line with some parameters.
Now when I use the Debug -> Quick debug option it runs great but when I try to run from command promt it does nothing nor prints anything (it should give some error warnings or success message). My other programs made in C are running great on cmd prompt .. just that this one in c++ is refusing to cooperate.

Can anyone help me?
Some directions at least :)

Thank you,
iskiri
DrOptix
CodeLite Enthusiast
Posts: 11
Joined: Mon Apr 05, 2010 12:55 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cpp Command line parameters problem

Post by DrOptix »

Hi :D,

Maybe it is not related to CodeLite that's why I want you to post some sample code for me to check the issue.
~Dr.Optix (for the moment I'm busy with my own projects)

IDE: CodeLite, Code::Blocks, VisualStudio
Compiler: MinGW-TDM, VC++
Language: C++, C, C#, PHP, JavaScript, Python
Website: http://droptix.wordpress.com
Post Reply