Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Luchian Grigore
Luchian Grigore has asked
103
questions and find answers to
974
problems.
Stats
37.3k
EtPoint
14.2k
Vote count
103
questions
974
answers
About
Former Microsoft Visual-C++ MVP.
Luchian Grigore questions
Should I use list initialization in a constructor initializer list?
Operator [] overloading
Trigger event on return in C++
Why is moving return to the end of the function less efficient? [closed]
Call constructor using auto on the left side [duplicate]
Issue when using exprtk.hpp to make a function that graphs a function [duplicate]
Best way to distribute tasks considering latency and efficiency
Casting between primitive type pointers
How is it possible for a class to be derived from a template specialized on itself?
Forward declarations cause errors after code refactor
Luchian Grigore answers
new operator in c++
Sort and keep track of elements
C++: Inheriting from std::map
printf and custom class
bitwise operations in c++, how to actually use it?
C++ writing and reading doubles from a binary file
How to initialise Constructor of a Nested Class in C++
Alternatives to using class attribute value as a method default parameter?
Why I can't define compare without constant
Validation in setters: What approach is better?