Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jacob Pollack
Jacob Pollack has asked
5
questions and find answers to
10
problems.
Stats
242
EtPoint
66
Vote count
5
questions
10
answers
About
Student at the University of Waterloo pursuing a Bachelors of Computer Science.
Jacob Pollack questions
Running Time of GCD Function Recursively (Euclid Algorithm)
Copy ctor called instead of move ctor
In C, sizeof operator returns 8 bytes when passing 2.5m but 4 bytes when passing 1.25m * 2
Jacob Pollack answers
In C is there a pattern for variables in an array which are assigned 0 value?
How to cast a struct of 2 uint into a double
C: Assigning "static const char * const" to "static const char *"
Copy ctor called instead of move ctor
Is it possible to create generic functions in C?
In C, how do I create a `static` array of constant size with zeroed values, but without calloc?
Did I just prove that sieve of Eratosthenes is less efficient than trial division?
How to copy local variable to global variable if both have the same names in C without using a third variable?
read an empty file with fread