You are welcome to check my site
You can refer to my personal website here.
This website hosts some common issues that I faced during compiling and testing some open source codes, as well as some other knowledge. Please feel free to check out them, in case any of them are useful.Blogs
Compare Cygwin, MinGW and WSL A ton of text to test readability. Talking about Big and Little Endian Byte Order The following two links give very good explanation of the difference between the two Endian Byte Order: Little and Big Endian Mystery Understanding Big and Little Endian Byte Order Normally you don’t need to worry about it if you are working on a single machine. You only worry this if you are transferring data from one machine to another. Switch terminals in vs-code You can also select your default terminal by pressing F1 in vs-code and typing/selecting Terminal: Select Default Shell.You can use Ctrl + ~ to open internal terminal in vs-code. So you can change the default shell and then click + on right top corner of the terminal window, and add another terminal there. Later on, you can switch between these terminals for running and testing your code.