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
85
questions and find answers to
169
problems.
Stats
4.7k
EtPoint
1.4k
Vote count
85
questions
169
answers
About
Software developer from Bangalore, my area of interest is mainly C++.
33rd to C++ Gold Badge
Naveen questions
How to protect class member pointers from unwanted destruction? [duplicate]
Is this valid C++ code according to standard?
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?
Naveen answers
Does ampersand of reference data type return the address of the reference itself or the value it is referencing?
why is the ^ operator used after Point in the following code about Object Class
c language: printf help
C++ Destructor inheritance
What is the difference between these two prototypes?
string to integer
array of wchar_t
visual c++: convert int into string pointer
How to call overloading functions from the base class (not abstract)?
Proper Declaration of Classes Inherited from Template Class