-
1 month ago
-
1 month ago
C Programming Tutorial # 38 - Opening and Closing Files - fopen() and fclose() - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn how to open a file, check to make sure the file was opened successfully, and then clo...
Learnorama • 8,159 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 29 - Returning Pointers to Local Variables from Functions - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we explain why you cannot return a pointer to local variable.
This tutorial is part of the fo...
Learnorama • 3,625 views
DJownage
commented:
-
1 month ago
C Programming Tutorial # 27 - Passing Arrays to Functions - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different way...
Learnorama • 5,558 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 26 - Passing Pointers to Functions - Part 3 [HD]x
[Part 3] In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more than one value from a functi...
Learnorama • 2,695 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 26 - PWU290 - Passing Pointers to Functions - Part 2 [HD]x
[Part 2] In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more than one value from a functi...
Learnorama • 2,931 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 26 - Passing Pointers to Functions - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more...
Learnorama • 6,769 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 25 - Returning Values from Functions - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn to return values from the functions to the caller. We explain it with a simple exam...
Learnorama • 4,770 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 24 - Function Arguments or Parameters [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn how to define function arguments or parameters, and how to pass the values to the ar...
Learnorama • 7,240 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 23 - Functions - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn about defining functions. We write one small function that simply prints a couple o...
Learnorama • 9,134 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 22 - Pointers and Arrays - Part 3 [HD]x
[Part 3] In this tutorial we learn about the relationship between Arrays and Pointers - how we can use pointers to access the elements of an array.
Learnorama • 4,591 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 22 - Pointers and Arrays - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we learn about the relationship between Arrays and Pointers - how we can use pointers to acce...
Learnorama • 19,822 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 22 - Pointers and Arrays - Part 2 [HD]x
[Part 2] In this tutorial we learn about the relationship between Arrays and Pointers - how we can use pointers to access the elements of an array.
Learnorama • 5,571 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 21 - Concept of Pointers - Part 2 [HD]x
[Part 2] This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes ar...
Learnorama • 8,547 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 21 - Concept of Pointers - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial introduces the concept of pointers. It first starts with showing a visualization of the compute...
Learnorama • 19,075 views
DJownage
liked
-
1 month ago
C Programming Tutorial #20 - Structures - Part 2 [HD]x
[Part 2] This tutorial discusses about how to create structures using structs in C. It also talks about how to access the members of a struct.
Learnorama • 7,231 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 19 - More on Strings - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
In this tutorial we continue to talk about Strings, how they are used in C programming and how they a...
Learnorama • 6,628 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 19 - More on Strings - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we continue to talk about Strings, how they are used in C programming and how they are input ...
Learnorama • 6,732 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 18 - Concept of Strings [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we discuss the concept of Strings, how they can be visualized in memory and how they are null...
Learnorama • 10,692 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 17 - More on Arrays - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial continues to cover arrays in more detail. In this tutorial we write a small program that demons...
Learnorama • 9,615 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 16 - Concept of Arrays [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial explains the concept of arrays in programming languages. It also shows how to declare and acces...
Learnorama • 15,396 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 15 - switch statement - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
In this tutorial you will continue to learn about the switch statement and how it is used. It also g...
Learnorama • 4,378 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 15 - switch statement - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial you will learn about the switch statement and how it is used.
This tutorial is part of the f...
Learnorama • 4,010 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 14 - do-while loop - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
This tutorial describes the working of do-while loop. This tutorial also explains how to choose betw...
Learnorama • 3,802 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 14 - do-while loop - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial describes the working of do-while loop. This tutorial also explains how to choose between diffe...
Learnorama • 4,184 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 13 - for Loop [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial explains the working of the for loop.
This tutorial is part of the following playlist:
http://w...
Learnorama • 7,102 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 12 - while Loop - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
This tutorial explains the working of the while loop.
This tutorial is part of the following playlis...
Learnorama • 4,657 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 12 - while Loop- Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial explains the working of the while loop.
This tutorial is part of the following playlist:
http:/...
Learnorama • 5,175 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 11 - if-else if statement [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial extends the if statement even further to if-else if statement. This tutorial is part of a colle...
Learnorama • 3,708 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 10 - if-else statement [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial extends the if statement to if-else statement. This tutorial is part of a collection of tutoria...
Learnorama • 3,863 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 9 - if statement - Part 2 [HD]
[Part2] Visit http://www.CPlusPlusTutor.com
This tutorial explains the use of conditions in the if statement. This tutorial is part of a collecti...
Learnorama • 3,112 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 9 - if statement - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial explains the use of conditions in the if statement. This tutorial is part of a collection of tu...
Learnorama • 3,759 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 8 - Conditions [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial explains the conditions and relational operators in C. This tutorial is part of a collection of...
Learnorama • 4,418 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 7 - Inputting - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
This tutorial discusses ways to input various types of variables. This is continuation of the previo...
Learnorama • 3,794 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 7 - Inputting - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial discusses ways to input various types of variables.
Please make sure to watch the entire playli...
Learnorama • 4,118 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 6 - Outputting - Part 2 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial discusses the ways to output messages and variables. This is the continuation of the previous t...
Learnorama • 3,863 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 6 - Outputting - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial discusses the ways to output messages and variables.
Please make sure to watch the entire playl...
Learnorama • 4,635 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 5 - More on Variables [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial I provide more information on variable declaration and initiation. This tutorial is the cont...
Learnorama • 5,211 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 4 - Operators [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we cover some of the operators in C.
Please make sure to watch the entire playlist of tutori...
Learnorama • 6,011 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 3 - Constants, Variables & Types [HD]
Visit http://www.CPlusPlusTutor.com
In this tutorial we cover some of the basic elements a programming language - constants, variables and types.
...
Learnorama • 8,024 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 2 - Binary Number System - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
This tutorial covers the binary number system in detail. This is not specific to C Programming Langu...
Learnorama • 6,413 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 2 - Binary Number System - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial covers the binary number system in detail. This is not specific to C Programming Language but i...
Learnorama • 11,179 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 1 b - Introduction - Part 2 [HD]
[Part 2] Visit http://www.CPlusPlusTutor.com
This tutorial gives an introduction to different types of programming languages. It also covers the ...
Learnorama • 8,940 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 1 b - Introduction - Part 1 [HD]
Visit http://www.CPlusPlusTutor.com
This tutorial gives an introduction to different types of programming languages. It also covers the definitio...
Learnorama • 11,912 views
DJownage
liked
-
1 month ago
C Programming Tutorial # 1 a - Compiler Installation [HD]
Visit http://www.CPlusPlusTutor.com
This is first of the series of tutorials covering the entire course of Programming In C Language. This tutori...
Learnorama • 26,450 views
DJownage
liked
-
3 months ago
C Programming Tutorial # 47 - Disadvantages of an Array [HD]
Visit CPlusPlusTutor.com for more tutorials. In this tutorial we discuss all the disadvantages of using an array in your program. The fact that ...
Learnorama • 2,969 views
-
3 months ago
Physics Lecture - 8 - Vector Addition
Visit my website at http://thenewboston.com for all of my videos!
My Google+ - https://plus.google.com/108...
Donate - https:...
thenewboston • 6,238 views
-
6 months ago
What an Astronaut's Camera Sees
An intimate tour... in 1080p... of Earth's most impressive landscapes... as captured by astronauts with their digital cameras. Dr. Justin Wilkinson...
SpaceRip • 1,527,419 views
DJownage
commented:
@cronops continued... No I don't think we should pray on only one day each week. I never implied that. It's the day of worship (the day of rest from work, and going to church) that is the issue. The fourth commandment speaks of Saturday (7th day of the week) being holy, because God made it so. It...
Drawing it out right in front of us really helps us in understanding all of it.