MaxVT

1,916
reputation
208 views

Registered User

name MaxVT
member for 1 year
seen 55 mins ago
website
location Tel-Aviv, Israel
age 29
Software developer at Qualcomm. Uses C/C++ for the most time, but is also curious about web development topics (used to do that part-time) and general software engineering disciplines. Some areas of experience: networking (from applications side and from OS/protocol stack side,) multithreading, embedded/realtime, ARM, APIs, testing and documentation...
5h
comment Is there any reason to check for a NULL pointer before deleting ?
Short and wrong. See other upvoted answers for details.
2d
comment Common CMS roles and access levels
Jon Skeet? ;) .
Nov
30
awarded  Nice Question
Nov
30
accepted List dates in months from database
Nov
30
asked Public operator new, private operator delete: getting C2248 “can not access private member” when using new
Nov
30
comment HTML Div height problem
Aaron: I still have to support IE6, because that's what some clients have, and can not upgrade. We'll enter 2010 in a month, yes. sigh
Nov
27
comment cygwin tab completion
Hi Michelle, you should create an empty file and add commands to it as instructed. When there is no such file in your home directory, default settings are used. You will find that this is a common pattern in UNIX -- using hidden (starting with .) configuration files placed in your home dir.
Nov
26
answered cygwin tab completion
Nov
26
accepted What is the current scheme for naming variables and functions?
Nov
25
answered List dates in months from database
Nov
25
answered re: UTF-8, PHP and XML Mysql
Nov
25
answered what is faster many ifs or else if
Nov
25
answered What is the current scheme for naming variables and functions?
Nov
24
revised Table in Jasper IReport
edited tags
Nov
24
answered How to create pathauto same stackoverflow.com
Nov
19
answered Adobe PDF Links Problem in IE8
Nov
17
comment Does a destructor always get called for a delete operator, even when it is overloaded?
Thanks for the explanation.
Nov
16
comment Does a destructor always get called for a delete operator, even when it is overloaded?
Thank you, but it isn't what I asked. Can the functionality seen in the C code (a destructor being separate from memory deletion) be implemented in C++ using a C++ destructor and operator delete (normal or overloaded)? Or the operator delete is always coupled with a call to the destructor?
Nov
16
asked Does a destructor always get called for a delete operator, even when it is overloaded?
Nov
16
comment website to come first on search engines
Arguably, creating link farms and generating random keyword-including articles is programming-related... :)
Nov
3
answered Software Project - Time Estimation
Oct
27
answered What is <input type=”image” /> typically used for?
Oct
27
comment Is there a way to fake a dual (second) monitor
Actually it could be useful for programmers, exactly as in this use case. ("Programmers that still have only one monitor? Yeah, right...")
Oct
27
comment Is using underscore suffix for members beneficial?
The difference between m_value and value_ is a single keystroke... Does this really add up to enough time savings to wage battles over it? :-)
Oct
27
answered Suggestions for making pixel-perfect CSS layouts?
Oct
22
answered Practicality of compiling another language to Javascript?
Oct
22
answered internet explorer problem
Oct
21
accepted URLs in Win32 VERSIONINFO resources?
Oct
14
answered How do you get a directory listing sorted by creation date in PHP?
Oct
13
answered Google Map API v3 - set bounds and and center
Sep
21
awarded  Yearling
Sep
13
comment Create an application that will expire after a trial period.
"Just after a month of using it, a save/load already takes 5 minutes? And they want money for that?" ;-)
Sep
13
answered If I have a full unit test suite for an application, must I still apply the Open/Closed Principle (OCP)?
Sep
9
accepted ImageMagick: are fonts platform independent
Sep
8
comment Webservice development
It is simple, and therefore used far more widely on the Internet. The enterprise solutions usually go with more complex ways of achieving same results :)
Sep
8
comment Why use ++i instead of i++ in cases where the value is not used anywhere else in the statement?
Because C++ is standard, but who has heard of ++C?
Sep
8
answered ImageMagick: are fonts platform independent
Sep
5
comment Is It Secure To Store Passwords In Web Application Source Code?
If you have access to the source code, you can just print out the password from the array, or put it into a file, or e-mail it once the code is put into production.
Sep
4
comment Is there a proper place for a staging database?
One powerful machine with several virtual servers can do a good approximation for less $$$.
Sep
3
answered Has Crashing or Fast-Tracking a project schedule ever worked?
Sep
2
answered C++: Confusing declaration semantics
Sep
1
accepted Using Doxygen with PHP in Ubuntu
Aug
31
comment Authorize.net, Paypal or Google Checkout, which one should I go with ?
How is this related to programming, pray tell?
Aug
31
comment Python in the enterprise: Pros and cons
Nothing particularly bad happens if one Google search returns one incorrect link. However, in a financial world, even one incorrect result can have heavy consequences.
Aug
31
answered Using Doxygen with PHP in Ubuntu
Aug
31
comment “Keep Me Logged In” - the best approach
Keeping a password, or anything even related to it (such as a hash, which can be bruteforced) on the client? Not adding salt to an MD5 hash even though dictionaries that are available on the Internet? -1 for security issues with this approach.
Aug
31
comment Find Programming Language Used
This is a valid question. There should be an option to mod down those who voted to close this :)
Aug
30
accepted What is Web services in simple terms
Aug
30
answered What is Web services in simple terms
Aug
30
awarded  Autobiographer