Draw a triangle.
- VBO: Vertex Buffer Object
- VAO: Vertex Array Object
- EBO: Element Buffer Object
- Shader
Draw a triangle.
Create window, handle user inputs
Setting up OpenGL in Ubuntu (GLFW, GLAD)
How to interpret complex C++ variable declarations
From int* p to int (*(*p)[])()
C++ variable definition can be very complex when *, & and nested brackets exist. This tutorial lists some examples from easy to advanced level to help you walk you through each of them and understand how we should interpret them in a more systematic way.
来湾区之后第二次来Santa Cruz溜达
An introduction of Lambda expression in C++
A systematic approach to crack ML system design interviews.
Collection of common behaviroal questions
The most common and popular technique to crack behavirol interviews is to use STAR method.
Here are some common questions during an interview:
std::span was introduced as a new feature in C++20