WhatNitrous
Well-known member
- Messages
- 23,453
- Points
- 113
too many claims most likely...best to just wait it out.Yeah, it's erroring like crazy
too many claims most likely...best to just wait it out.Yeah, it's erroring like crazy
It's been like that since their Death Stranding giveaway, some fast people got the Director's Cut now everyone is rushing to claim freebies as fast as possible.Yeah, it's erroring like crazy
Yep. Btw I started having programming at school and I hate it. I still don't quite get difference between zero and null.too many claims most likely...best to just wait it out.
Null is an empty value that means 'Nothing' or 'Never Used', you use it to determine if a variable exists or has ever had a value assigned to it before if it can be completely empty.I still don't quite get difference between zero and null.![]()
Really doesThis picture nails it just right![]()
I'm reading for a 3rd time and trying to understand it better. Thanks Nitrous.Null is an empty value that means 'Nothing' or 'Never Used', you use it to determine if a variable exists or has ever had a value assigned to it before if it can be completely empty.
For example if you have a variable that should be zero but you need to know if its ever been set to zero or its never been used, Null would be the alternative to zero.
In most cases its used for strings and/or variables that point to an address in memory more than numbers...but thats the simple drift of it. Null means to not exist and zero just means its zero like a string can be "" but its not empty...null would be empty.
EDIT:
Null is memory address zero (in low level at least) where zero is an integer that has a different memory address.
Yea it makes more sense, a picture is worth a thousand words.This picture nails it just right![]()
I tried lolI'm reading for a 3rd time and trying to understand it better. Thanks Nitrous.![]()
0 is an empty seat that has something in it...null is just emptyYea it makes more sense, a picture is worth a thousand words.![]()
I remember that day.It's been like that since their Death Stranding giveaway, some fast people got the Director's Cut now everyone is rushing to claim freebies as fast as possible.
WTF?It's OK now, I get it. So if you set something to NULL it's like delete? It points to nothing in memory.
I just got banned by EPIC, it logged me out and I can't login in again. Got this message:
View attachment 21068
err...don't thonk of it like that because you need to delete memory in those languages too, they dont do automatic garbage collection like some.It's OK now, I get it. So if you set something to NULL it's like delete? It points to nothing in memory.![]()
struct POINT {
long x,
long y
} *LPPOINT;
BOOL CheckForPoint(LPPOINT lpSpot) {
if (lpSpot == NULL) return FALSE;
// point exists so do something with it...
return TRUE;
};
Strange, I still have the same error as an hour ago.It's OK now, I get it. So if you set something to NULL it's like delete? It points to nothing in memory.
I just got banned by EPIC, it logged me out and I can't login in again. Got this message:
View attachment 21068
I'm afraid to try again now but I did like 20 times
Yeah, basically Turbo Outrun. I remember that arcade very well.Some of it was replaying events from the anime. Other parts were races against characters on their home tracks. HCT is more like Outrun?
I dont wtf...someone find me a ROMYeah, basically Turbo Outrun. I remember that arcade very well.
I’ll probably check it tomorrow, if I don’t forget.I'm afraid to try again now but I did like 20 times![]()
Thats a raw thing to do on a 24hr basis...luckily I got the game and the DLC is always freeI’ll probably check it tomorrow, if I don’t forget.![]()
So, they are on the case.Investigating - We are investigating an issue where players are unable to complete a purchase in the Epic Games Store.
Dec 27, 2024 - 16:59 UTC
Honestly I'll try to understand it later but thanks for your help.Its usually used where you dont even need a variable like in API calls into the Windows DLLs.
I tried maybe 50 times and still can't login into my EPIC account.I'm afraid to try again now but I did like 20 times![]()
Good to know maybe they unblock me.So, they are on the case.