I\'m translating some example code line by line from C# to VB.NET. 开发者_如何学JAVAThe lines which confuse me looks like this:
I\'m actually translating some C++ code (which I know very little about, and have never really used) to C#. Normally in C# I wouldn\'t find myself doing something like this, as it does seem a little o
this is a code sample from Microsoft(MSDN) (build sql dependency application) , could you please help me translate this code from c# into C++/CLI, I\'ve been trying I, but I\'m not really good in c++.
Hey folks, I have the following piece of code from C++. for (int i=0; i < nObstacles; i++) { int x,y;
I am being forced to work with a database company that only support ASP.NET, despite my employers being well aware that I only code in PHP and the project doesn\'t have the time to learn the new synta
I\'ve written a Haskell library I would like to include开发者_如何学JAVA in an iPhone app.It makes heavy use of Haskell\'s functional abilities, currying, etc. and rewriting in Objective-C would be to
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to replicate any given Javascript l开发者_如何学Coop , class , function to into its Ruby Equivalent
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.