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.
Allen Webster
I am still interested in getting 4coder on the raspberry pi. I also still have a lot of other impo…
»
ratchetfreak
AFAICT He doesn't use dynamic arrays. Which means that he just doesn't run into that kind of issue…
»
Jason
Okay, so I shouldn't be too worried about having to write these types of things. But how does Case…
»
ratchetfreak
You can declare the copy construct/assign as deleted. That way an errant shallow copy becomes a co…
»
Jason
I have a custom dynamic array class and one of it's members is of course a pointer to memory which…
»
Simon Anciaux
Hi, and welcome.
»
James Sral
This is very, very cool! I've never used a tracker myself, but I find them fascinating. I'd love t…
»
James Sral
I've been lurking on here for a bit, but I want to get serious about learning some low-level progr…
»
Ryan Byczek
Sorry for the thread necromancy, found this with search. Is there still an appetite for a 4coder b…
»
Anders
Very true mmozeiko! Thanks for the information :)
»
Tyler
The original path i had it in had a space, but i changed that a couple days ago to one with no spa…
»
x13pixels
When in the Attach to Process window it would be nice if when pressing a letter key the first pro…
»
Stas Lisetsky
Thank you, I will look into that! I just was getting annoyed with sockets and wanted the app to wo…
»
Mārtiņš Možeiko
You still can have single thread with blocking or nonblocking APIs. Just don't do polling. Check i…
»
Stas Lisetsky
Yes, it's very tempting to do a game-style loop. I really wanted to keep this thing single-threade…
»
Mārtiņš Možeiko
I would strongly suggest to not do "game-loop" for web servers. Do epoll or io completion ports - …
»
Stas Lisetsky
This is the main discussion thread for Büchse. Please post your questions and suggestions here. …
»
Simon Anciaux
It's working on my machine (build.bat is executed, but vcvarsall.bat is not in the path for me so …
»
Mārtiņš Možeiko
No need to guess. clearly states: Also here: If font looks wrong on screen that means there are…
»
Tyler
Sorry for the late reply. hope dropbox is ok, if not i can send it in another way if you would pre…
»
Anders
Alright, I found out why this happened. I did not have liberation mono in my Fonts folder. facepal…
»
Anders
Hm, interesting. Thanks for letting me know. The weird part though is that I compiled Casey's code…
»
John
It could also be a permission issue. If you have set cmd to always run as admin while 4coder runs …
»
Simon Anciaux
build.bat can contain whatever you want. For a simple test you could just have: Which would just …
»
Tyler
I appreciate the help mrmixer! Thanks for the heads up with the *, but yeah it wasn't the issue. I…
»
Simon Anciaux
I ran day 180 from Casey and it works on Windows 7 and Windows 10 (text is aligned properly). I us…
»
Simon Anciaux
You have a "*" in load_path_win but there shouldn't be one. But I'm not sure that's the issue. Th…
»
Jonathan Nilsson
Hi! When in the Attach to Process window it would be nice if when pressing a letter key the first …
»
Anders
Hello, I've just finished with day 180, but my debug cycle count texts aren't rendered like they a…
»
Ryan Fleury
Hello, In my eyes, it does not appear that the continuation of this thread would be productive. Bo…
»