Asaf R

1,225
Reputation
200 views

Registered User

Name Asaf R
Member for 1 year
Seen yesterday
Website
Location Israel
Age 27
I'm a student at the Technion, AKA The Israeli Institute of Technology, at Haifa, Israel.

Other than that I'm working on a project called Vizmo, which has to do with internet and mobile devices.

My expertise are.... well, I'll let you be the judge of that.
Nov
12
awarded  Nice Question
Nov
5
comment variables scoping when inheriting
Seems to me you didn't override m_MyString; it's defined only in A. If that's the case it should work just fine. Is it the case?
Oct
28
revised what is HWND in vc++
added 549 characters in body; added 5 characters in body
Oct
28
answered what is HWND in vc++
Oct
28
revised what is HWND in vc++
edited tags
Oct
23
comment Calling a DLL from C# (VS2008)
@tush1r: You can learn more about mixed mode c++ assemblies - native & managed c++ in the same assembly - here: msdn.microsoft.com/en-us/library/… With mixed mode you can use the native c++ to call DLLs and the managed to expose it to the .Net world.
Oct
23
comment Calling a DLL from C# (VS2008)
@tush1r: You can either use PInvoke (directly from C#) or create a C++/CLI wrapper. There's no use in doing both. I'll try and add more on how to create such a wrapper soon.
Oct
23
revised Calling a DLL from C# (VS2008)
added 250 characters in body; added 222 characters in body
Oct
23
answered Calling a DLL from C# (VS2008)
Oct
20
accepted Why does FxCop treat protected as public?
Oct
20
answered Why does FxCop treat protected as public?
Oct
11
comment I was asked this in a recent interview
@Jeremy - It's not a very feasible solution, but with 20 decimal digits and a 64bit address space you are left with some "extra space". Make a handcrafted process that fulfills requests for ID resolution and have no other app activity in that process. It's possible to create hierarchies to have less memory in each process. I wouldn't do it if I were paid to, maybe if my life depended on it. Maybe.
Oct
11
answered I was asked this in a recent interview
Oct
10
comment What is the single hardest programming skill or concept you have learned?
It's still on the "TODO" list for me...
Sep
16
awarded  Yearling
Sep
5
awarded  Taxonomist
Aug
24
comment Binary Tree Node Fault
@Bua - You can use an external data structure for the counter, for instance you can use an std::map where the address is the key and the counter is the data.
Aug
23
answered Binary Tree Node Fault
Aug
23
comment Keyboard Recommendation for a Developer
I think you meant the Microsoft Natural 4000. The link is broken, too. Btw, I prefer the set with the mouse. I think it's called Microsoft Wireless Natural 7000.
Aug
9
asked Differences in design targeting Apple products, especially iPhone
Aug
5
awarded  Notable Question
Aug
5
awarded  Popular Question
Aug
4
awarded  Popular Question
Jul
27
answered Biggest performance improvement you’ve had with the smallest change?
Jul
20
revised What programming languages do the top tier Universities teach?
added 231 characters in body
Jul
20
answered What programming languages do the top tier Universities teach?
Jul
20
accepted How to solve Bison warning “… has no declared type”
Jul
20
answered C++ Compiler For Windows
Jul
18
revised What Should I Learn After PHP?
edited tags
Jun
19
asked Bison (and flex) coding conventions
Jun
18
answered How to solve Bison warning “… has no declared type”
Jun
18
asked How to solve Bison warning “… has no declared type”