Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
Memory waste? If main() should only return 0 or 1, why is main declared with int and not short int or even char?
Jul 09, 2022
c++
c
memory
types
allocation
Why can I change a local const variable through pointer casts but not a global one in C?
Jul 11, 2022
c
pointers
constants
C comparison char and int
Jun 26, 2022
c
what is the good gvim guifont for C/C++ programming [closed]
Jun 21, 2014
c++
c
vim
Iterating over same type struct members in C
Oct 13, 2022
c
struct
iteration
In game programming, what are the specific C++ or STL features that causes performance hogs? [closed]
Apr 18, 2022
c++
c
stl
non-IDE C development environment
Jul 01, 2022
c
linux
command-line
Operator sizeof() in C
Aug 17, 2022
c
types
sizeof
If char c = 0x80, why does printf("%d\n", c << 1) output -256?
Aug 11, 2022
c
integer-promotion
Converting Char array to Long in C
Nov 09, 2022
c
memory
Is it compulsory to write int main(int argc, char *argv[]), can't use some other names instead of argc and *argv[]?
Dec 07, 2018
c
visual-c++
command-line-arguments
logical AND and OR in c
Oct 21, 2022
c
How many primitive steps in y=x++? [closed]
Oct 02, 2022
c++
c
post-increment
How to search a string in a char array in C? [closed]
Nov 19, 2022
c
arrays
string
C - Convert an uppercase letter to lowercase
Aug 15, 2018
c
What does while (*p2++ = *p1++); mean? [duplicate]
Aug 03, 2022
c
Compound if statement using ?: operator in C [duplicate]
Aug 27, 2022
c++
c
if-statement
syntax
ternary-operator
How to pinpoint where a long function returns
Aug 16, 2019
c++
c
return
Is it Bad Practice to use C++ only for the STL containers?
Nov 10, 2022
c++
c
containers
type of int * (*) (int * , int * (*)())
Feb 04, 2022
c
variables
pointers
types
declaration
« Newer Entries
Older Entries »