Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Naveen
Naveen has asked
83
questions and find answers to
157
problems.
Stats
4.5k
EtPoint
1.4k
Vote count
83
questions
157
answers
About
Software developer from Bangalore, my area of interest is mainly C++.
33rd to C++ Gold Badge
Naveen questions
Scope of objects in lambda expressions
Coding style - Input validation
Implicit type conversions - Compiler error
Removing duplicates in an array while preserving the order in C++ [duplicate]
Usage of boost lambdas
Debugging multithreaded applications [duplicate]
Catching exception in code
How to use std::wstring with std::istringstream?
Stopping a thread in Win32/MFC
Effect of memory usage in the complexity of an algorithm
Naveen answers
c++ factory and casting issue
What's wrong with this c++ code?
C++ Copy Constructor Syntax
C++: Return pointer to template subclass
Is is necessary to have the 'const' in declaring char const *ptr = "some characters"?
C++ instantiate function template as class member and using "this" pointer
Function that returns iterator from a map
Delete an array of queue objects
how to modify a value in multimap?
How can I append the content of one map to another map?