ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

122 results

NetSecProf
C Programming 004 - Variable Types

Shows how to use different variables in C. The source code is created using nano on Linux and compiled using gcc.

8:31
C Programming 004 - Variable Types

25 views

3 weeks ago

NetSecProf
C Programming 017 - Functions

Shows how to write functions in C. The source code is created using nano on Linux and compiled using gcc.

6:19
C Programming 017 - Functions

0 views

5 days ago

NetSecProf
C Programming 012 - Division

Shows how to perform division in C including type casting for floating point. The source code is created using nano on Linux and ...

7:12
C Programming 012 - Division

10 views

12 days ago

NetSecProf
C Programming 002 - Comments

Shows how to write comments in C. The source code is created using nano on Linux and compiled using gcc.

4:55
C Programming 002 - Comments

48 views

3 weeks ago

Bruhtus Null
Live study: learn C programming language by building our own lisp (Part 133)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

Live
Live study: learn C programming language by building our own lisp (Part 133)

8 views

0

NetSecProf
C Programming 001 - Hello World

Shows how to write a Hello World program in C. The source code is created using nano on Linux and compiled using gcc.

3:39
C Programming 001 - Hello World

333 views

3 weeks ago

NetSecProf
C Programming 007 - Reading Strings

Shows how to read in strings or character arrays using fgets in C. The source code is created using nano on Linux and compiled ...

13:53
C Programming 007 - Reading Strings

31 views

2 weeks ago

NetSecProf
C Programming 013 - Modular Division

Shows how to perform modular division (remainders) in C. The source code is created using nano on Linux and compiled using ...

6:53
C Programming 013 - Modular Division

9 views

12 days ago

NetSecProf
C Programming 011 - if/else Statements

Shows how to write conditional if/else statements in C. The source code is created using nano on Linux and compiled using gcc.

4:31
C Programming 011 - if/else Statements

19 views

12 days ago

NetSecProf
C Programming 003 - Makefiles

Shows how to write Makefiles to automate the compiling process for C programs. The source code is created using nano on Linux ...

4:51
C Programming 003 - Makefiles

68 views

3 weeks ago

NetSecProf
C Programming 015 - Loops (for, while, do-while)

Shows how to write loops in C including for loops, while loops, and do while loops. The source code is created using nano on ...

5:57
C Programming 015 - Loops (for, while, do-while)

26 views

12 days ago

NetSecProf
C Programming 008 - Madlibs

Shows how to create a madlib in C by reading in character arrays and displaying them in text. The source code is created using ...

9:15
C Programming 008 - Madlibs

17 views

2 weeks ago

NetSecProf
C Programming 009 - atoi/atof

Shows how to read in numbers as strings and convert them to number variables using atoi and atof in C. The source code is ...

7:12
C Programming 009 - atoi/atof

10 views

2 weeks ago

NetSecProf
C Programming 010 - if Statements

Shows how to write conditional if statements in C. The source code is created using nano on Linux and compiled using gcc.

4:52
C Programming 010 - if Statements

0 views

2 weeks ago

Roel Van de Paar
Retaining Common Prefix of two strings.....C Programming... Segmentation fault error

Retaining Common Prefix of two strings.....C Programming... Segmentation fault error Helpful? Please use the *Thanks* button ...

2:06
Retaining Common Prefix of two strings.....C Programming... Segmentation fault error

19 views

1 day ago

NetSecProf
C Programming 014 - Leap Years

Shows how to calculate leap years using modular division and conditional statements in C. The source code is created using ...

6:11
C Programming 014 - Leap Years

4 views

12 days ago

NetSecProf
C Programming 006 - printf int and float

Shows how to print integers and floating point numbers using printf in C. The source code is created using nano on Linux and ...

6:22
C Programming 006 - printf int and float

11 views

2 weeks ago

NetSecProf
C Programming 020 - Caesar Cipher

Shows how to perform encryption using the Caesar Cipher in C. The source code is created using nano on Linux and compiled ...

7:03
C Programming 020 - Caesar Cipher

0 views

5 days ago

NetSecProf
C Programming 005 - printf Strings

Shows how to print strings or character arrays using printf in C. The source code is created using nano on Linux and compiled ...

3:35
C Programming 005 - printf Strings

31 views

3 weeks ago

NetSecProf
C Programming 019 - ASCII Tables

Shows how the ASCII tables are related to characters in strings. The source code is created using nano on Linux and compiled ...

4:56
C Programming 019 - ASCII Tables

0 views

5 days ago