Generating nanosecond delay in C on STM32 – I am using STM32F2 controller and I am interfacing with an ST7036 […]
Month: March 2023
Visual Studio 2015: Compile C/C++ without a runtime library
Visual Studio 2015: Compile C/C++ without a runtime library – Is there a way of compiling C/C++ with Visual Studio […]
Getting file modification time on UNIX using utime in C
Getting file modification time on UNIX using utime in C – I have been told by a professor that you […]
Why do you need an explicit `-lm` compiler option [duplicate]
Why do you need an explicit `-lm` compiler option [duplicate] – This question already exists: Closed 10 years ago. Possible […]
AIO support on Linux
AIO support on Linux – Does anyone know where I can get up to date information about the state on […]
What function is to replace a substring from a string in C?
What function is to replace a substring from a string in C? – Given a (char *) string, I want […]
How to get the mode of a file descriptor?
How to get the mode of a file descriptor? – I mean to use fdopen FILE *fdopen(int fd, const char […]
class MaxLen
class MaxLen –
How to convert enum names to string in c
How to convert enum names to string in c – Is there a possibility to convert enumerator names to string […]
SPOJ ADDREV Problem
SPOJ ADDREV Problem – I did go through the other threads on this SPOJ problem, ADDREV (Adding Reversed Numbers), but […]