Relative Content

Tag Archive for cvisual-studio-code

undefined reference to the library

i don’t know a lot about including custom libraries, i need some help in raylib
i recently installed it using msys2 because this shell automatically makes your raylib archives to be in the right place in the mingw folder, now VSC doesn’t mark the include <raylib.h> as an error, the same with the functions in raylib.

Usage of ifdefs statements for C-Code in VSCode

I have several #ifdefs in a C-Project. I noticed that although certain #ifdef are true and code under that is being used in a project, the VSCODE shows them as not being used (Display them lightly).

VS Code C# Easter Eggs

So recently I began getting occasional odd messages when coding in C# in VS Code. I’ve been getting things like: ‘change trunp’, ‘change patches’, ‘change it’ and so on, other msgs don’t spring to my mind. What on earth is that? These messages overlay my console for a short period of time and sometimes it even pastes new lines featuring these meassages, right among the other lines!

Getting a wrong output all the time

I was just trying out a code for finding whether a number is an Armstrong number or not. But it was getting the same output for all the inputs even it is a Armstrong number. So I used an online compiler and it worked.