Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
wefwefa3
wefwefa3 has asked
23
questions and find answers to
4
problems.
Stats
267
EtPoint
68
Vote count
23
questions
4
answers
About
c16eam
wefwefa3 questions
Is it safe to pass memory allocated using "new" to C libraries?
Function as parameter to function [duplicate]
Declaring a global variable `extern const int` in header but only `int` in source file
Should I use "rand % N" or "rand() / (RAND_MAX / N + 1)"?
What is the type of "auto var = {condition} ? 1 : 1.0" in C++11? Is it double or int?
Using macros to implement a generic vector in C. Is this a good idea?
What is wrong with this mapping? Vim starts in -- REPLACE -- mode
Does '#'-character have to be at the start of a line in the C preprocessor? [duplicate]
Using sizeof on a typedef instead of a local variable
Does "int (*)[]" decay into "int **" in a function parameter?
wefwefa3 answers
Can code that is valid in both C and C++ produce different behavior when compiled in each language?