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
Should I update my program from C to modern C or C++? [closed]
Dec 04, 2022
c++
c
compiler-construction
Send and receive an integer value over TCP in C
Dec 04, 2022
c
sockets
tcp
network-programming
What is the standard way to constrain a optimizing compiler to keep duplicate assignments?
Dec 04, 2022
c
optimization
embedded
what is the difference between node structures of double linked list and binary tree?
Dec 04, 2022
c
linked-list
binary-tree
Fork() function in C programming
Dec 03, 2022
c
fork
C and C++ linkage with extern "C"
Dec 04, 2022
c++
c
extern
linkage
is it possible to do an OR in a case statement?
Dec 04, 2022
c
syntax
switch-statement
What exactly getch() does in C?
Dec 04, 2022
c
turbo-c
getch
While (( c = getc(file)) != EOF) loop won't stop executing
Dec 04, 2022
c
file
input
output
What determines the size of integer in C? [duplicate]
Dec 04, 2022
c++
c
sizeof
How to handle a warning from the clang compiler?
Dec 04, 2022
c
clang
c99
C++: Questions about using namespace std and cout [duplicate]
Dec 04, 2022
c++
c
cout
Print float/double without trailing zeros? [duplicate]
Dec 04, 2022
c
Space between arrow operator in C
Dec 04, 2022
c
pointers
standards
arrows
Why does overflowing array initialization give warning but overflowing assignment does not?
Dec 04, 2022
c
arrays
Divisiblity of 5 without using % and / operator
Dec 04, 2022
c
algorithm
Why output is different between to shell and to a file
Dec 04, 2022
c
bash
unix
fork
what is difference between ++i and i+=1 from any point of view
Dec 04, 2022
c
operators
Precision modifier as a variable in C
Dec 04, 2022
c
Why are two integer pointers of the same value point to the same thing (via ==) ?
Dec 04, 2022
c
pointers
integer
« Newer Entries
Older Entries »