I intend to write to various companies, industries, etc. and ask them to respond. If they respond to me and not here, I intend to post some of their responses here for readers here to share.
My letter might be similar to the following.
If you are at a business, please state your
NAICS (and/or SIC) Code and Industry Title.
C and/or C++ version(s) that the company uses, listing most used first.
I would guess,
not officially,
C++11 since beyond that seems to be viewed by most people (other than Mr. Stroustrup) as far beyond their capacity to use correctly, and Intel (I guess maybe) is producing primarily for commercial gain.
C++11 seems to be about as advanced as common industry can currently handle.
Stroustrup, like Einstein, does not seem to be waiting for others to catch up, but going forward....
In Microsoft Windows:
Do not use dialog boxes.
"I am trying to do this with Dialog boxes."
If you use standard dialog boxes then you are adding another window handle to your program. That allows Microsoft to add bloat to your program. Try to avoid adding any and all "additional " window handles to your program if you can. Sometimes it is necessary, but work at not having them.
Sticking with the topic of
"What Was Disadvantages ASP.NET Web Forms?"
I do not recall much considering a generally constrained "predefined architectural approach" to ASP. It was there, but I think that I took it for granted. Thank you.
"Separation of Concerns (SoC) is not defined". Again, that was taken for granted as being a given that "Separation...
First, copy all of the text of every file that you use in your your program, which you want to check, to a text editor so that you can run your own parser on it.
See that
void foo()
and
bool boo()
and
int noo()
all end with () but so do a lot of other parts of the code,
so also look at the other end of the function.
Which websites have .MAX (3ds MAX) files that are listed via compatibility?
Ok, I have found some, but instead of spending months hunting through the waste of Google advertising and Google misinterpretati ons of requests, I am asking here.
I have 3ds Max 2.5 and I have Autodesk 3ds Max 8, and maybe I might get some in between.
Which websites have .MAX files that are listed for compatibility with the versions of 3ds Max ?
If someone finds this post years from now and has put up...
Which versions of 3ds Max do not require a hardware dongle or a recurring rental?
Which versions of 3ds Max do not require a hardware dongle or a recurring rental?
I learned and created animations with 3DStudioMax 2.5 years ago. I still have the original disk. I still have the original hardware security dongle. It still works. I recently (year 2019 AD) saw in Walmart a computer (on their shelf) that it would work on! It still can make full length intensely graphical major movies. 2.5 can still do that.
...
If your employer is requiring you to code on the "dark side" (as I think I read rollerbladegirl referencing somewhere else), then compile your code that you do not want stolen or changed into an external dll in C++ and use the .NET part simply as a transport.
A stinky dog (.net) can pull a cart containing clean items (dll's) and if the employer allows that, some of the stink of .net is bypassed.
Maybe you missed that Rabbit removed the external link.
The post reads like spam to me. Then I saw that Rabbit removed an external link. Now I think that the post is spam.
rollerbladegirl , if you go back and read that post closely and carefully, you might see that it is spam. A lot of almost correct, and almost looking like maybe correct, does not add up to correct.
If you use an electron microscope and look at the current cpu chip lines you would probably be dismayed at how sloppy they are made. You might be amazed that computer processors even work at all.
If you study the processors further, you might be shocked to find that they have a percentage of igbt's that do NOT work, and that the manufacturer knows that. More of wondering that they...
For rollerbladegirl : I have a solution for float inconsistencies .
Convert the entire float number into some single digit format that you like and can use, then write code that will do the math in some process similar to long-hand math that you would do on a sheet of paper with a pencil one digit at a time, then use the result instead of using float math via a processor's algorithm.
I offered what I consider facts. (Everyone has their own personal opinion.)
You offered to personally attack, "keep living in their own delusional world".
You offered a vague reference with no substantiating backup, "Although the post by "Smith" didn't get the facts right and can be counter-attacked in tons of ways".
If I had difficulty accessing a VBA editor, and if I needed to edit VBA via an editor, I expect that I would install VB6 (with sp5 not sp6) and attempt to edit the VBA with that. Since I might have directly experienced, years ago, that VBA was a stripped down version of VB6, I think that I would try that.
I do not remember, but maybe VB6 sp5 has the ability to save in VBA form. If that is so then that might be part of a solution. If...
Leave a comment: