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
In a byte, how to swap the 4 higher bits with its 4 lower bits
Jun 20, 2022
c
byte
Are two dimensional arrays in C required to make all elements contiguous?
Oct 22, 2022
c
arrays
if(a,b,c,d) how does this work? [duplicate]
Sep 24, 2022
c
if-statement
check if a lot of int is equal
Jul 10, 2022
ios
objective-c
c
C - Returning 2 values in a function and trying to use them
Sep 02, 2022
c
What is wrong with the following code dealing with pointers?
May 18, 2022
c
pointers
Pointer to volatile data (*((volatile uint32_t *)0x40000000)) [duplicate]
Oct 10, 2017
c++
c
arm
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
« Newer Entries
Older Entries »