Thanks for the feedback. You and others are encouraged to pursue your list and mine. When I ha…
Miles —
The "capitalism = diversity = competition = innovation = good, standardization = regulation = bad…
nakst —
"20 years ago, we had 32-bit plug-and-play BIOS calls to handle most hardware discovery. Today, t…
Here is some feedback:
- Often I can't click and drag to draw a line, it looks like the browser i…
On the topic of USB....
The problem with USB was/is that for every device that talked a standard…
The problem with USB was/is that for every device that talked a standard protocol like USB-HID, t…
1. Those were not PC floppies, they were Amiga floppies. That was a very important detail that yo…
I think it's pretty obvious why it is cheaper in this situation:
1) it does not involve potential…
There is much cheaper and simpler way than involving dynamic memory allocations - char array:
No…
Floppies != 1000s of OS
The first major error was the assertion that "custom operating systems n…
A totally free Pixel Art Generator
https://lagamestudio.github.io/pixel-art-generator/
I encour…
Now that Casey has given his lecture on "The Thirty-Million Line Problem" again, I'd like to talk…
I never used ASP, it always looked awful to me. In C# I simply created http server that listened …
lost When you cast a const char * to a char *, this makes absolutely no sense.
It does "not" make…
Luke —
Perhaps I should not have written it that way, or written it at all. I must admit, I failed to pr…
Consider:
1
2char mystring[255];
char *a = mystring;
This defines an array of 255 bytes (if …
Nice! I would love to hear how you render the shapes. Do you write a shader for getting the anti-…
@mrmixer
Thanks for the comment. I updated those spelling mistakes and the sentence. Sorry if it …
Which server-side web development language forces to use MVC? I have done some web development in…
Though in either case trying to change the contents of the string literal will be undefined behav…
Luke —
There are multiple languages out there that, in my opinion, suffer the same burdens as PHP with s…
This happens because by default string literals (like "foobar") have const char* type. But becaus…
Hmm okay. The script tries to figure out which visual studio version to use and initializes it, …
nakst —
Currently the manifest file is only used during building, but it will be used by the OS when I im…
rby90 —
Can't speak on the suggestions, but Teach Yourself Computer Science has some ideas: https://teach…
It seems the
1char *fileName = (char *)__FILE__;
solved the issue.
Still not sure why do I nee…
Hello Guys,
Following the stream completely on VS 2017 (everything, so not using any other tool)…
About the file format, why did you chose to use a text format ? It looks like you have lots of th…
Is the manifest file only used to generate C code, or is it use by the OS after the building the …
1/2. Visual Studio 2017
3. Just buildsuper.bat
4. 64-bit
It seems "manually" calling vcvarsall.b…