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
Floating point comparison `a != 0.7` [duplicate]
Nov 30, 2022
c
comparison
floating-point
In C storing values that start with zero get mutated, why?
Nov 29, 2022
c
int
storage
Properly using sscanf
Nov 28, 2022
c
input
token
How to check if uint8_t exists as a type, instead of unsigned char?
Nov 30, 2022
c++
c
embedded
Making a Tuple in C
Nov 29, 2022
c
tuples
bind
associative-array
key-value
What can I expect to be difference when I transition from C & C# to C++?
Nov 29, 2022
c#
c++
c
Does going out of scope like this free the associated memory?
Nov 30, 2022
c
memory
malloc
I need to create a very large array of bits/boolean values. How would I do this in C/C++?
Nov 30, 2022
c++
c
arrays
bitset
What does '<<' mean in C?
Nov 29, 2022
c
bit-manipulation
for (unsigned char i = 0; i<=0xff; i++) produces infinite loop
Nov 30, 2022
c
loops
unsigned-char
C pointers in C#
Nov 30, 2022
c#
c
string
pointers
language-implementation
How to use a C assert to make the code more secure?
Nov 29, 2022
c
assert
What is wrong with this function?
Nov 29, 2022
c
find
Computing e^(-j) in C
Nov 29, 2022
c
complex-numbers
exponential
Is "} while (0);" always equal to "break;} while (1);"?
Nov 29, 2022
c++
c
while-loop
break
do-while
How bad is it to abandon THE rule in C (aka: return 0 on success)?
Nov 29, 2022
c
Why don't processes split by fork() proceed through this function identically?
Nov 29, 2022
c++
c
C Syntax Question
Nov 28, 2022
c
defensive-programming
Code working in c but not in c++
Nov 30, 2022
c++
c
'stray \223 and \224 error' and other errors in C
Nov 29, 2022
c
« Newer Entries
Older Entries »