News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Passing command line arguments in Windows 7

Started by djArjay, February 12, 2011, 12:16:26 PM

Previous topic - Next topic

djArjay

Hows it goin guys.  I am pretty new to using code blocks.  I've searched for a answer to passing command line arguments in Windows 7 through code blocks.  Can someone help me out with a step by step.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

otttx33


ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on February 13, 2012, 03:05:04 PM
Tell us how to reproduce your problem.
Dito.

BTW: Make sure you have selected the right target where you setup the command line arguments - you can setup these for each target separately.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]