Anyone else noticed this?
Ive developed a library in c for my projects, and it calls various functions to print to stdout.
Like printf, fprintf etc...
The funny thing is that when running this from inside the ide the program crashes, and sometimes even the ide itself crashes.
The resulting executables work perfectly fine outside the ide though, so im not sure whats wrong :(
Ive developed a library in c for my projects, and it calls various functions to print to stdout.
Like printf, fprintf etc...
The funny thing is that when running this from inside the ide the program crashes, and sometimes even the ide itself crashes.
The resulting executables work perfectly fine outside the ide though, so im not sure whats wrong :(