User profile: NowIC

User info
User name:NowIC
Name:MK
Location:Germany
Website:http://m2k1.de
History
Joined:
Number of posts:11
Latest posts:

VS Code and multiple files (libraries)
Hello. I setup VS Code to work with gcc and gdb (Windows 11 with mingw64). The compile and debug wit...

Embarcadero C++ Builder Community Edition - no registrations left
Hallo. I upgraded to Windows 11 Pro and so I wanted to install C++ Builder CE. As it said, "no ...

printf() with %p
Thank you for your explanation. It is a bit complicated to read but it helps. So it is a good practi...

printf() with %p
[code] #include <stdio.h> typedef struct { int x; int y; } point_t; typedef struct { ...

Program does not execute
Thank you dutch. This was very helpful. The thing is what I forgot to say I get an error message for...