So nonsense, EVERYONE that was in my dream turned to me and "HAAA?!"'d before I woke up because it was cold and I wanted to pee.
-> The Program must have a GUI, depicting # ZHIMN and # DHAN. What are they? From what I could figure out, they are two random data inside a treeview element. They can be anything, for example, two different environment variables caught by chance in execution time.
What does the program do?
Relate these two data with hipsters.
Yes, that's what I dreamed. There must be an ENTERPRISE purpose behind that.
===============================================================
Send your projects until: 11 of June of 2012.
Name:
Anonymous2012-06-02 1:47
This is a great example of why knowing how to spell doesn't imply you're not a retard.
>>7 but anything serious you should managed the memory yourself.
Most objects are incredibly small and don't need to be reclaimed right away (leaving aside the fact that escape analysis can schedule deallocations optimally). Really, the only moment you should do manual memory management is to free massive objects as quickly as possible when you're done with them. For every free() you put in your code, you waste a few bytes of machine code that can never be reclaimed.
Name:
Anonymous2012-06-03 0:32
Here's a thought: if you're building large objects only to destroy (free) them a short time later, your program is probably inefficient.