We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
char* in memory is stored exactly as array of char. That's just how any T* type means in C - arra…
»
max
how to use char ** ,char*** etc, as string and how these are stored in computer memory or we st…
»
Simon Anciaux
I updated the wiki article, sorry for the confusion.
»
FrostyDrag0n303
Thanks! Seems like the article I linked was outdated.
»
Alex Baines
I believe the "paid" version became free on 1st July 2021[0], so you shouldn't need to pay/donate…
»
xyzzy
DawoodozThe biggest challenge with letting developers use code generation everywhere is that each…
»
CireNeikual
Hi all, We recently published a proof-of-concept demonstration of something called Unsupervised …
»
FrostyDrag0n303
Hi! I learned about 4coder from my friend how is really big on cpp. tbh, I know c but its not my…
»
x13pixels
Very cool ideas Wade! Thanks for sharing them here.
»
Dawoodoz
The biggest challenge with letting developers use code generation everywhere is that each develop…
»
Wade Brainerd
Hello, When getting started with RemedyBG, I find setting up a new debugging session to be bit t…
»
xyzzy
Hi all! I am a web developer primarily, but I feel like this is the right place to talk about my …
»
Dawoodoz
Raspberry Pi and Arduino might come up if you work with early prototyping, because medical compan…
»
longtran2904
You're right. Changing the width and height from 1rect.right, rect.bottom to 1rect.right - rect…
»
Simon Anciaux
You can use the WS_POPUPWINDOW style to remove all decoration and set the size to the screen size…
»
longtran2904
It doesn't work. Here's my code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2…
»
longtran2904
Can the CreateWindow create a fullscreen window? If it can then what parameter should I pass in? …
»
Simon Anciaux
You need to use AdujstWindowRect. You give it the desired size and position (the client rect/area…
»
longtran2904
The CreateWindow function creates a window with a size equal to the drawable area and the little …
»
Miles
I'm starting up on devlog videos again after a long hiatus. In this one, I show off all the featu…
»
Simon Anciaux
[offtopic] I worked around my build issue by moving the 4coder folder to a different hard drive. …
»
Sokus
Okay, I played with it a bit more and sq_goto_next_jump works just as the original, I created a j…
»
Sokus
My file structure looks like this: 1 2 3 4 5 6 7 8 9 10 11 12 134coder (root folder) c…
»
Simon Anciaux
What is the structure of your 4coder folder and custom code folder. I tried to compile your code…
»
Sokus
The command lister did list sq_goto_next_jump, although it surprised me it was already bound to a…
»
Simon Anciaux
Also depending on what you want to do, 4coder provides some function to draw things. Look into 4c…
»
Simon Anciaux
If you use the command lister (default is Alt + x) does it list a keybinding for sq_goto_next_jum…
»
Sokus
Custom command I created got assigned to a key without me specifying it. I am trying to get new f…
»
Mārtiņš Možeiko
Using glfw or any other library does not require anything special in 4coder. As long as you have …
»
Riana
I don't have to use Cmake. I just want to be able to say #include <GLFW/glfw3.h>.
»