well i have created two sourcefiles in the project named main and prg2 . when i try to run prg the main gets executed.
can anyone help me in executing prg2.
note- i have the main function in the" main"
A single target can have just a single output file (exe, dll/so, a/lib).
If you want to have multiple outputs in a project just create multiple targets.
Project -> Properties -> Build targets.
thanks...but could you be a little more specific.
Create two targets. Add one file in each target.
Then in the compiler toolbar you can select which target is active.
Build & run the target.
If something is unclear ask specific questions.