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…
I updated the wiki article, sorry for the confusion.
Thanks! Seems like the article I linked was outdated.
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…
Hi all,
We recently published a proof-of-concept demonstration of something called Unsupervised …
Hi!
I learned about 4coder from my friend how is really big on cpp. tbh, I know c but its not my…
Very cool ideas Wade! Thanks for sharing them here.
The biggest challenge with letting developers use code generation everywhere is that each develop…
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 …
Raspberry Pi and Arduino might come up if you work with early prototyping, because medical compan…
You're right. Changing the width and height from 1rect.right, rect.bottom
to 1rect.right - rect…
You can use the WS_POPUPWINDOW style to remove all decoration and set the size to the screen size…
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…
Can the CreateWindow create a fullscreen window? If it can then what parameter should I pass in? …
You need to use AdujstWindowRect. You give it the desired size and position (the client rect/area…
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…
[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…
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…
Also depending on what you want to do, 4coder provides some function to draw things. Look into 4c…
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…
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>.