-
C++
Show the C++ Version for gcc, clang and Visual Studio
C++ has some version of international standards. C++98 C++03 C++11 C++14 C++17 C++20 In this article, we show how to display the C++ version in various compilers. Other Languages Switch to Japanese Page Sample Code for Displaying C++ Ver... -
Python
WSL | Show a Graph using Python matplotlib
Using python matplotlib package, you can draw various graphs.This article introduces how to use matplotlib in WSL Ubuntu. Languages Switch to Japanese Page Environment Windows 11 WSL Ubuntu 22.04 Python 3.10.6 Preparation Updating and In...
1