User profile: Krofna

User info
User name:Krofna
Email:krofnica996@gmail.com
Name:Mislav
Location:Croatia
Website:http://github.com/krofna/
Statistical data
Birthdate:Aug 12, 1996
Gender:Male
Occupation:Student
Skills:C
C++
C#
SQL
HTML/CSS
History
Joined:
Number of posts:277
Latest posts:

Ubuntu Smartphone
Will it run aircrack-ng? :D

Algorithm...
That is correct, Program Programmer. Also: pIzvor = pSource , pTrenutna = pCurrent , Udaljenost = Ma...

Algorithm...
The problem I am trying to solve is following (poor translation in 3..2..) [quote]Your task is to...

Re-inserting into std::priority_queue
this->c is std::vector which is used by std::priority queue. Works on gcc and msvc++. Oh yeah, good...

Re-inserting into std::priority_queue
I sometimes need to change the place of the element in the priority_queue. I did it like this: [cod...