Pointers - Go Lang Practical Programming Tutorial p.4

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=OwakEEY_DFw



Category:
Tutorial
Duration: 4:18
72,455 views
994


Welcome to part 4 of the Go programming tutorial series. In the previous tutorial, we covered some function basics. Now, we're going to cover the last basic concept before creating a simple web app, which is pointers. Pointers allow you to reference from memory, which lets you do some interesting things. Let's do a basic run-through.

Text tutorials and sample code: https://pythonprogramming.net/go/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2017-10-30Maps - Go Lang Practical Programming Tutorial p.14
2017-10-29Continuing our Go Web application - Go Lang Practical Programming Tutorial p.13
2017-10-28Looping - Go Lang Practical Programming Tutorial p.12
2017-10-28Parsing XML - Go Lang Practical Programming Tutorial p.11
2017-10-27Accessing the internet - Go Lang Practical Programming Tutorial p.10
2017-10-27More web dev basics - Go Lang Practical Programming Tutorial p.9
2017-10-23Pointer Receivers - Go Lang Practical Programming Tutorial p.8
2017-10-23Methods - Value Receivers - Go Lang Practical Programming Tutorial p.7
2017-10-23Structs - Go Lang Practical Programming Tutorial p.6
2017-10-21Simple Web App - Go Lang Practical Programming Tutorial p.5
2017-10-21Pointers - Go Lang Practical Programming Tutorial p.4
2017-10-21Types - Go Lang Practical Programming Tutorial p.3
2017-10-21Syntax - Go Lang Practical Programming Tutorial p.2
2017-10-21Introduction - Go Lang Practical Programming Tutorial p.1
2017-09-11Acquiring a Vehicle for the Agent - Python Plays GTA V p.20
2017-09-11Getting the Agent a Vehicle- Python Plays GTA V p.19
2017-09-04Determining other vehicle distances & collision warning (object detection) - Self Driving Cars p.18
2017-09-04Object detection with Tensorflow - Self Driving Cars p.17
2017-08-25Testing Custom Object Detector - TensorFlow Object Detection API Tutorial p.6
2017-08-25Training Custom Object Detector - TensorFlow Object Detection API Tutorial p.5
2017-08-25Creating TFRecords - TensorFlow Object Detection API Tutorial p.4



Tags:
pointers
Go
Go lang
go programming
tutorial
programming