Advertisement

static data

Started by June 28, 2000 09:59 PM
0 comments, last by jenova 24 years, 5 months ago
i know this is a pretty ridiculous question, but is the static keyword recursive to a statement of code. meaning if i type static int i0, i1; are both i0 and i1 static or not? obviously i could compile the code and look at the disassembly through dumpbin, but i am at work and i don''t have vc++ here. so please any quick suggestions would be great. obviously i''ll check it when i get home, but i am just wondering right now.
To the vast majority of mankind, nothing is more agreeable than to escape the need for mental exertion... To most people, nothing is more troublesome than the effort of thinking.
I wouldn''t refer to it as recursion, but yes it applies to the whole line.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement