Tech Sujhav
Pages
(Move to ...)
Diameter Protocol
Telecom Authentication Process
LTE
IMS
TCP
UDP
(NAS)
Software Design Pattern
Threads
▼
Priority Queue with FIFO
›
std::priority_queue is one of the commonly used container but with limitation that it does not follow the FIFO once multiple- elements of ...
1 comment:
error: no match for ‘operator<’ (operand types are ‘const TASK’ and ‘const TASK’)
›
This error usually comes once we try to make an OBJECT (of a class/struct) as KEY to align data in a std::container. Because operand used ar...
Coding Best Practice - Loose Coupling
›
In a programmer's life " CHANGE is INEVITABLE " . This practice shall help you a lot if you want to reuse, maintain an existi...
Thread Information Linux Commands.
›
Hi All Here we are suggesting some of the Linux commands that shall be useful to get information about threads running in process. If you ...
How to create insert and read map in map using std::map
›
Let check how we can code for following image where there are 3 Maps placed inside one another. As we know Map as two elements 1.Key and 2....
›
Home
View web version