leeand00

1,817
reputation
622 views

Registered User

name leeand00
member for 1 year
seen yesterday
website
location Reading, PA
age 28

Projects

  • jobdb - Creator of Open Source Job Search Document Creator/Tracker

Website


Received my first computer (see above) at the age of 3, wrote my first program at the age of 7. Been hooked on programming ever since.


2d
comment Is the Eclipse CDT Refactoring Project Dead?
Yup, works fine! Thanks again!
2d
comment Is the Eclipse CDT Refactoring Project Dead?
Oh woopse, looks like they added the rest of that already...in 5.0 RC2.
2d
comment Is the Eclipse CDT Refactoring Project Dead?
Extract local variable? That's it? No extract method?
2d
asked Tips for finding things in your program that are broken that you don’t know about?
2d
awarded  Popular Question
Dec
17
asked Is the Eclipse CDT Refactoring Project Dead?
Dec
17
comment What would you do when you are about to add some new features to a large (and dirty) codebase which has virtually *NO* unit-testing code?
@Owen Bless you for asking this question!
Dec
17
comment Refactoring C++ in Eclipse CDT
Anybody find out anything more about this?
Dec
16
comment Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
@Boker Phew! This site makes a guy jumpy after a while, so many duplicate questions that may or may not have been phrased differently...but I'm all for DRY even if it's applied to the SO community at large (DRYS - Don't Repeat Your-Selves)
Dec
16
comment Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
As long as there are tab stop settings for Eclipse CDT I can probably get away with it. Are there?
Dec
16
revised Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
edited tags
Dec
16
comment Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
@Burr It's not the free Visual Studio Express that I'm using. I'm using the full version of Visual Studio 2005.
Dec
16
comment Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
@Boker I mean I see that one of the answers has C++ in it, but it's not tagged as such.
Dec
16
comment Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
@Boker Um isn't that a C# question?
Dec
16
asked Good Non-Commerical (free) Refactoring Tool for Visual Studio 2005/Visual C++ 8.0?
Dec
12
comment C++ cross-platform zlib simplifer-wrapper
Hey I don't care if it's 8 years old, if it'll still compile I'll use it!
Dec
12
comment C++ cross-platform zlib simplifer-wrapper
It's in cvs; well yeah I guess that's what they had for version control back then..
Dec
12
comment C++ cross-platform zlib simplifer-wrapper
Wow the files are 8 years old! heheh!
Dec
11
answered What was your first computer game that got you interested in computers?
Dec
11
asked Capturing a Full-Length Webpage Screenshot (with a plugin/addon) in multiple browsers?
Dec
11
comment How do I copy files and folders using boost and Visual Studio 2005?
Hello? Anybody know this?
Dec
11
comment Embedding Content (iframes) with an HTML 4.01 doctype?
Does anyone have an answer to this?
Dec
10
comment Could you overheat a monitor through simple C code?
I wonder what happens if you try this on a c64 emulator like vice...don't look at me, I'm not gonna try it...
Dec
10
asked Adobe Color Profiles/Color Spaces, how is it possible that this works?
Dec
10
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
@jalf Editited just to include the unit test code...(it compiles that way, but when I uncomment string calls within the unit tests it doesn't compile though.
Dec
10
revised Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
Editited just to include the unit test code...(it compiles that way, when I uncomment string calls it doesn't compile though.
Dec
10
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
@jalf That first line is part of the example I think...:-p there's another part to the example....wait let me add it...
Dec
9
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
@jalf Wow with a rep like that you must have an unhealthy fascination with C++.
Dec
9
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
Yeah I just did that. Here's the other post related to that for anyone who's interested: stackoverflow.com/questions/212492/…
Dec
9
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
The file libboost_unit_test_framework-vc80-mt-gd-1_40.lib is indeed located in my C:\Program Files (x86)\boost\boost_1_40\lib directory.
Dec
9
comment Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
Putting that stdafx.h as the first line in the file really seemed to clear up a lot of the errors, now it's down to just one: 1>Linking... 1>LINK : fatal error LNK1104: cannot open file 'libboost_unit_test_framework-vc80-mt-gd-1_40.lib'
Dec
9
revised Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
added 1447 characters in body
Dec
9
asked Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace?
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
@dribeas I agree, if you're working on a team, you want other people to be able to easily understand what you're doing. The only reason to do otherwise is if you're entering the obfuscated C contest.
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
@Vinko So you're saying that an ad-hoc data structure would justify the use of pointer math? :\ scratches head
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
@Firas Concerning RAII; Hmm, seeing as the guy that wrote C++ came up with the idea, I'm pretty sure this can't be wrong.
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
@jon Thanks Google ;)
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
(It's just that people think they are programming in C++ when they are really programming in C?)
Dec
9
comment What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
So the problem is really a C problem, not a C++ problem?
Dec
9
asked Best place to store reference directories for unit tests in boost?
Dec
9
comment How do I copy files and folders using boost and Visual Studio 2005?
And also this on working with strings to manipulate the paths: boost.org/doc/libs/…
Dec
9
comment How do I copy files and folders using boost and Visual Studio 2005?
Additionally, this article helped alot: ibm.com/developerworks/aix/…
Dec
9
revised How do I copy files and folders using boost and Visual Studio 2005?
Changed my question
Dec
9
asked What does this statement mean? “good C++ programming typically doesn’t use pointers in complicated ways.”
Dec
8
asked Service/App for viewing a Webpage as hex straight off the wire?
Dec
8
asked Embedding Content (iframes) with an HTML 4.01 doctype?
Dec
5
revised Has anyone ever used AOP to detect a circular reference?
Didn't get enough hits on this one.
Dec
5
revised How do I copy files and folders using boost and Visual Studio 2005?
Forgot to tag it C++ that ought to help somebody see it!
Dec
5
asked How do I copy files and folders using boost and Visual Studio 2005?
Dec
5
awarded  Taxonomist