460 reputation
112
bio website
location
age
visits member for 1 year, 6 months
seen 1 hour ago
stats profile views 64

"That is the Most Clever UML question in stackoverflow I see so far :-)" Hippias Minor


May
15
accepted EXC_BAD_ACCESS while filling in the dictionary (?)
May
15
comment EXC_BAD_ACCESS while filling in the dictionary (?)
CreateNSString() is from Unity sample, posted the code in edit to my question.
May
15
revised EXC_BAD_ACCESS while filling in the dictionary (?)
added 297 characters in body
May
15
comment EXC_BAD_ACCESS while filling in the dictionary (?)
Apparently that was the problem because after changing to NSMutableDictionary * the application doesn't crash or throw any exceptions anymore. art-divin, make your comment an answer and get accepted. ;)
May
15
comment EXC_BAD_ACCESS while filling in the dictionary (?)
@art-divin Can I use NSMutableDictionary * as an argument for a function that takes NSDictionary * as an argument?
May
15
asked EXC_BAD_ACCESS while filling in the dictionary (?)
May
13
comment Do you actually use diagrams to model applications?
Closing was enough, why the downvote?
May
13
asked Is it worth it to model applications with UML/other diagrams?
May
13
asked Do you actually use diagrams to model applications?
May
11
accepted Does “delete” work properly with polymorphism?
May
11
comment Does “delete” work properly with polymorphism?
As I understand it, the destructor is only a means of doing manual cleanup before the object is actually destroyed by the program. So, correct me if I'm wrong, but I think this code proves nothing.
May
11
asked Does “delete” work properly with polymorphism?
May
11
comment Content-dependent div with labels
I'm not using jQuery although I pretty much did what you described - checked if there's a scrollbar and changed the width with JS accordingly. Can't mark it as accepted due to jQuery, though.
May
10
asked Is it a good idea to model object relations in a program similar to the real-life ones?
May
7
accepted Macro overloading
May
7
comment Macro overloading
This one works, thanks, but it still shows a warning: warning C4003: not enough actual parameters for macro 'FOO_2' (or FOO_3).
May
7
comment Macro overloading
Compiler VS2010, the rest I provided in my question.
May
7
revised Macro overloading
added 1321 characters in body
May
7
asked Is it possible to change SVN hosting and preserve the revision history?
May
4
comment Macro overloading
I've edited my question - BAR is a method of a class and your solution doesn't work for that (compiler says something about 'FOO_PP_NARG' not being a member of 'MyClass').