Skip to main content
0___________'s user avatar
0___________'s user avatar
0___________'s user avatar
0___________
µC programmer
  • Member for 9 years, 11 months
  • Last seen this week
  • United Kingdom
30 votes
8 answers
4k views

Is it possible in C (not invoking UB) to check if two objects overlap?

17 votes
1 answer
1k views

Is this declaration UB?

16 votes
1 answer
422 views

GCC - two identical functions but the code generated differs. Why?

16 votes
1 answer
440 views

gcc Strange -O0 code generation. Simple malloc. Pointer to multidimensional array

5 votes
1 answer
154 views

Are these expressions involving compound literals defined in C?

3 votes
1 answer
149 views

Is it safe to pass function pointer to message handler via lParam?

3 votes
1 answer
97 views

Is memory allocated by malloc an array - same as allocated by calloc?

3 votes
2 answers
3k views

LINKER script GCC how to avoid veneer call

3 votes
1 answer
5k views

powershell run from cmd to to start program and exit. The program will stay running, but powershell should extit

3 votes
1 answer
336 views

Three questions: Is NULL - NULL defined? Is (uintptr_t)NULL - (uintptr_t)NULL defined? [duplicate]

2 votes
2 answers
1k views

GIT merging unrelated histories

2 votes
1 answer
4k views

How to discover the virtual COM port name knowing the PID and VID in C#

2 votes
2 answers
904 views

How to deserialize this Json string in System.Text.Json

2 votes
2 answers
819 views

C constant expressions. const variables as constant expressions

2 votes
1 answer
545 views

ESP32 IDF. Will this table be placed in the SPI FLASH and read from it or it will be loaded to the RAM

2 votes
0 answers
94 views

Is it conforming or not. Object size calculatiuon using pointers of different types than the original object

1 vote
0 answers
346 views

PHP is it possible to catch "mod_fcgid: read data timeout in xxx seconds"

1 vote
1 answer
1k views

gitlab CD/CI how to deploy artifacts to the server

1 vote
1 answer
319 views

STMCubeIDE how to change the order of the includes

1 vote
0 answers
45 views

Is it possible in Windows (in service or driver) to receive message (signal) just before OS shuts down

1 vote
1 answer
126 views

Why this does not work but similar power shell operation does

1 vote
1 answer
1k views

Get WMI properties

1 vote
3 answers
4k views

STM32F303 ADC gets stuck in the calibration

1 vote
2 answers
2k views

c# how long does it take to start a task

1 vote
0 answers
495 views

STM32F303 DMA throughput

1 vote
1 answer
89 views

This simple user control code crashes VS2015. Have no idea why

1 vote
2 answers
136 views

Can two implementation defined identical expressions give different results?

1 vote
1 answer
493 views

arm-none-eabi-gcc does it support #pragma pack(n)

1 vote
1 answer
1k views

CMake ninja custom target used as pre-build command modifies the files but ninja see the change of the depndecies during next build

0 votes
0 answers
68 views

git same project, two separate repos - how to merge together