Skip to content

Instantly share code, notes, and snippets.

View JEscalanteGT's full-sized avatar

Jorge Escalante JEscalanteGT

  • Quetzaltenango, Guatemala
View GitHub Profile
@ericandrewlewis
ericandrewlewis / index.md
Last active June 6, 2024 01:43
C++ Pointer Tutorial

C++ Pointer Tutorial

Because pointers can be ugh

"Regular" variables (not pointers)

To understand a pointer, let's review "regular" variables first. If you're familiar with a programming language without pointers like JavaScript, this is what you think when you hear "variable".

When declaring a variable by identifier (or name), the variable is synonymous with its value.

@tian2992
tian2992 / guatemala.json
Last active November 9, 2023 00:28
Un objeto JSON con los departamentos y municipios de Guatemala.
{
"Alta Verapaz": [
"Cahabón",
"Chahal",
"Chisec",
"Cobán",
"Fray Bartolomé de las Casas",
"Lanquín",
"Panzós",
"Raxruha",