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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…