I'm fine working on Linux using gcc as my C compiler but would like a Windows solution. Any ideas? I've looked at Dev-C++ from Bloodshed but looking for more options.
When I am running below code in Code::Blocks in Windows OS.
I used to get an error called undefined reference to fork().
I did set/choose GCC compiler as my default compiler.
#include<stdio.h>
#include<…
I was looking into Valgrind to help improve my C coding/debugging when I discovered it is only for Linux - I have no other need or interest in moving my OS to Linux so I was wondering if there …