* Cantinho Satkeys

Refresh History
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40
  • j.s.: [link]
    23 de Junho de 2025, 15:58

Autor Tópico: C++ Algorithm Series Pointers and 1-D Arrays  (Lida 311 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
C++ Algorithm Series Pointers and 1-D Arrays
« em: 21 de Maio de 2019, 15:49 »

C++ Algorithm Series: Pointers and 1-D Arrays
by Advait Jayant

English | 2019 | MP4 | Video: 720 | Subtitles: no | Duration: 2h 24m | 320 MB

Know the basics of C++ and want to further sharpen your skills? Then follow along with C++ expert Advait Jayant in this first video in the C++ Algorithm Series, and master Pointers and 1-D Arrays. (If you need to first develop a fundamental knowledge of C++, watch this excellent video on C++:
The following 13 topics will be covered through a combination of lecture and hands-on to maximize your learning of pointers and 1-D arrays:
The Address of Operator in C++. This first video in the Pointers and 1-D Arrays video series will introduce you to the '&' address operator. This entire video series is very much hands-on, and we will be using the excellent CLion compiler during the course.
Pointers in C++. This second video in the Pointers and 1-D Arrays video series goes into detail on pointers, which are variables that hold addresses of other variables.
Dereference Operator in C++. This third video in the Pointers and 1-D Arrays video series goes into detail on the Dereference Operator, depicted with the '*' symbol. The Dereference Operator lets you perform more advanced functionality on a variable.
C++ Functions. This fourth video in the Pointers and 1-D Arrays video series introduces functions in C++.
Call Stack in C++. This fifth video in the Pointers and 1-D Arrays video series introduces the call stack in C++. When a function is invoked, the function, its parameters, and its variables are loaded into the call stack to create a stack frame. Elements can be removed from                                                                                                                                                                                                this stack frame in a LIFO (Last In First Out) order.
Pass by Value and Pass by Reference in C++. This sixth video in the Pointers and 1-D Arrays video series introduces Pass by Value and Pass by Reference in C++.
Arrays and Pointers in C++. This seventh video in the Pointers and 1-D Arrays video series explains how to use 1D-arrays and pointers in C++. Learn one dimensional array functionality including how to access individual elements of an array in this video series.
Reference Variables in C++. This eighth video in the Pointers and 1-D Arrays video series introduces Reference Variables in C++. A reference variable is an alias for an already existing variable.
Advanced Array Functionality in C++. This ninth video in the Pointers and 1-D Arrays video series covers advanced array functionality.
Linear Search in C++. This tenth video in the Pointers and 1-D Arrays video series covers the linear search algorithm in C++.
Generating Subarrays Algorithm in C++. This 11th video in the Pointers and 1-D Arrays video series introduces the call stack in C++. When a function is invoked, the function, its parameters, and its variables are loaded into the call stack to create a stack frame. Elements can be removed from this stack frame in a LIFO (Last In First Out) order.
Maximum Subarray Problem in C++. This 12th video in the Pointers and 1-D Arrays video series will show you how to solve the Maximum Subarray Problem in C++.
Maximum Circular Subarray Sum Problem in C++. This 13th video in the Pointers and 1-D Arrays video series will show you how to solve the Maximum Circular Subarray Sum Problem in C++.

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction