-
C++ Tutorial 8 (For Absolute Beginners)
www.onestopprogramming.com
Video Outline:
-Intro to arrays
-Intro to an array of chars
-Intro to strings
Challenge:
-Use strings to create a program that asks "What is your name" and then says "Your name is [what your name is]." Try with string and array of chars. Good luck! -
Cpp Beginners Tutorial 7 (For Absolute Beginners)
www.onestopprogramming.com
Video Outline:
-Variable Types: char, float, double
-Basic Memory Intro and Other Variable types
-unsigned numeric variables
-short or long numeric variables
-Scope and Visibility & global variables
Challenge:
-Keep coding! -
C++ Beginners Tutorial 6 (For Absolute Beginners)
Forum Link: http://onestopprogramming.com/forum/index.php?topic=7.0
Video Outline:
-Using numbers and if statements
-Some More Logical Operators
-More Simplifying If Statements
-By the end of this video you should feel very comfortable with if statements
Challenge:
-Practice using if statements in any way possible. You will never actually learn C++ unless you practice. Try creating long if statements and simplifying them manually like I did in the video.
Next Video:
-More variable types. Scope and Visibility -
C++ Beginners Tutorial 5 (For Absolute Beginners)
Forum Link: http://pcanswers.2.forumer.com/index.php?act=ST&f=27&...
Video Outline:
-Bool Variable Type
-Some Logical Operators (&& and ||)
-Simplifying If Statements
Challenge:
-None but there will be one for if statements after the next video
Next Video:
-More with if statements and conditionals -
C++ Beginners Tutorial 4 (For Absolute Beginners)
Forum: http://www.onestopprogramming.com
Video Outline:
-Development of a programming community at http://www.onestopprogramming.com!
-Revisit challenge from last video (improve calculator in at least two ways)
-Concept of "if" statements and their importance
-Declaring and implementing functions in different locations
Details of Next Video:
-In depth view of "if" statements detailing logical operators.
Question Responses:
-How to make the calculator repeat: http://pcanswers.2.forumer.com/index.php?showtopic=50&... -
C++ Beginners Tutorial 1 (For Absolute Beginners) - With Zoom
***This video has enlarged (zoomed) code!!! BloodShed Dev link...
BloodShed Dev C++: http://sourceforge.net/projects/dev-cpp/files/Binaries/De......
Forum: http://onestopprogramming.com/forum
Forum Thread For This Video: http://pcanswers.2.forumer.com/index.php?act=ST&f=27&...
This is an introductory video for C++. It covers the basic topics of any C++ program including the following:
-Download IDE and Compiler (Dec C++).
-Install DeV C++
-First C++ Project (Hello World)
-Basic Input/Output
COMMENTS AND QUESTIONS:
If you have a comment or question and you would like a quick response please post it on the forum. I will try to respond to comments and questions of the video but is a lot more efficient if you post to the forum. Thank You. -
C++ Beginners Tutorial 3 (For Absolute Beginners)
Video Outline:
-Creation of Calculator
-Functions
-Input/Output
-Comments
-Variables
-Improvement of Calculator
-Float/Integer conflicts
-Float variables
-Conditionals (If statements)
-Video Review
Challenge:
Improve the calculator program in at least two ways. If you have any trouble let me know and I will see what I can do to troubleshoot.
Final Code From Video:
http://onestopprogramming.com/forum/index.php?topic=4.0 -
AppleScript Beginner Tutorial 2 (For Absolute Beginners)
Apple Script Tutorial 2:
Variables, Input and Output
Video Outline and Code:
-Variables (set var name)
set aVariable to 1
display dialog aVariable
-Input and output (Through display dialog)
-Display dialog "message" buttons {"input"}
display dialog "Testing" buttons {"part1", "part2"}
-"Display dialog" (buttons syntax review)
-** { and } with "" and comma (,) outside of quotes. {"list", "list"}
-Getting input from a button
set question to display dialog "Getting input" buttons {"1", "2", "3"}
-Storing the input as a variable
set answer to button returned of question
-Outputting the answer
display dialog answer
-Next video will cover additional input methods and basic math -
AppleScript Beginner Tutorial 1 (For Absolute Beginners)
AppleScript tutorial for beginners. Convers how to open the editor, compile and run scrips and basic commands. The "Say" command and "Tell application" commands are features.
Also, learn how to quit Finder! -
C++ Beginners Tutorial 2 (For Absolute Beginners)
Forum: http://pcanswers.forumer.com
This is an introductory video for C++. It covers the basic of function declaration and implementation. As well as, an introduction to the -big picture- of programming.
Video TimeLine:
-Review of last tutorial
-Introduction to Functions: What is a function?
-Declaration-Implementation of C++ Functions
-Simple addition function
COMMENTS AND QUESTIONS:
If you have any comments or questions feel free to post them in the comments section or on the forum. Thanks for watching. -
C++ Beginners Tutorial 1 (For Absolute Beginners)
BloodShed Dev C++: http://sourceforge.net/projects/dev-cpp/files/Binaries/De...
Forum: http://onestopprogramming.com
Forum Thread For This Video: http://onestopprogramming.com/forum/index.php?topic=2.0
This is an introductory video for C++. It covers the basic topics of any C++ program including the following:
-Download IDE and Compiler (Dec C++).
-Install DeV C++
-First C++ Project (Hello World)
-Basic Input/Output
COMMENTS AND QUESTIONS:
If you have a comment or question and you would like a quick response please post it on the forum. I will try to respond to comments and questions of the video but is a lot more efficient if you post to the forum. Thank You.