14,049 reputation
21759
bio website simontoth.cz
location Brno, Czech Republic
age 30
visits member for 3 years, 6 months
seen 5 hours ago
stats profile views 1,297

My areas of expertise:

  • C and C++
  • cross-platform development
  • defensive coding practices
  • critical code design
  • Unix-like operating systems
  • system scripting (bash, perl)

Current employers:

  • researcher for Cesnet (maintainer of the Czech NREN)
  • C and C++ teacher at Faculty of Informatics at Masaryk University, Brno, Czech Republic

1d
awarded  Popular Question
May
10
comment Is this an undefined behavior?
Why would it be undefined? You are not accessing any garbage value.
May
10
awarded  Notable Question
Apr
18
comment One number appears only once?
@sis007 Many options. You can use random_shuffle cplusplus.com/reference/algorithm/random_shuffle
Apr
18
comment What's the name of this array data structure?
@ArgumentNullException It's not really a hash if the function a 1:1 mapping. Plus I would seriously never call this anything else than a dynamic (two dimensional) array, OK, maybe dynamic sparse array.
Apr
18
comment What's the name of this array data structure?
@ArgumentNullException Calling a dynamic two dimensional array a hash table quite a stretch.
Apr
18
comment What's the name of this array data structure?
Yeah it's a super weird description though. Probably someone trying to confuse his students :-)
Apr
18
comment how to tell if a wchar_t has a surrogate (UTF-16)?
Just check for the proper ranges according to the UTF-16 encoding (easy to google). You most likely won't find anything more sophisticated.
Apr
18
answered Count Occurrences within a for loop c++
Apr
18
answered Which C++ cast type is a C cast equivalent to
Apr
18
answered Initilizing a vector of strings where I already know all the values to populate it with C++
Apr
18
comment In Unix how to list all directories created before a specified date?
This is question for unix.stackexchange.com
Apr
18
comment Unable to run compiled files - bash: ./a.out: Permission denied. (I've tried chmod)
This is a question for unix.stackexchange.com
Apr
18
answered One number appears only once?
Apr
18
awarded  Excavator
Apr
18
revised One number appears only once?
added 46 characters in body
Apr
18
revised In C arrays why is this true? a[5] == 5[a]
More precise formulation.
Apr
18
revised Script output not proper
added 66 characters in body
Apr
18
answered Char pointer weird expression in c
Apr
12
awarded  Popular Question