C++ Computers & Programming

Break up or avoid breaking up on Facebook

How to break up or avoid breaking up on Facebook

This is a film entitled "Facebook Manners: Responsible Relationships and You," which describes the dos and dont's of dating on the electric friendship generator: facebook. Check it out.

A- 4:14
Hack Google

How to hack Google

The internet behemoth may rule the world like an Orwellian protagonist, but it does provide us with many a perk. With a few advanced searches you can turn GOOG from search engine to media library! Bulk up that ...

A 5:37
Access blocked websites

How to access blocked websites

Subvert that pesky firewall and access the sites that make work tolerable! MySpace, YouTube, Facebook, err.... porn. Go for it, with this handy trick from JimmyR.

A 4:51
Fix a wet laptop

How to fix a wet laptop

We're all prone to dropping our cell phones into the toilet, but our computers… noooooo. It's impossible, right? Nope, think about all of those hazardous liquids and conditions that might seriously damage ...

A- 1:56
Check & fix your address on Google Maps

How to check & fix your address on Google Maps

This may be a no-brainer for some people, but I had no idea you could change where an address showed up on Google Maps. I don't know how many times I've seen that little green arrow pointing to the wrong ...

A- 0:28

How to design a game with C++

Design a game with C++

Watch this video series to learn how to program a game with C++. This series covers the entire game design process and builds skills that ...more

A 22:49
Curated 1 year ago by rmansur | Comments 7
Views 10,361

How to use different variable types in C++

Use different variable types in C++

Watch this video to learn how to use different variable types in C++. These include float, double, truncations, and char.

A- 9:37
Curated 1 year ago by rmansur | Comments 0
Views 1,027

How to use pointers in C++

Use pointers in C++

Watch this video to learn how to use pointers in C++. The video series goes on to cover pointers in detail, including the dangers of them.

A- 10:00
Curated 1 year ago by rmansur | Comments 0
Views 1,117

How to get started programming with Visual C++

Get started programming with Visual C++

This introductory video covers the main features of the Visual C++ 2008 Express Edition and walks you through some of the most common tasks ...more

B+ 34:46
Curated 1 year ago by cwiltz | Comments 0
Views 2,140

How to get started with lighting in OpenGL

Get started with lighting in OpenGL

OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that ...more

B+ 8:21
Curated 2 years ago by MeGustaLasOlas | Comments 0
Views 958

How to get started with OpenGL transformations & timers

Get started with OpenGL transformations & timers

OpenGL(OPEN Graphics Language) is a 3D graphics language developed by ...more

B+ 6:56
Curated 2 years ago by MeGustaLasOlas | Comments 0
Views 1,019

How to use if/else statements in C++

Use if/else statements in C++

Watch this video to learn how to use if/else statements in C++. Also learn about the equals/more-than/less-than.

B+ 9:59
Curated 1 year ago by rmansur | Comments 0
Views 1,506

How to use object oriented programming encapsulation in C++

Use object oriented programming encapsulation in C++

Watch this video to learn how to use OOP encapsulation in C++. Other ...more

B+ 9:52
Curated 1 year ago by rmansur | Comments 0
Views 1,360

How to create a calculator script in C++

Create a calculator script in C++

This C++ programming tutorial goes through loops, switch statements, if else statements and applying them to another fairly simple program ...more

B 7:36
Curated 1 year ago by FFox | Comments 0
Views 3,515

How to create an OOP design with C++

Create an OOP design with C++

Watch this video to learn how to create OOP design with C++. This video also covers public and private variables and functions.

B 9:58
Curated 1 year ago by rmansur | Comments 0
Views 480

How to create member variables with C++

Create member variables with C++

Watch this video to learn how to create member variables with C++. This video also covers the topics of instances and dot operators.

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 519

How to make a 'Hello World' program in C++

Make a  'Hello World' program in C++

Watch this video to get an introduction to C++, and learn how to make a 'Hello World' application.

B 24:42
Curated 1 year ago by rmansur | Comments 0
Views 2,134

How to make basic programs in C++

Make basic programs in C++

Watch this video series to learn basic C++ programming.

B 4:49
Curated 1 year ago by rmansur | Comments 0
Views 895

How to pass variables by value in C++

Pass variables by value in C++

Watch this video to learn how pass variables in C++. Also learn how to return one result.

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 399

How to print text with C++

Print text with C++

Watch this video to learn how to print text with C++. Other topics covered in this video include semicolon usage, whitespace, and case ...more

B 9:54
Curated 1 year ago by rmansur | Comments 0
Views 855

How to program a random number generator in C++

Program a random number generator in C++

How to use the rand function in C++ to create a random number generator.

B 9:58
Curated 1 year ago by FFox | Comments 0
Views 1,332

How to program a user input program in C++

Program a user input program in C++

This video gives a brief introduction to basic commands and you get to make a program that takes 3 numbers that a user inputs and averages ...more

B 8:55
Curated 1 year ago by FFox | Comments 0
Views 824

How to program variables and data types in C++

Program variables and data types in C++

Watch this video to learn how to use variables and data types in C++.

B 19:32
Curated 1 year ago by rmansur | Comments 0
Views 547

How to say 'hello world' in C++

Say 'hello world' in C++

Watch this video to get set up with C++. The video covers creating a project, what to do with the console window, hello world code, and the ...more

B 9:18
Curated 1 year ago by rmansur | Comments 0
Views 755

How to set up OpenGL on Windows for Visual C++

Set up OpenGL on Windows for Visual C++

This is a video lesson on how to set up OpenGL and GLUT for Visual C++ on Windows so that you can program in 3D. Bill Jacobs uses the free ...more

B 8:45
Curated 2 years ago by MeGustaLasOlas | Comments 0
Views 942

How to understand scope limitations in C++

Understand scope limitations in C++

Watch this video to understand the problems of scope limitations in C++.

B 9:58
Curated 1 year ago by rmansur | Comments 0
Views 308

How to use arrays in C++

Use arrays in C++

Watch this video to learn how to use arrays in C++. This video also discusses offset zeroes, array boundries, and strings.

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 467

How to use arrays in C++

Use arrays in C++

Watch this video to learn how to use arrays in C++. Arrays are one of the most used features in programming, so it is important to ...more

B 22:24
Curated 1 year ago by rmansur | Comments 0
Views 415

How to use class declarations in headers for C++

Use class declarations in headers for C++

Watch this video to learn how to use class declarations in header files with C++.

B 9:57
Curated 1 year ago by rmansur | Comments 0
Views 246

How to use classes in C++

Use classes in C++

Watch this video to learn how to use class in C++. Classes are an integral part of object oriented programming.

B 53:04
Curated 1 year ago by rmansur | Comments 0
Views 1,689

How to use conditional operators in C++

Use conditional operators in C++

Watch this video to learn how to use conditional operators in C++. This video also covers the rules of scope/visibility of loops.

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 519

How to use declarations in C++

Use declarations in C++

Watch this video to learn how to use declarations/definitions in C++. The video also discusses how to pass variables to functions.

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 160

How to use default constructors in C++

Use default constructors in C++

Watch this video to learn how to use default constructors in C++. This video also explains creating your own constructor, passing variables ...more

B 10:11
Curated 1 year ago by rmansur | Comments 0
Views 510

How to use encapsulation with C++

Use encapsulation with C++

Watch this video to learn how to use encapsulation with C++.

B 9:18
Curated 1 year ago by rmansur | Comments 0
Views 234

How to use function definitions is C++

Use function definitions is C++

Watch this video to learn how to use function definitions in C++. The topics of declaration order and calling/returning are also covered.

B 9:58
Curated 1 year ago by rmansur | Comments 0
Views 342

How to use functions in C++

Use functions in C++

Watch this video to learn how to use functions in C++.

B 35:40
Curated 1 year ago by rmansur | Comments 1
Views 528

How to use fundamental functions in C++

Use fundamental functions in C++

Watch this video to learn about the fundamental commands of C++. Also covered are the topics of custom commands, different file types ...more

B 9:50
Curated 1 year ago by rmansur | Comments 0
Views 268

How to use heap memory with C++

Use heap memory with C++

Watch this video series to learn how to use heap memory with C++.

B 10:05
Curated 1 year ago by rmansur | Comments 0
Views 412

How to use inheritance in C++

Use inheritance in C++

Watch this video to learn how to use inheritance in C++. Inheritance is important for big projects and a key feature of object oriented ...more

B 21:24
Curated 1 year ago by rmansur | Comments 0
Views 703

How to use iterative operators in C++

Use iterative operators in C++

Watch this video to learn how to use iterative operators in C++. These are useful for increasing variables automatically.

B 9:56
Curated 1 year ago by rmansur | Comments 0
Views 202

How to use logical operators in C++

Use logical operators in C++

Watch this video to learn how to use logical operators. Other topics covered include operator precedence and parenthesis and clarity.

B 9:51
Curated 1 year ago by rmansur | Comments 0
Views 323

How to use member variable scope in C++

Use member variable scope in C++

Watch this video to learn how to use member variable scope. This video also covers topics such as passing a int rvalue to a function and ...more

B 10:03
Curated 1 year ago by rmansur | Comments 0
Views 762

How to use methods in C++

Use methods in C++

Watch this video to learn how to use methods with C++. The video also covers ISO standard C++ and library headers.

B 9:19
Curated 1 year ago by rmansur | Comments 0
Views 291

How to use operators in C++

Use operators in C++

Watch this video to learn how to use operators in C++. This video also talks about the concepts of type matching and truncation.

B 10:01
Curated 1 year ago by rmansur | Comments 0
Views 207

How to use pointers in C++

Use pointers in C++

Watch this video to learn how to use pointers with C++.

B 30:47
Curated 1 year ago by rmansur | Comments 0
Views 587

How to use proper OOP design and syntax in C++

Use proper OOP design and syntax in C++

Watch this video to learn how to use proper Object oriented design and syntax in C++. This is especially important for big projects.

B 9:59
Curated 1 year ago by rmansur | Comments 0
Views 560

How to use rvalue and lvalue in C++

Use rvalue and lvalue in C++

Watch this video to learn how to use rvalue and lvalue. The video also talks about the concept of expressions. Correction at 6:52: "r = ...more

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 604

How to use source files with C++

Use source files with C++

Watch this video to learn how to use source files with C++. This video also covers such topics as declaring header files and linking files.

B 10:16
Curated 1 year ago by rmansur | Comments 0
Views 274

How to use the calculator functions in C++

Use the calculator functions in C++

Watch this video to use the calculator functions in C++.

B 9:25
Curated 1 year ago by rmansur | Comments 0
Views 368

How to use the for loop in C++

Use the for loop in C++

Watch this video tor learn how to use the for loop in C++.

B 9:59
Curated 1 year ago by rmansur | Comments 0
Views 1,609

How to use the switch statement in C++

Use the switch statement in C++

Watch this video to learn how to use the switch statement in C++.

B 10:03
Curated 1 year ago by rmansur | Comments 0
Views 279

How to use variable types properly with C++

Use variable types properly with C++

Watch this video to learn how to use different variable types.

B 9:49
Curated 1 year ago by rmansur | Comments 0
Views 304

How to use variables in RAM with C++

Use variables in RAM with C++

Watch this video to understand how variables in C++ are stored in RAM. This video also discusses memory addresses.

B 10:01
Curated 1 year ago by rmansur | Comments 0
Views 210

How to use variables with C++

Use variables with C++

Watch this video to learn how to use variables with C++. Also covered is the different types of integers.

B 9:41
Curated 1 year ago by rmansur | Comments 0
Views 253

How to use void functions with C++

Use void functions with C++

Watch this video to learn how to use void functions with C++. The video also covers the use of more than one return statement, immediate ...more

B 10:00
Curated 1 year ago by rmansur | Comments 0
Views 617

C++ (56 how-to videos)

Previous Page12Next Page

$44K Street Legal Wooden SuperCar

Beautifully constructed wooden SuperCar Maniwa manufactured by Sada-Kenbi. The wooden Japanese car goes for $44,000. Wow. That's a lot for a toy. However, this baby is street legal and can go up to ...

Stomach Churning Taxidermy Fashion

Uh...yuck. Fun, but definitely yuck. Terrifying taxidermied jewelry and accessories by Reid Peppard. That's right, dead rodent cufflinks, change purses, bowties, bracelets... and a guinea pig hair ...

Eat Your Way Through the Periodic Table (Yum! Cupcakes)

Science geeks behold, the perfect dessert. The cupcake Periodic Table. Pretty simple to do-it-yourself. Start with basic cupcakes in a square mold and decorate! Previously, Knit the Periodic Table ...

Freehand Circle Drawing World Champion

Wait for it, wait for it... it happens really fast... at right about 1:05. Okay, maybe he's not a world champion, but a very cool party trick nonetheless. Here's one way to do it (not quite as perfect ...

Launch Cars Off Cliffs For Fun

More redneck fun. Bob Moravitz plus family and friends have created an 8 hour event of propelling vehicles off cliffs. Held yearly, admission is free but donations are encouraged (to cover insurance ...

sirish19 favorited How to work with fields in Maya's dynamics, becoming the 1st person to do so 11 minutes ago

sirish19 favorited How to create rigid bodies in Maya dynamics, becoming the 3rd person to do so 12 minutes ago

sirish19 favorited How to use dynamics springs in Maya, becoming the 4th person to do so 12 minutes ago

sirish19 favorited How to use dynamics in Maya, becoming the 1st person to do so 13 minutes ago

sirish19 favorited How to use hinge constraint dynamics in Maya, becoming the 1st person to do so 13 minutes ago

sirish19 favorited How to use dynamics in Maya, becoming the 3rd person to do so 13 minutes ago

JMax87 commented on $44K Street Legal Wooden SuperCar 33 minutes ago

Anyone else think that license plate is flipping them off?

gun maker 36 commented on How to reseal an opened soda can, joining the discussion with 31 other people 33 minutes ago

awsome!

fbzon92 favorited How to build orange smoke bombs, becoming the 129th person to do so 1 hour ago

justplaincrazee favorited How to break a beer bottle with your bare hands, becoming the 24th person to do so 1 hour ago

epsonamerica submitted a new how-to video, teaching you How to create and print coloring book pages with the Epson. This is epsonamerica's 3rd video submitted 1 hour ago

justplaincrazee favorited How to make homemade green beer, becoming the 11th person to do so 1 hour ago

toastykitten commented on Stomach Churning Taxidermy Fashion, joining the discussion with 1 other person 1 hour ago

huh...i have a friend who's into taxidermy...the barrette might be perfect for her...

Howcast submitted a new how-to video, teaching you How to get Into law school. This is Howcast's 2727th video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to cook asparagus. This is Howcast's 2726th video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to play pig dice. This is Howcast's 2725th video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to design quilts. This is Howcast's 2724th video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to use color theory when decorating your home. This is Howcast's 2723rd video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to use a mandoline slicer. This is Howcast's 2722nd video submitted 1 hour ago

Howcast submitted a new how-to video, teaching you How to know if she wants to get married. This is Howcast's 2721st video submitted 1 hour ago

loading...