Charles Anderson
|
Registered User
|
30 years or so as a professional software engineer, working in computer-aided design, petrochemicals, semiconductor manufacturing and publishing.
Large amounts of experience with languages and systems now largely defunct. Come to think of it, most of my past employers are gone too. More recent experience in C++, Python and JavaScript. |
|
2d |
revised |
To put the output of a server side script into an HTML file, should you use #include or #exec? Altered question title again |
|
Nov 25 |
revised |
Keyboard Assignment in Visual Studio edited tags |
|
Nov 24 |
revised |
std::getline() returns Added missing apostrophe |
|
Nov 21 |
awarded | ● Nice Answer |
|
Nov 20 |
accepted | How to use /NODEFAULTLIBS option in compilation ? |
|
Nov 12 |
accepted | Keyboard Assignment in Visual Studio |
|
Nov 12 |
answered | What creates the stack? |
|
Nov 5 |
answered | Keyboard Assignment in Visual Studio |
|
Nov 4 |
comment |
Visual Studio Solution behavior in XCode Sorry, it was a while since I did this. I've expanded my answer a bit. The key is to create an Aggregate target to add the sub-projects to. |
|
Nov 4 |
revised |
Visual Studio Solution behavior in XCode Gave more details |
|
Nov 4 |
answered | Visual Studio Solution behavior in XCode |
|
Oct 29 |
comment |
What is this C++ technique for adding types to a class called? I refer you to the comment // Define derived types pmfn and pmd. and lines such as ATestpm.*pmd = 1; which suggest that 'pmd' has been added to the class Testpm. These are what prompted my question, and the way I worded it. Looking at the code now, and with the benefit of the answers provided so far, I can see that pmd and pmfn are being defined as pointers to members inside Testpm. It's the fact that they're pointers into a class rather than an object, and the way they can be accessed from Testpm objects, that's confusing me, as I don't recall ever seeing this before. |
|
Oct 29 |
asked | What is this C++ technique for adding types to a class called? |
|
Oct 24 |
comment |
To put the output of a server side script into an HTML file, should you use #include or #exec? They look equally easy to use. I am interested in whether they are equivalent, or if one has some unexpected side effect (such as inefficiency). |
|
Oct 24 |
revised |
To put the output of a server side script into an HTML file, should you use #include or #exec? Improved question title |
|
Oct 23 |
revised |
Should HTML co-exist with code? Corrected two typos |
|
Oct 23 |
asked | To put the output of a server side script into an HTML file, should you use #include or #exec? |
|
Oct 16 |
revised |
CVS commands have stopped working in MacOS X Terminal Removed duplicate 'a' |
|
Oct 8 |
accepted | CVS commands have stopped working in MacOS X Terminal |
|
Oct 5 |
answered | CVS commands have stopped working in MacOS X Terminal |
|
Oct 5 |
comment |
CVS commands have stopped working in MacOS X Terminal Okay, I don't set up $CVSROOT, but I never have and nor has my colleague, and yet he can still use the 'cvs' command, and I used to be able to. |
|
Oct 5 |
asked | CVS commands have stopped working in MacOS X Terminal |
|
Oct 4 |
asked | Displaying integers in a wxpython listctrl |
|
Oct 2 |
comment |
How to force the build to be out of date, when a text file is modified? Sounds like Visual Studio is now working the way you want it, but your batch file is causing the text file to be modified, so VS thinks it's immediately out of date again. Could you alter the batch file to copy the text file into version.bat, and then delete this copy at the end? That way version.txt itself won't be affected. |
|
Sep 28 |
awarded | ● Nice Answer |
|
Sep 17 |
awarded | ● Yearling |
|
Sep 16 |
awarded | ● Popular Question |
|
Sep 14 |
revised |
How to force the build to be out of date, when a text file is modified? deleted 52 characters in body |
|
Sep 12 |
awarded | ● Good Answer |
|
Sep 10 |
comment |
How to force the build to be out of date, when a text file is modified? Hmm, same for me. Sorry about that. I was able to fix it, though, by specifying the .txt file as the output file. Try that? |
|
Sep 9 |
revised |
How to append values in xcconfig variables? Added version number and a clarification |
|
Sep 9 |
answered | How to append values in xcconfig variables? |
|
Sep 8 |
answered | How to force the build to be out of date, when a text file is modified? |
|
Sep 4 |
awarded | ● Notable Question |
|
Aug 27 |
comment |
urllib.urlopen() doesn’t work with a URL that a browser accepts Changing the user agent fixed it, like you said. TVM. |
|
Aug 26 |
comment |
urllib.urlopen() doesn’t work with a URL that a browser accepts I was just trying to learn how urllib works. As a first exercise I thought I'd write a script to examine this page to see what the latest version of TortoiseHg was. Looks like I should have picked some other page, and left this one for the second exercise. |
|
Aug 26 |
asked | urllib.urlopen() doesn’t work with a URL that a browser accepts |
|
Aug 24 |
comment |
Use of Edit.SelectToLastGoBack in Visual Studio Ah, jump points! I see. And you can also set a jump point using the Find command, or Page Up/Page Down. Now I just need to remember to try using this command. |
|
Aug 21 |
answered | How to set breakpoint in a dependent xcode project |
|
Aug 21 |
asked | Use of Edit.SelectToLastGoBack in Visual Studio |
|
Jul 29 |
comment |
How to configure the import path in Visual Studio IronPython projects I've done very little with IronPython for a while now. (It's on a long list of projects I'd like to find some time for one day.) Which version of IronPythonStudio do you mean? |
|
Jun 23 |
awarded | ● Autobiographer |
|
Jun 4 |
answered | How to use /NODEFAULTLIBS option in compilation ? |
