Agnel Kurian

3,501
reputation
643 views

Registered User

name Agnel Kurian
member for 1 year
seen 3 hours ago
website
location Bangalore
age 31
C/C++ Programmer on Windows. Some web development experience. Bangalorean.
1d
comment OpenOffice PDF Export Library
I have come across some options but would like to know specifically about OO before moving forward. BTW, I am looking at graphical output to PDF.
1d
revised OpenOffice PDF Export Library
language
1d
asked OpenOffice PDF Export Library
1d
comment Mercurial: Get non-versioned copy of an earlier version of a file
You're right... I've edited the question to explain what I meant.
1d
revised Mercurial: Get non-versioned copy of an earlier version of a file
even more info
1d
asked Mercurial: Get non-versioned copy of an earlier version of a file
2d
comment Is assert evil?
Yes. I'm very undecided about this... assert does it's job... it also allows programmers to forget to do theirs (i.e. "proper error reporting").
2d
answered Is assert evil?
2d
comment Is assert evil?
A great question. Why the close votes?
Dec
4
answered Your most common programming mistakes?
Dec
3
awarded  Necromancer
Dec
3
awarded  Popular Question
Dec
2
comment C++: Safe way to cast an integer to a pointer
So... how do I move a pointer across an "untyped boundary"? In my case, I am receiving a Win32 message and need to convert the result of a GetWindowLong call to a pointer. What is the safest way to do this?
Dec
2
asked C++: Safe way to cast an integer to a pointer
Dec
1
revised GDI+: Limitations of Paths and Regions
tagged .net in the hope of gaining some visibility
Dec
1
asked GDI+: Limitations of Paths and Regions
Dec
1
asked Variable Argument Lists in C++/CLI
Nov
30
comment Graphics.Save vs Graphics.BeginContainer
Sounds like similarities. I'm looking for differences. :)
Nov
27
awarded  Popular Question
Nov
21
awarded  Popular Question
Nov
19
comment ax + by = c given two points P and Q
@Ferdinand, I love you.
Nov
19
revised ax + by = c given two points P and Q
more frustration
Nov
19
comment ax + by = c given two points P and Q
Not programming related? Heh heh? :D Programming is math my friend.
Nov
19
asked ax + by = c given two points P and Q
Nov
17
asked Minimal Python Installation
Nov
16
asked Windows API: What is the first message a window is guaranteed to receive?
Nov
9
comment How exactly does zsh expand globs?
Yes this is a Windows executable running on Cygwin.
Nov
3
comment How does C Handle Integer Literals with Leading Zeros, and What About atoi?
Point taken. Corrected.
Nov
3
revised How does C Handle Integer Literals with Leading Zeros, and What About atoi?
corrected
Nov
2
answered How does C Handle Integer Literals with Leading Zeros, and What About atoi?
Oct
29
revised “Printer…” button in the Windows Page Setup Dialog (Vista)
retagged
Oct
28
asked “Printer…” button in the Windows Page Setup Dialog (Vista)
Oct
28
comment Using free inside the destructor of an object freed with delete
I wouldn't think there should be a problem but did you face any issues while doing this? Curious.
Oct
26
comment Is there any safe strcmp?
Just remember that even strncmp does not guarantee safety.
Oct
24
revised Is there any danger in calling free() or delete instead of delete[]?
"free stack" has to be wrong
Oct
24
comment Is there any danger in calling free() or delete instead of delete[]?
@Anacrolix: You may be right though usually the allocator is the operating system. My answer is based mostly on the allocator example in K&R... I'm assuming that each allocator get's a different chunk of memory from the OS.
Oct
23
revised Is there any danger in calling free() or delete instead of delete[]?
formatting error
Oct
23
answered Is there any danger in calling free() or delete instead of delete[]?
Oct
23
revised Including header files in Visual Studio
even more lovely
Oct
22
answered Including header files in Visual Studio
Oct
21
comment Convert a HashSet<T> to an array in .NET
@adrianbanks: Thanks. Anyway, I edited the question to match the answers better.
Oct
21
revised Convert a HashSet<T> to an array in .NET
corrected the question to match the answers better
Oct
21
asked Convert a HashSet<T> to an array in .NET
Oct
21
comment DateTime.Now as parameter value C#
@MusiGenesis: Thanks. :) I like being at multiples of 3283.
Oct
21
comment Comparing 5 Integers in least number of comparisons
Close votes!!! What's wrong with these idiots? You must be feeling SO powerful!! A perfectly valid question here.
Oct
21
comment DateTime.Now as parameter value C#
On second thoughts, I think even in this case the time values will be different at the time they are checked... so I downvote my own answer. But SO says I can't downvote my own answer! Weird.
Oct
21
answered DateTime.Now as parameter value C#
Oct
20
answered Rules of Thumb in GDI+
Oct
13
revised C++/CLI: Boxing and Generic Lists
correction
Oct
13
accepted How do I draw an Image with a programmatically set alpha channel in .NET?