Tagged Questions
The uses tag has no wiki summary.
5
votes
4answers
234 views
Why should I learn COM?
Lately I'm hearing much about COM at my work. I also learnt that COM is old. COM is deprecated. There is no future for COM. Are these true too?
I want to learn COM because I want to know what is the ...
4
votes
4answers
192 views
Practical use of N-Dimensional Arrays,where (N>3)
I have been programming for the last 8 years and now I was just wondering that if there is any practical use of N-Dimensional array,where N>3.I can only visualize of a data structure that is less ...
3
votes
6answers
168 views
Uses of Java and C++ [closed]
I have learned a bit of Java and C++ and enjoy certain aspects of both languages a lot. Since I am only in high school though I do not have much perspective on their actually uses outside of school.
...
1
vote
4answers
99 views
When and why is assembly used in big projects? [closed]
Whenever I hear about assembly, people say "Used in big projects in certain parts because of it's power, since it's a low level programming language it can do things more efficiently"
If this concept ...
1
vote
1answer
52 views
How does AOP influence code quality?
AOP seems like an interesting concept. At first I was pretty enthusiastic about it, but as I read more and saw the use cases people were describing I grew disappointed.
A lot of sites I saw, plus a ...
1
vote
3answers
71 views
How to represent a use case contains another on UML?
I'm modeling my web project using UML, I got a case that's neither <<includes>> nor <<extends>> it's in which a case contains another, How can I represent it?
I have use case ...
1
vote
6answers
460 views
What is a first class citizen function?
What is a first class citizen function?
Does Java supports first class citizen function?
Edit:
As mention on Wikepedia
First class functions are a necessity
for the functional programming ...
1
vote
1answer
912 views
MySQL process uses more than 100% CPU usage and need about 1 GB of memory
I am running MySQL server on the server's which has following specifications -
Dual Xeon Quad Core 2.0, 2048 MB RAM, 1x 160 GB SATA
Fedora Core + SSH
But MySQL process for inserting 10000 records ...
0
votes
0answers
24 views
Uses for different languages, what they best individually accomplish [closed]
I've always wondered "What is this language commonly used for? What projects was it used in?" You can easily find results for this on Google for individual languages, but the results aren't always is ...
0
votes
1answer
94 views
Is the “Uses” statement in Pascal equivalent to #include in C++ or import in Java
From what I know, in C++ applications, if you include a header file - the contents of the header file are pasted into the code.
On the other hand, in Java - when you import a java library - the ...
0
votes
2answers
76 views
Including client files for shared file
Okay, so I have 2 projects for a game. One is the server and one is the client. I keep the shared units into a shared folder that I use to include in my client/server project. There is a problem ...
0
votes
3answers
414 views
Practical uses of trig functions [closed]
What are some practical applications of sine, cosine, arc sine, etc.
Can you distort images, calculate special values, or other stuff?
Any opinions of the most used/important?
0
votes
2answers
85 views
0
votes
7answers
920 views
What Can A 'TreeDict' (Or Treemap) Be Used For In Practice?
I'm developing a 'TreeDict' class in Python. This is a basically a dict that allows you to retrieve its key-value pairs in sorted order, just like the Treemap collection class in Java.
I've ...
-2
votes
2answers
98 views
List of the most used programming languages, and uses [closed]
I would like a list, not just of popular programming languages that people use (I could have just typed that in on google) but something more like a list of what purposes the languages serve, this is ...