4
votes
5answers
107 views
Is there any way to determine the available stack space at run time?
I know that stack size is fixed. So we can not store large objects on stack and we shift to dynamic allocations (e.g. malloc). Also, stack gets used when there is nesting of functi …
2
votes
6answers
93 views
How to determine return address on stack ?
I know that if I am inside some fuction foo() which is called somewhere from bar() function, then this return address is pushed on stack.
#include <stdio.h>
void …
0
votes
0answers
19 views
Can I get a customized RSS-feed? [closed]
Can I get a customized RSS-feed in StackOverflow, based on "interested" and "ignore" tags?
2
votes
9answers
325 views
Clojure: Simple factorial causes StackOverflow
What am i doing wrong? Simple recursion of few thousand deep throws "StackOverflowError"
If the limit of Clojure recursions is so low, how can I rely on it ?
(defn fact[x]
(if …
1
vote
4answers
76 views
System.StackOverflowException
hi everyone,
please help me regarding System.StackOverflowException
i m desing a .aspx to write records into the database i used 4-tier archietecture to implement this everything a …
0
votes
0answers
20 views
so strange behaviour - wrong link opens but right one doesn’t
i have no clue whats happening.
The link
http://stackoverflow.com/questions/479487/how-advertisement-server-works
does not open up on my system ( gives a blank page ) both in i …
0
votes
0answers
17 views
unable to view this question from search - How “Advertisement server” works? i think theres a bug [closed]
i searched for this questions
How “Advertisement server” works?
but unable to view this question i think theres a bug
please reslove this
0
votes
1answer
80 views
Sites similar to StackOverflow? [closed]
Today I discovered Math Overflow, which is basically Stack Overflow for mathematicians. So I'm wondering, are there any other sites in the spirit of Stack Overflow for other topics …
0
votes
2answers
108 views
Cant track down access violation 0xC00000FD
Im using VS2008 and My MFC application has started to crash when setting breakpoints or running to cursor. I get lots of errors like this:-
First-chance exception at 0x78a5727c ( …
0
votes
0answers
42 views
how to mark the right answer? [closed]
Suppose the question had more than one answers . Out of which, I find that 2 answers each addresses exact 50% of the question. So in my view, both should be marked answers to the …
0
votes
1answer
11 views
div on the flash movie
elgg.in/works/momslingolougne/ this is the working link.
My problem is here when we enter the login section . that time show a popup window. but ther is girl vector image . that i …
0
votes
0answers
31 views
Get the best-of, most often favoured answers in Stackoverflow [closed]
Hi!
I wonder whether it's possible to sort the questions by Metadata: like how often people favoured a question to bookmark it within Stackoverflow (the number under the little st …
0
votes
0answers
11 views
How do i Install CNProg on share hosting.
I have 1and1 shared hosting. I have shell access but i dont have root. Is it possible. To install this script, (Which is a SO Clone in Python) on that kind of hosting. And if not, …
0
votes
0answers
77 views
Downvoting a question that has merit [closed]
Having just joined SO I find myself in a strange situation, the following question here has much merit, but the person asking the question has been less than sporting.
So the ques …
1
vote
4answers
63 views
explanation of stackoverflow when using read on a small file and a questionable workaround
Hello stackoverflow,
I hope the question explained my problem. I would also be grateful if the workaround that "works" is explained.
The traditional way of reading a file (that i …
