programming-languages
What are the advantages that prototype based OO has over class based OO?
Why is class based OO so popular instead of prototype based OO? Do they teach the latter in schools? Though Javascript is prototype based, most people use it mostly functionally, or via frameworks tha[详细]
2023-03-30 05:15 分类:问答Creating source to source translator
I want to know that what are the strategies to create a source to source translator i.e creating translation from one high level language to another. The two ways that come into my mind are[详细]
2023-03-29 23:53 分类:问答What language are most Linux GUI applications written in? [closed]
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 so[详细]
2023-03-29 20:42 分类:问答Programming languages that feature shorthand equality logic, for comparing one variable to multiple
I\'d be interested to know whether there are programming languages which have \"shorthand equality constructs\" (I just made that term up, but not sure how to describe it).[详细]
2023-03-29 14:25 分类:问答WinRar exit code different behavior in SP2/SP3 and 7
I am new to windows programming and have written a small utility with mingw which will unrar a package. The code is as provided below[详细]
2023-03-29 01:19 分类:问答Design tips for a program to be run in 25 years [closed]
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[详细]
2023-03-28 18:00 分类:问答Passing parammeters
Hi guys I have one question, If I have a sequence of methods for example: Main() { Method1(); } Method1() { Method2();[详细]
2023-03-28 11:27 分类:问答What's the "price" of using inheritance in an embedded environment with C++?
I\'m starting a new embedded project with C++ and I was wondering if it is too much expensive to use a interface oriented design. Something like this:[详细]
2023-03-27 10:39 分类:问答Is making smaller functions generally more efficient memory-wise since variables get deallocated more frequently? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-27 03:18 分类:问答Dynamically create arrays at runtime and add to another array
I am working on a small isometric engine for my next iPhone game. To store the map cells or tiles I need a 2 dimensionel array. Right now I am faking it with a 开发者_Python百科1-dimensionel, and it i[详细]
2023-03-26 23:22 分类:问答