Been busy working on the external environment for my KKR game.
Screenshots of - entrance to Medusa's labyrinth, the old castle, the lab and Turkish town, graveyard and ruins. Now working on supermarket.
Been busy working on the external environment for my KKR game.
Screenshots of - entrance to Medusa's labyrinth, the old castle, the lab and Turkish town, graveyard and ruins. Now working on supermarket.
As well as C++, I also dable in digital art.
Synthetic cubist still life, mixed (digital) media.
Might need some tweaking. One of the bananas is a bit difficult to see.
As well as C++, I also dable in digital art.
Synthetic cubist still life, mixed (digital) media.
Might need some tweaking. One of the bananas is a bit difficult to see.
Another prog rock masterpiece from Lars Fredrik Froislie. Judigng from this track it's going to be awesome. However, gotta wait two days for it to be released. Sigh...
www.youtube.com/watch?v=DiQP...
Another prog rock masterpiece from Lars Fredrik Froislie. Judigng from this track it's going to be awesome. However, gotta wait two days for it to be released. Sigh...
www.youtube.com/watch?v=DiQP...
class AClass
{
public:
// public functions
void doA();
void doB();
private:
// private variables
bool ok = false;
}
class AClass
{
public:
// public functions
void doA();
void doB();
private:
// private variables
bool ok = false;
}
“It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.”
― Edsger Dijkstra
These days, I would substitute "Python" for "BASIC".
“It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.”
― Edsger Dijkstra
These days, I would substitute "Python" for "BASIC".
That's insider trading, you know, fraud.
That's insider trading, you know, fraud.
#gamedev
#gamedev
Haven't been working on my game at all recently since I'm learning SFML and am currently locked in mortal combat with a Udemy course that teaches it. Code for first project was pretty awful - all of the code was in the main function resulting in 600+ lines of code.
The reason I never use Apple (aka Crapple) products is that the company just can't get anything right. Nothing at all.
Just tried to create an apple account in the iTunes app. And after verifying my email address, I never got a stupid Apple ID.
You need an ID to sign in.
The reason I never use Apple (aka Crapple) products is that the company just can't get anything right. Nothing at all.
Just tried to create an apple account in the iTunes app. And after verifying my email address, I never got a stupid Apple ID.
You need an ID to sign in.
Sadly I've got to wait 3 long days for the album to be released.
www.youtube.com/watch?v=KZ3d...
Sadly I've got to wait 3 long days for the album to be released.
www.youtube.com/watch?v=KZ3d...
Have decided that using include directives for separate compilation is so last year. I mean, the only thing that might suck deeper than #Python is the C++ pre-processor. So I will be using C++20 modules as much as possible from now on.
Have decided that using include directives for separate compilation is so last year. I mean, the only thing that might suck deeper than #Python is the C++ pre-processor. So I will be using C++20 modules as much as possible from now on.
A complete explanation of the humble "Hello World" program. A seemingly simple bit of code that triggers a complex cascade of OS calls:
www.youtube.com/watch?v=Gf-d...
A complete explanation of the humble "Hello World" program. A seemingly simple bit of code that triggers a complex cascade of OS calls:
www.youtube.com/watch?v=Gf-d...
So nice new fast system but with Windows 11.
OS has good and bad points.
Good:
Rounded windows
Dark theme
Bad:
Stupid dinky start menu
Cannot show all icons in system tray
Managed to fix the start menu with Stardock's start11.
Still can't fix the system tray. FFS Microdaft.
So nice new fast system but with Windows 11.
OS has good and bad points.
Good:
Rounded windows
Dark theme
Bad:
Stupid dinky start menu
Cannot show all icons in system tray
Managed to fix the start menu with Stardock's start11.
Still can't fix the system tray. FFS Microdaft.
This morning managed to use my new system for some real work instead of just installing/setting up. Screen shot of building the Boost C++ library. This used to take ages - now took about 10 mins.
This morning managed to use my new system for some real work instead of just installing/setting up. Screen shot of building the Boost C++ library. This used to take ages - now took about 10 mins.
It's going to take some time to set this up.
It's going to take some time to set this up.
I do wish people wouldn't use this term - even some C++ peeps do. They're functions because they give you FUNCTIONality NOT METHODology. Sigh...
Game over poppet.
I do wish people wouldn't use this term - even some C++ peeps do. They're functions because they give you FUNCTIONality NOT METHODology. Sigh...
Game over poppet.
People often complain that C++ is too complicated and difficult. WRONG. I find it way easier. The complexity actually makes using the language paradoxically easier and consistent to use.
People often complain that C++ is too complicated and difficult. WRONG. I find it way easier. The complexity actually makes using the language paradoxically easier and consistent to use.