Most of my experience programming is in Linux, so I'm trying to figure out how to setup a decent …
mrmixer Sorry to interrupt but what does TLC mean ?
tender love and care
Sorry to interrupt but what does TLC mean ?
Here's the one line variant without introducing new variable: 1*(Foo*)memory = Foo();
Hey Ray,
One of the priorities of the new team is to give the HMN website some TLC, improving an…
khofez —
Cool! Well for me I find that the new placement is less confusing, but thats just my opinion haha…
khofez And how does your example (*foo = Foo();) differs too much from the placement new calling …
khofez —
Ummm, I see, so that is the only difference? Because I just plan to use the placement new and con…
khofez Thank you very much!
I already knew about the two new operators but I did not know exactl…
khofez —
Thank you very much!
I already knew about the two new operators but I did not know exactly what …
You must understand that there are two "type" of new operators. One is that allocates memory and …
Given that this is a trivially destructible type just freeing is enough.
However if there is a …
khofez —
Note the following code:
1
2
3
4
5
6
7
8
9
10
11
12struct Foo
{
int abc = 2;
fl…
Ray —
Hi, just thinking about some improvements on the project info section.
1. Support Discord icon, …
Looking at the latest HMH episodes after the brand new lighting system has been implemented the g…
Wojtek —
Just what I was missing. Thanks for your work! :)
Congrats, I'll be testing that :)
Hey Orion thanks for linking this information, it'll be a lot of help. It does seem like a good …
Ray —
After 9 month of hard work and almost 5 years since it's conception, here it is raylib 2.0.
In…
I just compiled Casey's code for Day 22 and it appears to have the same bug. When I recompile aft…
I don't think following in pair will be a good idea, as problems with the schedule will inevitabl…
Orion —
Sorry, I should not have linked it like this. This page describes how an app bundle works. Scrol…
I think the LICENSE.txt says you shouldn't redistribute 4coder, so I'm gonna edit your post to re…
Orion —
I thought it would be nice to have 4coder in an .app bundle on MacOS, so I quickly bundled it. Ma…
Sounds like we need to take a closer look internally.
As you've said, just editing the post mult…
What do you mean exactly by an abstraction layer? If you are talking about high level APIs like m…
insofaras Looks like this instance could have been an accidental double-post by Allen.
The two en…
When you calling GetFileTime are you sure you are using lpLastWriteTime and not lpLastAccessTime …
Oh I didn't saw the double post on the blog page.
No I don't have another example. It happened on…