Paul de Vrieze

667
Reputation
77 views

Registered User

Name Paul de Vrieze
Member for 1 year
Seen Nov 4 at 21:52
Website
Location CH
Age 30
I am a researcher in the area of business information systems. As part of this research I build experimental prototypes.
Nov
4
comment Why don’t C++ compilers define operator== and operator!= ?
Well, but what if the POD struct has a value whose relevance is dependent on another value. In the case that the value is not relevant, it's no longer bit-for-bit equality. Equality can really range between one and the same object (only with pointers/references) to anything somewhat the save (perhaps of a subclass)
Oct
25
comment What is the bit size of long on 64-bit Windows?
Of course, you're right, it's actually architecture dependent ("addressable unit of data storage large enough to hold any member of the basic character set of the execution environment"), but the most commonly used architectures that equals 8 bits.
Sep
27
answered Java DOM XML is skipping xmlns properties
Sep
15
accepted Retrieving XML results of a POST command
Sep
9
comment What’s the concept behind zip compression?
More basic compression is probably RLE compression, but it does not explain much about the more advanced kinds.
Sep
9
comment Java: Fonts and Pixels
FontMetrics is abstract because the result depends on the particular graphics object used.
Sep
9
comment How should I choose where to store an object in C++?
Also remember that types like string and vector will be mainly heap-based, but hide all details from you. The way it should be in C++
Sep
9
awarded  Autobiographer
Sep
9
comment How do you connect to a CCTV camera from software?
Just remember that java does not support flash ;-)
Sep
9
answered Eclipse function/plugin that finds corresponding junit class?
Sep
9
revised Retrieving XML results of a POST command
Fix tags
Sep
9
answered Retrieving XML results of a POST command
Sep
9
answered Effort needed to port from C to Java
Sep
9
asked Retrieving XML results of a POST command
Sep
9
comment How to read all child elements with tag names and their value from a xml file?
Try asking a new question
Sep
2
awarded  Yearling
Aug
22
awarded  Editor
Aug
22
revised How to get memory usage at run time in c++?
Improved solution that actually works, but does not involve manual parsing
Aug
22
answered How to remotely shutdown a Java RMI Server
Jul
20
awarded  Student