I\'m in a situation where I have to mock up a _stdcall function using C++ and inline ASM, but which uses a variable number of arguments. Normally it wouldn\'t know how many arguments to pop from the s
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I want to ask a complex question. I have to code a heuristic for my thesis. I need followings: Evaluate some integral functions
Previously I\'ve used Objective-C in iPhone Development.It seems I need to do some work in the back-end s开发者_JS百科ite, I chose PHP for this.In Objective-C, I need to release objects after I use th
I was having a discussion on twitter about add开发者_运维知识库ing the ability of Ruby to use λ instead of lambda, and more generally about Unicode support.I realized that all the languages I know wo
I am writing a module to let me write code in python 3, but still run it in 2.It looks surprisingly easy actually... anything else I should add?From my (limited) flailing on the interactive interprete
I\'d like to build a small application or script that will take an image as input and output the information for creating a graph (coordinates, vertices, edges, etc.). I\'d like to be able to just dro
I created a programming language and wrote it in my computer. It is an experimental non-professional programming language that I created for fun.
I am unable to get the following code to work i i understand that there is a problem in the checkCollision method but i am unable to 开发者_运维技巧determine what, or whether its correct in the first
I have an appl开发者_高级运维ication where I get a vector<string>. I need to iterate through each element in the vector and see if a value is an integer value.