As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m programming in C in Visual Studio 2005.I have a multi-threaded program, but that\'s not especially important here.
Implement an array of stacks where stacks are defined : typedef struct StackNode { int data; StackNode* next;
For example, are they using Java/Struts? Or ASP.N开发者_运维技巧ET? Or PHP? Or some combination of technologies?
I know that if I am inside some function foo() which is called somewhere from bar() function, then this 开发者_高级运维return address is pushed on stack.
I solved this my self. I\'ll post the solution when were past开发者_C百科 due date for my homework.
I wanted to write a standard stack in C but I am not sure if my stk_size() function could work on other platforms except for my 32bit pc. I read that its not good to cast a pointer to int.
I found a tutorial on creating a stack of photos in flash using AS3 (http://designreviver.com/tutorials/create-an-interactive-stack-of-photos/).
I have a few questions relating to setjmp/longjmp usage - What is the use of setjmp(jmp___buf stackVariables) returning 0.It is a default, which we cannot influence.
I want to have a base class which dictates the alignment of the objects which inherit from it. This works fine for the heap because I can control how that gets allocated, and how arrays of it get allo