Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
QuestionC
QuestionC has asked
7
questions and find answers to
25
problems.
Stats
502
EtPoint
128
Vote count
7
questions
25
answers
About
I really like explaining computer science concepts to people.
QuestionC questions
C++ Shared pointers. How can I change the underlying object's pointer for all copies?
How to define a nested class outside its parent in C++
Pythonic way to combine `for` and `try` blocks
Which key failed in Python KeyError?
QuestionC answers
Rounding float to nearest integer in C
Delete part of word right/left to the cursor in vim
Include and code on same line in C
Detecting an empty line in C
what is raw pointer in c++? How they differ from normal pointer? [duplicate]
Regex for multiple of 1000 accepting values greater than 25000 and decimal not allowed
Modulo function in c++, that behaves like mod in matlab
Is there an equivalent to the range-based `enumerate` loop from python in modern C++?
Creating and populating a map in a header file in C++
Passing a shared_ptr through a C interface that takes void *