Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
fjardon
fjardon has asked
8
questions and find answers to
45
problems.
Stats
1.1k
EtPoint
346
Vote count
8
questions
45
answers
About
fjardon questions
Where in the standard (C++11) is it said that the remainder operator works for integral type only?
Why does std::basic_istream::ignore() extract more characters than specified?
Is the glibcxx STL incorrect in its implementation of std::valarray::sum()?
fjardon answers
C++ Primer 1.4.4. Can't quite understand the need of first IF statement
Modular exponentiation fails for large mod in C++
LeetCode: Unique Binary Search Trees Calculation
Using locks doesn't prevent Collection was modified; enumeration operation may not execute
Creating a binary string with K pairs
Why does C++ inline function has call instructions?
C++ character encoding when converting from string to const char* for Ruby FFI interface
How to tell c++ compiler that the object is not changed elsewhere to reach better optimization
Global formatting options for floating point numbers
find largest submatrix algorithm