Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to change the stack size in c when ur using c

Status
Not open for further replies.

shahzad ahmad

Junior Member level 1
Joined
Dec 21, 2004
Messages
17
Helped
10
Reputation
20
Reaction score
0
Trophy points
1,281
Activity points
107
how to change the stack size in c when ur using c and the ide i am using is microsoft visual studio 6
 

Go to Project->Settings

Under the C/C++ tab, there are 'Project Options'

In these options there is a switch /F. You have to change the value that is followed by /F.

By default it is /FD

You have to speicfy stack size in bytes

For example: To make stack size 1024 bytes, use /F1024
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top