2
votes
3answers
65 views
Global “placement” delete[]
I am trying to replace new/delete with my own allocator(s). So, overriding placement new and delete - quite happy with that. Looks something like this ...
void* operator new( size …
13
votes
3answers
493 views
What is ->* operator in C++?
C++ continues to surprise me.
Today i found out about the ->* operator. It is overloadable but i have no idea how to invoke it. I manage to overload it in my class but i have no cl …
2
votes
3answers
72 views
Advanced PHP Polymorphism question
Hey guys!
I have a class which has a function to retrieve children elements from a database. The following code will be rather pseudo cause I want to keep it as easy as possible.
…
0
votes
0answers
10 views
Customizing the advanced peoplesearch question
I am trying to customize the advanced peoplesearch, the particular field I want to change is Department, at our client these departments are set and I already made a content type w …
0
votes
1answer
74 views
Mysql SELECT nested query, very complicated?
Okay, first following are my tables:
Table house:
id | items_id |
1 | 1,5,10,20 |
Table items:
id | room_name | refer
1 | kitchen | 3
5 | room1 | 10
Table kitchen …
0
votes
3answers
47 views
after reading Simply Rails 2
If I have only the information in Simply Rails 2 now and I want to create more complicated apps next, what should I do to learn that?
0
votes
2answers
44 views
Does row exist is another table?
Tables
file_logs
file_id
user_id
files
id
name
etc ...
published_ratings
author_id
file_id
comment
etc ...
Scenario
I am creating a download log and need to displ …
0
votes
1answer
83 views
Matthew Curland’s Advanced Visual Basic 6 [closed]
Does anyone has the electronic copy of Matthew Curland's Advanced Visual Basic 6?
I am reading this book and hope for an electronic copy of it so that I can copy and paste codes i …
0
votes
1answer
74 views
Custom reflection functionality in .Net
Is it possible to override reflection functionality ?
3
votes
2answers
177 views
C# Winforms Irregular Windows
How do I create windows with irregular shapes using WinForms and C#?
1
vote
6answers
257 views
Advanced IF statement in C
Hi,
I've just reverse engineered a binary with IDA and loaded Hex Ray to check out a specific function. The generate C source code contains the following if statement:
LP_ret_Glo …
0
votes
1answer
2k views
Advanced DataGrid Flex 3 - ItemRenderer and Tree display
Hi,
I am using Advanced DataGrid of Flex 3 with hierarchical data. The itemRenderer is a TextInput which accepts numbers. When I enter data into the given field and click the corr …
1
vote
6answers
177 views
What is considered “advanced professional”, or “advanced programmer”?
I found this statement a couple of times. What do the professionals consider advanced?
0
votes
3answers
160 views
advanced jquery selection… first per attribute value
Okay, I'm not sure how to describe what i want to do concisely. So, take the following pseudo-html:
<input type=checkbox id=chk1 myatr=1 />
<input type=checkbox id=chk2 …
0
votes
1answer
360 views
Specify source IP address for TCP socket when using Linux network device aliases
For some specific networking tests, I've created a VLAN device, eth1.900, and a couple of aliases, eth1.900:1 and eth1.900.2.
eth1.900 Link encap:Ethernet HWaddr 00:18:E7:1 …
