Data types

Const (computer programming)

In some programming languages, const is a type qualifier (a keyword applied to a data type) that indicates that the data is read-only. While this can be used to declare constants, const in the C family of languages differs from similar constructs in other languages in being part of the type, and thus has complicated behavior when combined with pointers, references, composite data types, and type-checking. In other languages, the data is not in a single memory location, but copied at compile time on each use. Languages which utilize it include C, C++, D, JavaScript, Julia, and Rust. (Wikipedia).

Video thumbnail

Introduction to Computer Programming for beginners || Coding for beginners

Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorit

From playlist Programming

Video thumbnail

Computer Science Terminology

Learn computer science terminology. We'll take a dive into understanding some of the terms used in computer science and software development. The video starts with the basics and then gets more advanced. Video from Forrest Knight. Check out his channel: https://www.youtube.com/channel/UC

From playlist Computer Science Concepts

Video thumbnail

Computer Basics: What Is a Computer?

Computers are all around us, and they play an important role in our lives. But what exactly is a computer? We're going to answer that question and give you an overview of some of the different types of computers you might use. 0:00 Intro 0:22 Ones and zeros 0:39 Hardware and software 1:0

From playlist Starting out with Technology

Video thumbnail

What do computer programmers actually do?

What do programmers actually do? What can they be working on? Learn from Luba, an Airbnb software engineer. Check out Luba's YouTube channel: https://www.youtube.com/channel/UCgzKCeDYLRzPhQ64R6AKyBQ -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hu

From playlist Computer Science Concepts

Video thumbnail

COMPUTER SCIENCE TERMINOLOGY

Welcome to part one of computer science terminology, where we take a dive into understanding some of the terms used in computer science and software development. We've started with the basics and will continue to get more complex as this series progresses. --------------------------------

From playlist Computer Science

Video thumbnail

What is Computer Engineering?

STEMerch Store: https://stemerch.com/Support the Channel: https://www.patreon.com/zachstar PayPal(one time donation): https://www.paypal.me/ZachStarYT Computer engineering is the combination of electrical engineering and computer science. Computer engineering majors will take basic circu

From playlist Computer Science/Computer Engineering

Video thumbnail

Computer Science Basics: Programming Languages

We use computers every day, but how often do we stop and think, “How do they do what they do?” This video series explains some of the core concepts behind computer science. To view the entire playlist, visit https://www.youtube.com/playlist?list=PLpQQipWcxwt-Q9izCl0mm-QZ4seuBdUtr. We hop

From playlist Computer Science Basics

Video thumbnail

16.2: const - Topics of JavaScript/ES6

In this video, I cover the JavaScript ES6 keyword "const." This is a continuation of the previous video about "let" and "var." Video on "let": https://youtu.be/q8SHaDQdul0 Support this channel on Patreon: https://patreon.com/codingtrain To buy Coding Train merchandise: https://www.design

From playlist 16: Topics of JavaScript/ES6-ES8 - p5.js Tutorial

Video thumbnail

Live Stream #101.1: "let" vs "var", "const", 10 PRINT, Wikipedia API & more! - Part 1

In this live stream, I discuss a variety topcs: ES6 "let" and "const", 10PRINT, the Wikipedia API, simple harmonic motion and custom shapes in p5.js. Plus, I get a visit from a special guest, Siraj Raval, who joins me to talk about Artificial Intelligence and Deep Learning (his youtube cha

From playlist Live Stream Archive

Video thumbnail

C Live - 2 | Fundamental Concepts of C Programming | C Programming Tutorial for Beginners | Edureka

🔥 Edureka Online Courses: https://www.edureka.co This Edureka video on "Fundamental Concepts of C Programming" will help you to learn the fundamental concepts of C Programming such as variables, data types, loops etc., with examples. C Tutorial blog: https://www.edureka.co/blog/c-progra

From playlist Edureka Live Classes 2020

Video thumbnail

Lecture 27 | Programming Abstractions (Stanford)

Help us caption and translate this video on Amara.org: http://www.amara.org/en/v/BGHH/ Lecture 27 by Keith (for Julie Zelenski)--a section leader and the instructor of CS 106L--for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. In the final lec

From playlist Lecture Collection | Programming Abstractions

Video thumbnail

Machine Learning

If you are interested in learning more about this topic, please visit http://www.gcflearnfree.org/ to view the entire tutorial on our website. It includes instructional text, informational graphics, examples, and even interactives for you to practice and apply what you've learned.

From playlist Machine Learning

Video thumbnail

MathProject1 1

MathProject1 1 We are programming in javascript. GoToMath.com

From playlist Javascript

Video thumbnail

🔥learn JavaScript in 12 hours | JavaScript Tutorial For Beginners | JavaScript 2022 | SimpliLearn

🔥FREE JavaScript Course With Completion Certificate: https://www.simplilearn.com/learn-javascript-basics-free-course-skillup?utm_campaign=JS12hrs16oct22&utm_medium=DescriptionFirstFold&utm_source=youtube This video by simplilearn on Learn JavaScript in 12 Hours Full Course is designed, de

From playlist Simplilearn Live

Video thumbnail

31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how many you fell for! ― mCoding with James Murphy (https://mcoding.io) Source code: https://github.com/mCodingLLC/VideosSampleCode C++ Core Guidelines: https://isocpp.githu

From playlist C/C++

Video thumbnail

0294 [ C++ ] -- Advent of Code, catching up

This is #294 in my series of live (Twitch) coding streams. This stream I worked on day 17 part 2 for another 2 hours after the stream, and got the right answer. This one was difficult! Notebook page: https://tinyurl.com/sly5p33 -- Watch live at https://www.twitch.tv/rhymu8354

From playlist Excalibur

Video thumbnail

PROG2006: Haskell - lists, folds. Functors and applicatives: review. Intro to monads.

PROG2006 Advanced Programming Haskell: lists, folds. Functors and applicatives: review. Intro to monads.

From playlist PROG2006 - Programming

Video thumbnail

JavaScript - CS50 Beyond 2019

TABLE OF CONTENTS 00:00:00 - Introduction 00:01:55 - alert 00:03:15 - let and const 00:08:42 - DOM Manipulation 00:13:21 - for of 00:16:13 - onclick 00:22:38 - Event Listeners 00:34:53 - Styling with JavaScript 00:40:52 - forEach 00:43:49 - Arrow Functions 00:44:54 - map 00:47:48 - filter

From playlist CS50 Beyond 2019

Video thumbnail

What Is Machine Learning?

Machine learning describes computer systems that are able to automatically perform tasks based on data. A machine learning system takes data as input and produces an approach or solution to a task as output, without the need for human intervention. Machine learning is closely tied to th

From playlist Data Science Dictionary

Video thumbnail

Game Programming Patterns part 11.1 - (Reading) Game Loop

We read through the Game Loop chapter of the book. Links code - https://github.com/brooks-builds/learning_game_design_patterns twitter - https://twitter.com/brooks_patton book - http://gameprogrammingpatterns.ocm/ -- Watch live at https://www.twitch.tv/brookzerker

From playlist Game Programming Patterns Book

Related pages

Data synchronization | Data type | String literal | Julia (programming language) | Container (abstract data type) | Optimizing compiler | Reference counting | Standard Template Library | Type conversion | Composite data type | Type signature | Generic programming | Pointer (computer programming) | Value (computer science) | Nim (programming language) | Variable (computer science) | Object (computer science) | Template (C++)