Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
amitlicht
amitlicht has asked
12
questions and find answers to
2
problems.
Stats
110
EtPoint
16
Vote count
12
questions
2
answers
About
MSc Student for Computer Science in Tel-Aviv University, and a Software Developer.
amitlicht questions
Is this a good code (came across while reading code of a colleague)
I can't use std::vector of auto_ptr - should i use shared_ptr?
Can i pass auto_ptr by reference to functions?
Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?
How often do you declare your functions to be const?
C++ difference between reference, objects and pointers
How can i sort a map by its .second parameter [duplicate]
amitlicht answers
ProgressDialog doesn't appear