[Unit 4] Memory LayoutHow C program structure the memory area ? Memory Leak ? Stack Overflow ?Oct 1, 2023Oct 1, 2023
[Unit 3] Command Line Argumentint main(int argc, char* argv[]) or int main(int argc, char** argv)Sep 23, 2023Sep 23, 2023
[Unit 2] File OperationWhat if 2 processes open files with the same fd (file descriptor) ? In the other words, if 2 fd have the same value, if they point to the…Sep 17, 2023Sep 17, 2023
[Unit 1] Unix operating system (OS)Is it possible to be multithreaded programming if the system has only 1 core ? 🧐Sep 16, 2023Sep 16, 2023
[C#] Creating a DLL to hide your C# code and then use it in your C# program1. OverviewSep 6, 2023Sep 6, 2023
[Linux] Install the Windows Subsystem for Linux (WSL)Using both Windows and Linux in parallel, why not 😎😎Aug 26, 2023Aug 26, 2023
[C#] How to ask user to update the application automaticallyBy using the offical “Microsoft Visual Studio Installer Projects” to produce a “msi” file and “dropbox” as a webserver.Jul 22, 2023Jul 22, 2023