i am creating ( researching possibility of ) a highly customizable python client and would like to allow users to actually edit the code in another language to customize the running of program. ( anal
This question may seem daft (I\'m a new to \'programming\' and should probably stop if this is the type of question I\'m required to ask)...
In an attempt to learn 开发者_如何学运维C#, I am trying to develop Picasa Like Application to display Photographs from my Library.
Say,if the .dll or .lib is written in C,can it be used by other langu开发者_StackOverflowages like PHP/Python?A DLL is binary.As long as your language can consume a binary library (with the OS the bin
Why return type of a method is not considered in method overloading ? Can somebody explain , how 开发者_JAVA百科compiler checks for overloaded methods ?
I understand one of the big deals about constants is that you don\'t have to go through and update code where that constant is used all over the place. Thats great, but let\'s say you don\'t explicitl
I\'m a hobbyist programmer (only in TI-Basic before now), and after much, much, much debating with myself, I\'ve decided to learn Python. I don\'t have a ton of free time to teach myself a hundred lan
Interpreted languages are usually more high-level and therefore have features as dynamic typing (including creating new variables dynamically without declaration), the infamous eval and many many othe
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
As far as I know, the multi-core architecture in a processor does not effect the program. The actual instruction execution is handled in a lower layer.