Coincoin

5,188
reputation
203 views

Registered User

name Coincoin
member for 1 year
seen 2 hours ago
website
location Montreal
age 30
A guy with the attention span of a dead goldfish who has been having a blast in the industry for more than 10 years. Mostly specialized in game and graphics programming, from custom software 3D renderers to accelerated hardware pipeline programming.
Dec
7
revised C++ copy constructor a class that contains other objects
edited body
Dec
6
awarded  Mortarboard
Nov
27
comment C++ copy constructor a class that contains other objects
My bad, you are right, default doesn't prevent copy, it's the other way around.
Nov
27
answered C++ copy constructor a class that contains other objects
Nov
9
answered Convert from 32-BPP to 8-BPP Indexed (C#)
Nov
9
awarded  Nice Answer
Oct
27
revised Actual total size of struct’s members
added 130 characters in body
Oct
27
answered Actual total size of struct’s members
Oct
23
accepted Given normal map in world space what is a suitable algorithm to find edges?
Oct
8
revised How can I generate images of circles, of varying sizes?
Oh my... sleep deprivation.
Oct
8
revised How can I generate images of circles, of varying sizes?
added 28 characters in body
Oct
8
answered HLSL Swizzle - in C#
Oct
8
answered How can I generate images of circles, of varying sizes?
Oct
8
revised Use debug.exe to restore a deleted file
added 4 characters in body; added 26 characters in body
Oct
8
answered Moving between two specific points
Oct
8
revised Use debug.exe to restore a deleted file
added 150 characters in body
Oct
8
answered Use debug.exe to restore a deleted file
Oct
8
revised In C#, how do I determine if an image (jpg, gif, or png) is interlaced (non-progressive) or non-interlaced (progressive)?
edited tags; edited title
Oct
5
comment what is plane sweep algorithm to compute all intersection points between the circles?
what is plane sweep algorithm to compute all intersection points between the circles?
Oct
5
revised Which managed classes in .NET Framework allocate (or use) unmanaged memory?
added 1 characters in body; added 2 characters in body; deleted 2 characters in body; deleted 71 characters in body
Oct
5
revised Which managed classes in .NET Framework allocate (or use) unmanaged memory?
added 13 characters in body; added 148 characters in body
Oct
4
answered Which managed classes in .NET Framework allocate (or use) unmanaged memory?
Oct
4
answered Given normal map in world space what is a suitable algorithm to find edges?
Oct
3
answered C# Reading Windows events on XP the time is out by 1 hour, reading Vista the time is correct
Oct
1
revised Heap corruption: What could the cause be?
added 272 characters in body
Oct
1
comment Heap corruption: What could the cause be?
I understand. However, even if the bug manifests itself by a crash one in a millionth time, it might still be detectable pretty easily by an analyser tool.
Oct
1
accepted Alarm clock application in .Net
Oct
1
comment Heap corruption: What could the cause be?
Your question lacks a lot of details. Can you specify the platform and the context please?
Oct
1
answered Heap corruption: What could the cause be?
Oct
1
revised Making Methods All Static in Class
added 69 characters in body
Oct
1
comment Making Methods All Static in Class
Sorry for the confusion, making the class static is optional. However, if you chose to use extension methods, they will require the class to be static. Also, if there is no point in instantiating a class because it only contains static methods, making the class static explicitly tells your intentions.
Sep
30
accepted Visual Studio Project: How to include a reference for one configuration only?
Sep
29
comment Visual Studio Project: How to include a reference for one configuration only?
Yeah the problem is, the IDE ignores things with conditions and in that case, it needs it for all kind of reason (intellisense, object browser...) so it will complain. Also, you will have to make the calls to that assembly conditional, else the compiler won't be able to find the assembly the code is refering to.
Sep
29
answered Making Methods All Static in Class
Sep
29
answered Visual Studio Project: How to include a reference for one configuration only?
Sep
29
answered C# How to pass a Generic class as a Parameter to a non-generic class constructor
Sep
29
answered Sort Points vertically then horizontally
Sep
29
comment Alarm clock application in .Net
@JonB: As explained in the question, he wants something that doesn't drift.
Sep
29
comment Alarm clock application in .Net
Sorry but, what are you looking for then?
Sep
29
revised Alarm clock application in .Net
added 1250 characters in body; edited body
Sep
29
answered Alarm clock application in .Net
Sep
29
answered C# Read text formatting?
Sep
29
accepted Prevent WebBrowser control from swallowing exceptions
Sep
29
answered Prevent WebBrowser control from swallowing exceptions
Sep
29
comment Override abstract readonly property to read/write property.
It's a tie but I chose the other answer because I don't feel at ease with the empty setter in the base class. However, I don't think there is a perfectly good answer.
Sep
29
comment Override abstract readonly property to read/write property.
Your solution is what is the closest to the thing. But I don't think it's possible to do it without forcing the derived class to do acrobatics.
Sep
28
comment Override abstract readonly property to read/write property.
You are right, I totally misread the answer. It has to be newed somewhere.
Sep
28
comment Override abstract readonly property to read/write property.
Your solutions are interesting, I will ponder a little on them.
Sep
28
comment Override abstract readonly property to read/write property.
Only if overriding the property. Else, without the virtual property that could actually be an acceptable alternative.
Sep
28
awarded  Autobiographer