Adam Pierce

5,980
Reputation
237 views

Registered User

Name Adam Pierce
Member for 1 year
Seen yesterday
Website
Location Sydney, Australia
Age 38
I'm a programmer, why else would I be here ? I do C++ mostly under Windows and Linux. I'm also not half bad at electronics design, microcontrollers and programmable logic devices such a FPGAs. I am available for freelance work from time to time, contact me via my blog at siliconsparrow.com.
Nov
22
awarded  Notable Question
Oct
26
awarded  Popular Question
Oct
25
comment create strdup in C
This question is not very clear. Can you let us know what part of the problem you are having trouble with.
Oct
21
comment reading a url and getting back a csv file
Ah, I misread the question. Please ignore this answer.
Oct
21
answered reading a url and getting back a csv file
Oct
21
comment reading a url and getting back a csv file
500 Internal Server Error is an error generated by the web server. Check that your URL is correct and check that you can download the file from a browser using that same URL.
Oct
21
answered accessing yahoo and gmail?
Oct
21
comment C# equivalent of C++ map<string,double>
Well, I've already done it with Dictionary now but the XML is real simple, just a list of tags like this: <transaction name="Fred" amount="5.20" />
Oct
21
comment C# equivalent of C++ map<string,double>
Thank you all for your very fast answers.
Oct
21
comment C# equivalent of C++ map<string,double>
Perhaps I should clarify that comment by saying "I do not know the names, or how many names I will have". In this answer, if I added accounts["Ron"] += 2.50;, it would throw an exception. In reality, I'll be throwing an XML file at it with lots of names and numbers.
Oct
21
comment C# equivalent of C++ map<string,double>
This is very close to what I need, the only drawback is I do not know what the names of the accounts will be ahead of time.
Oct
21
asked C# equivalent of C++ map<string,double>
Oct
19
accepted How to make an ownerdraw Trackbar in WinForms
Oct
18
accepted What is the best way to determine which server the script is on and therefore the configuration in PHP?
Oct
18
awarded  Notable Question
Oct
16
answered What language should I learn to develop Cross-Plataform software, coming from PHP?
Oct
11
answered How to make an ownerdraw Trackbar in WinForms
Oct
11
comment How to make an ownerdraw Trackbar in WinForms
1517179 is for a progress control but the solution suggested there does work for me.
Oct
11
answered Draw different shape of polygon randomly
Oct
11
asked How to make an ownerdraw Trackbar in WinForms
Oct
9
revised C++ stringstream returning extra character?
sstring should be sstream
Oct
9
answered C++ stringstream returning extra character?
Oct
9
awarded  Peer Pressure
Oct
7
awarded  Popular Question
Oct
2
awarded  Popular Question
Sep
29
revised Why STL containers are preferred over MFC containers?
Fix spelling error
Sep
26
awarded  Popular Question
Sep
23
comment C Right shift (Division) -> ROUND TOWARD ZERO. Help :’’(*
Perhaps I didn't understand your question properly. If you change it to ((value + 3) >> 3) do you get what you want ?
Sep
23
answered C Right shift (Division) -> ROUND TOWARD ZERO. Help :’’(*
Sep
21
revised How do I find the current executable filename?
Need a capital 'N' in FileName or it won't work
Sep
18
comment Given a start, end, and increment value, I want an algorithm that counts up and down.
It depends how often you call onTimer() and what value you set speed to. The formula would be one flash every (timer_interval * ((2 * PI) / speed)).
Sep
16
answered windows programming without a OOP language
Sep
16
comment Given a start, end, and increment value, I want an algorithm that counts up and down.
That's what I get for just banging out code off the cuff. Thanks for spotting that bk1e. I've fixed it up a bit, it makes the constructor more complicated though.
Sep
16
revised Given a start, end, and increment value, I want an algorithm that counts up and down.
Fixed mathematical error
Sep
16
comment Given a start, end, and increment value, I want an algorithm that counts up and down.
True enough, but it works OK if the initial values are sensible. You could add a check for bad initial values in the constructor.
Sep
16
answered Given a start, end, and increment value, I want an algorithm that counts up and down.
Sep
16
answered Given a start, end, and increment value, I want an algorithm that counts up and down.
Sep
15
answered How to get size and position of window caption buttons (minimise, restore, close)
Sep
15
awarded  Popular Question
Sep
14
answered How to break out of a loop from inside a switch?
Sep
14
answered How to read aloud c++ expressions with the input/output operators?
Sep
13
comment Higher color depth for MFC toolbar icons?
Thanks for this, it got me out of a sticky situation today.
Sep
13
revised Higher color depth for MFC toolbar icons?
You mean 16 colour, not 16 bit
Sep
10
answered how to force user to respond to message box in c# windows application
Sep
10
comment Which chemical stimulation do you require while coding?
Beer can be good, especially when I get so stressed about a project that I can't concentrate, beer can settle me down.
Sep
10
comment Which chemical stimulation do you require while coding?
I can code on beer but not on weed. And I'm totally with you on the aspartime, its awful stuff!
Sep
10
answered Which chemical stimulation do you require while coding?
Sep
10
awarded  Yearling
Sep
9
answered Learning assembly
Sep
8
answered Read a PNG Using Win32 / C++