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.
longtran2904
One thing that I still do not quite understand is the performance-related problem with a big flat …
»
Weldify
Whenever I try to start up 4coder, an error prompt pops up saying "Could not load the required fal…
»
Mārtiņš Možeiko
char* in memory is stored exactly as array of char. That's just how any T* type means in C - array…
»
max
how to use char ** ,char*** etc, as string and how these are stored in computer memory or we sto…
»
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 20210, so you shouldn't need to pay/donate to…
»
xyzzy
Definitely guilty of it. I already have a lisp dialect that is increasingly looking like newtonsc…
»
CireNeikual
Hi all, We recently published a proof-of-concept demonstration of something called Unsupervised Be…
»
FrostyDrag0n303
Hi! I learned about 4coder from my friend how is really big on cpp. tbh, I know c but its not my g…
»
x13pixels
Very cool ideas Wade! Thanks for sharing them here.
»
Dawoodoz
The biggest challenge with letting developers use code generation everywhere is that each develope…
»
Wade Brainerd
Hello, When getting started with RemedyBG, I find setting up a new debugging session to be bit ted…
»
xyzzy
Hi all! I am a web developer primarily, but I feel like this is the right place to talk about my l…
»
Dawoodoz
Raspberry Pi and Arduino might come up if you work with early prototyping, because medical compani…
»
longtran2904
You're right. Changing the width and height from to fix it. I can still keep the x and y to CW_U…
»
Simon Anciaux
You can use the style to remove all decoration and set the size to the screen size to get a fulls…
»
longtran2904
It doesn't work. Here's my code: // Some place else RECT clientRect; GetClientRect(window, &clien…
»
longtran2904
Can the CreateWindow create a fullscreen window? If it can then what parameter should I pass in? I…
»
Simon Anciaux
You need to use . You give it the desired size and position (the ) and it will give you the to us…
»
longtran2904
The CreateWindow function creates a window with a size equal to the drawable area and the little h…
»
Miles
I'm starting up on devlog videos again after a long hiatus. In this one, I show off all the featur…
»
Simon Anciaux
EDIT: There was a custom layer dll at the root of the hard drive (from a previous build where the…
»
Sokus
Okay, I played with it a bit more and works just as the original, I created a jump list and used …
»
Sokus
My file structure looks like this: I tried what you said - I checked whether is listed, deleted …
»
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 , although it surprised me it was already bound to a key. Unfortunatel…
»
Simon Anciaux
Also depending on what you want to do, 4coder provides some function to draw things. Look into .
»
Simon Anciaux
If you use the command lister (default is ) does it list a keybinding for ? Are you sure both fun…
»
Sokus
Custom command I created got assigned to a key without me specifying it. I am trying to get new fu…
»