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:269
Latest posts:

whats your favorite thing aboot c++?
[code]std::pair<std::multimap<uint64_t, uint64_t>::const_iterator, std::multimap<uint64_t, uint64_t>...

whats your favorite thing aboot c++?
[quote]I think you oat to spell that right.[/quote] Hahaha. I see what you did there.

How do you read multiple inputs from a text file?
[code]#include <fstream> //... std::ifstream i("myfile.txt"); std::string a, b; int c; while(i >> a...

Efficient solution to a problem?
This problem was on yesterdays Croatian Open Competition in Informatics: [quote]Let us begin with a ...

Programming by guessing?
@Peter Thanks for your opinion. [quote][b]make other parts of the program act strange[/b]. These bug...