DEV Community

dinhluanbmt profile picture

dinhluanbmt

I just wrote some notes based on my experience about C++. I hope this helps.

Joined Joined on  github website

Education

Chosun University, South Korea

Work

Software Engineer

C++, about priority_queue(min max heap)

C++, about priority_queue(min max heap)

Comments
2 min read

Want to connect with dinhluanbmt?

Create an account to connect with dinhluanbmt. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
C++, about map, set

C++, about map, set

Comments
2 min read
C++ - Basic Tree Traversal(Recursive vs Queue)

C++ - Basic Tree Traversal(Recursive vs Queue)

Comments
2 min read
C++ - Basic Tree Traversal(Recursive vs Stack)

C++ - Basic Tree Traversal(Recursive vs Stack)

Comments
2 min read
C++, Conditional (ternary) operator

C++, Conditional (ternary) operator

Comments
1 min read
C++, Preprocessor directives: #define, #ifdef...

C++, Preprocessor directives: #define, #ifdef...

Comments 3
1 min read
C++, Forward declaration

C++, Forward declaration

Comments
1 min read
C++, try catch , custom exception

C++, try catch , custom exception

Comments
1 min read
C++, Template and Template for a specific type

C++, Template and Template for a specific type

Comments
1 min read
C++, Static Object - Singleton pattern

C++, Static Object - Singleton pattern

Comments 11
1 min read
C++, Static Object - share data

C++, Static Object - share data

Comments 4
1 min read
C++, Pass function to algorithm vs Lambda expression

C++, Pass function to algorithm vs Lambda expression

Comments
1 min read
C++, remove all duplicated, multiple value in sorted vector

C++, remove all duplicated, multiple value in sorted vector

Comments 2
1 min read
C++, print floating-point number with precision, customise format

C++, print floating-point number with precision, customise format

Comments 1
1 min read
C++,use reference(&) to speed up your functions

C++,use reference(&) to speed up your functions

Comments 1
1 min read
C++, Delete(erase) item from vector in O(1) time

C++, Delete(erase) item from vector in O(1) time

Comments 4
1 min read
C++, speedup your function by using vector as simple map

C++, speedup your function by using vector as simple map

1
Comments
1 min read
C++, map operator []

C++, map operator []

Comments
1 min read
C++, erase all duplicate items/chars in vector or string

C++, erase all duplicate items/chars in vector or string

Comments
1 min read
C++, insert value to sorted vector

C++, insert value to sorted vector

Comments
1 min read
C++ Overloading << operator of std::cout

C++ Overloading << operator of std::cout

2
Comments 2
1 min read
c++, check object class type

c++, check object class type

2
Comments 6
1 min read
C++ Assignment operator vs _BLOCK_TYPE_IS_VALID

C++ Assignment operator vs _BLOCK_TYPE_IS_VALID

Comments
2 min read
loading...