|
There are 27 videos in this category and 0 videos in 0 subcategories.
Category Videos
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
850 Views:
|
http://xoax.net/ This C++ tutorial shows how to use simple input and output with the console window--using cin and cout.
April 26, 2010 at 08:48 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
893 Views:
|
More at http://xoax.net
This C++ video tutorial explains the fundamental data types that are used in C++ and their ranges of values. C++ provides the following fundamental built-in data types: Boolean, character, integer and floating-point. It also ...enables us to create our own user-defined data types using enumerations and classes.
[more]
June 2, 2010 at 08:12 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
872 Views:
|
More at http://xoax.net
This C++ video tutorial shows how to program a simple gameof blackjack in C++. Download the C++ code on our lesson support page .
June 2, 2010 at 08:10 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
786 Views:
|
More at http://xoax.net
This C++ video tutorial shows how to use arithmetical operators in C++. These Arithmetic operators are ( +, -, *, /, % )
June 2, 2010 at 08:07 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 11 - 18
762 Views:
|
This C++ tutorial for beginners demonstrates how to install Microsoft's free C++ compiler Visual C++ 2008 Express Edition. Go to the Microsoft downlaod page to get this software.This C+ video is the first in our series. (1:43)
April 26, 2010 at 08:46 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
751 Views:
|
More at http://xoax.net
This C++ video tutorial explains how to use switch statements in C++ The main reasons for using a switch include improving clarity, by reducing otherwise repetitive coding, and (if the heuristics permit), offering the potenti...al of faster execution through compiler optimization.
[more]
June 2, 2010 at 08:20 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
750 Views:
|
More at http://xoax.net
This C++ video tutorial shows how to program and run a simple neural network in C++--a single-layer perceptron. Download the code at
http://xoax.net/comp/cpp/console/lesson13.php
June 2, 2010 at 07:32 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
750 Views:
|
More at http://xoax.net
This C++ video tutorial explains how to use type conversion operators in C++. type conversion or typecasting refers to changing an entity of one data type into another.
June 2, 2010 at 08:14 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 15 - 18
743 Views:
|
>This C++ video tutorial explains the four most basic data types in C++. These are INT which stands for integers, Double-which can stand for an integer or something like 3.14, .5, CHAR-which stands for character meaning a keyboard letter or an invis...ible keystroke like a tab and Bool-which is has two values, true or false.
[more]
May 17, 2010 at 03:50 PM
|
|
|
Not Right For WatchKnowLearn
Ages: 14 - 18
723 Views:
|
More at http://xoax.net
This C++ video tutorial explains how to use declare and use enumerated types in C++. enumerated type (also called enumeration or enum) is a data type consisting of a set of named values called elements, members or enumerator...s of the type. The enumerator names are usually identifiers that behave as constants in the language. A variable that has been declared as having an enumerated type can be assigned any of the enumerators as a value.
[more]
June 2, 2010 at 08:18 PM
|
|