ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

334 results

The Statistics Lab
SQ4007 Tutorial wk2 magic numbers in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

5:28
SQ4007 Tutorial wk2 magic numbers in C

4 views

3 months ago

someprofs
20251013 CISP 300

... yeah we can use J i don't like to use I because I usually is uh used as um a variable to iterate through an array so I don't want to ...

1:18:07
20251013 CISP 300

79 views

3 months ago

Peter Schneider
How can I create a new char array in a for loop in C?

How can I create a new char array in a for loop in C? I hope you found a solution that worked for you :) The Content is licensed ...

2:38
How can I create a new char array in a for loop in C?

4 views

11 months ago

The Statistics Lab
SQ4007 Tutorial wk2 loops in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

6:33
SQ4007 Tutorial wk2 loops in C

10 views

3 months ago

someprofs
20250428 CISP 300

... array A starts on column D and that's why parameter V is a reference to column D So that is the rule of how to pass arrays in C ...

1:23:00
20250428 CISP 300

53 views

8 months ago

someprofs
20251027 CISP 300

... you know passing a parameter uh an array as a parameter all right so the best thing we can do is to illustrate using a C program ...

1:13:38
20251027 CISP 300

46 views

2 months ago

Kunusoft
Translating C Functions to Arm64 Assembly on Raspberry Pi #translation #raspberrypi #assembly

In this video we translate two C programs—strcpy and nested for loops—into ARM64 assembly on a Raspberry Pi. We connect via ...

7:40
Translating C Functions to Arm64 Assembly on Raspberry Pi #translation #raspberrypi #assembly

437 views

1 month ago

Codotaku
LLVM IR C++ API: your first for loop

LLVM IR C++ API: your first for loop On the road to create our own compiler Discord: https://discord.codotaku.com.

11:17
LLVM IR C++ API: your first for loop

358 views

3 weeks ago

Hao-Wen (Herman) Dong 董皓文
Lecture 5: Data Types & Arrays (Creative Coding, Fall 2025)

Creative Coding (PAT 204/504), University of Michigan, Fall 2025 Slides: ...

1:18:35
Lecture 5: Data Types & Arrays (Creative Coding, Fall 2025)

13 views

3 months ago

Matt Godbolt
[AoCO 10/25] Unrolling Loops

Day 10 of the Advent of Compiler Optimisations - More Loops Compilers can avoid the overhead of incrementing and checking ...

6:38
[AoCO 10/25] Unrolling Loops

8,889 views

1 month ago

The Debug Zone
Understanding the For (;;) Loop in Programming: A Comprehensive Guide

In this video, we dive deep into one of the fundamental concepts in programming: the for (;;) loop. Whether you're a beginner ...

3:03
Understanding the For (;;) Loop in Programming: A Comprehensive Guide

1 view

10 months ago

Coding Studio Learner's
Even or odd using for loop in c

Channel Name:** C Mastery (You can change it as per your preference) **Description:** Welcome to Coding Studio Learner's, ...

5:36
Even or odd using for loop in c

66 views

8 months ago

Matt Godbolt
[AoCO 14/25] More Loop Fun

Day 14 of the Advent of Compiler Optimisations - More Loop Fun More fun and games with loops - another case when LICM ...

6:26
[AoCO 14/25] More Loop Fun

7,264 views

4 weeks ago

The Statistics Lab
SQ4007 Tutorial wk3 arrays in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

10:58
SQ4007 Tutorial wk3 arrays in C

10 views

3 months ago

someprofs
20250505 CISP 300

... C code Okay give me C code that finds uh a value B that is greater than or equal to every element oops element in array A that ...

1:20:55
20250505 CISP 300

26 views

8 months ago

The Debug Zone
How to End a Loop with a Counter and Condition in Programming

In this video, we'll explore the essential concept of ending loops in programming using counters and conditions. Whether you're a ...

3:11
How to End a Loop with a Counter and Condition in Programming

1 view

10 months ago

someprofs
20250310 CISP 300

... is basically the running cortical index of the array element that we want to focus on because for each iteration of the y loop we're ...

1:19:32
20250310 CISP 300

39 views

9 months ago

Peter Schneider
Why does my C program give an error when looping through an array?

Why does my C program give an error when looping through an array? duplicate I hope you found a solution that worked for you ...

3:14
Why does my C program give an error when looping through an array?

4 views

11 months ago

Jon Eyolfson
21. "Strings" 2025 Winter APS105 Section 3 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

1:00:39
21. "Strings" 2025 Winter APS105 Section 3 (University of Toronto)

240 views

Streamed 10 months ago

someprofs
20250429 CISP 310

You mean in the C code. It is a stack pointer of the pointer stack. If you look at if you look at this array as a stack this is a stack ...

1:20:42
20250429 CISP 310

52 views

8 months ago

Codotaku
MLIR C++ API Tutorial: Structured control flow (SCF)

MLIR C++ API Tutorial: Structured control flow (SCF) Discord: https://discord.codotaku.com MLIR (Multi-Level Intermediate ...

29:20
MLIR C++ API Tutorial: Structured control flow (SCF)

185 views

2 weeks ago

Infin1teXploit
C Sharp Is An Amazing Language For Beginners #programming

Ready to learn C# and kickstart your coding journey? Whether you're a complete beginner or just looking to level up, this ...

51:05
C Sharp Is An Amazing Language For Beginners #programming

69 views

9 months ago

Coding Studio Learner's
Even or odd using If condition...

Channel Name:** C Mastery (You can change it as per your preference) **Description:** Welcome to Coding Studio Learner's, ...

5:46
Even or odd using If condition...

41 views

8 months ago

someprofs
20251020 CISP 440

So we just want to see a whole bunch of good and no bad and we're all good to go but in C in C++ you can probably do this if you ...

1:20:29
20251020 CISP 440

27 views

2 months ago

someprofs
20250421 CISP 300

Like so there we go so that means we don't need this column E because Y is not an individual variable it is an array so we take ...

1:20:34
20250421 CISP 300

23 views

8 months ago