Ahorra 5 meses con 1 año de Premium al 35% dto ¡Lo quiero!
Take Up Code

podcast

Suscribirse

Take Up Code

222: Filesystem: Why Should You Learn To Use It?

Understanding how to use the filesystem will allow you to add common and expected features to...

Añadir a ... 

221: Be Careful Of Changes In Code Abstraction.

The code you write should follow a similar level of detail. I mentioned level of detail in an...

Añadir a ... 

220: One Of These Things Is Not Like The Others.

Finding differences will help you make sense of your code. Differences will creep into your...

Añadir a ... 

219: C++ RAII Sounds Complicated But Simplifies Your Code.

Resource allocation is initialization or RAII for short may be hard to pronounce but will help...

Añadir a ... 

218: C++ Used To Program Video Games.

Why is C++ such a good choice for writing games? The C++ language is used for many types of...

Añadir a ... 

217: How To Start Building a Video Game. Part 7.

Work on the toughest problems first. And if you can’t solve them, then find a way around. I...

Añadir a ... 

216: How To Start Building a Video Game. Part 6.

How is a video game different than any other application? Building a video game will help you...

Añadir a ... 

215: How To Start Building a Video Game. Part 5.

We all want to think big. But to get there, we need to think small. By this time, you’ve taken...

Añadir a ... 

214: How To Start Building a Video Game. Part 4.

You can take advantage of libraries and frameworks. Don’t try to do everything yourself....

Añadir a ... 

213: How To Start Building a Video Game. Part 3.

What role will data play in your game? It doesn’t matter what type of application you’re...

Añadir a ... 

212: How To Start Building a Video Game. Part 2.

How do you make your idea more specific? It’s hard to make progress on a vague idea. This...

Añadir a ... 

211: How To Start Building a Video Game. Part 1.

You have a vague idea for a new video game. Where do you begin? I’m not a painter but I have to...

Añadir a ... 

210: Shiny Projects And Distractions.

When is it okay to switch to a different project? This is something that I struggle with all...

Añadir a ... 

209: CSS: Cascading Style Sheets Tutorial. Part 2.

Cascading Style Sheets let you manage how your HTML looks so you can keep your HTML focused on...

Añadir a ... 

208: CSS: Cascading Style Sheets Tutorial. Part 1.

Cascading Style Sheets let you manage how your HTML looks so you can keep your HTML focused on...

Añadir a ... 

207: Trees: AST: Abstract Syntax Tree. A Simple Example.

An abstract syntax tree can help your code make sense of what a user provides. Have you ever...

Añadir a ... 

206: Collections: Stack.

You can use a stack when you need to remember something and only ever need the last thing. If...

Añadir a ... 

205: Trees: What Can You Do With Them?

What other things can trees help you to solve? When thinking about trees, I usually put them in...

Añadir a ... 

204: This Is Terrible, You Gotta Start Anyway.

Have you ever created something and then thought about how bad it was? What did you do? Most of...

Añadir a ... 

203: Trees: Why Use Them?

Why should you consider using trees? You can find more information about trees in some of the...

Añadir a ...