Make a Program with C++

How To : Quickly force quit any program in Windows

Programs aren't perfect. Either are operating systems. And when one or the other (possibly both) aren't working as expected, your program may freeze up and become unresponsive. If this happens to you in Windows frequently, you need to know how to force quit the application, so ...more

How To : Speed up Ubuntu using the Preload program

This video tutorial is in the Computers & Programming category which will show you how to speed up Ubuntu using the Preload program. Preload will speed up your computer by learning the way you use your computer and preload the programs you use the most to your RAM. This will n ...more

How To : Program Geolocation on the iPhone

In this video, we learn how to program Geolocation on the iPhone. First, start up Xcode and start a new project. Name this "where am I" and then expand out your groups. Now, type in "corelocation/corelocation.h" and "mapkit/mapkit.h" in the view controller and space file. Type ...more

How To : Compile and run a "Hello World" program in Java

You should already have the JDK installed on your computer, and you should already have optimized your computer's settings. See How to install the Java Development Kit to start programming to do that if you haven't already. After that, you can start working on your very first ...more

How To : Program a Comcast remote

If you've just recently switched to Comcast cable, or have lost your instruction booklet, check out this video and learn exactly how to program your remote control to work with all of your electronics. In this tutorial, learn step by step how to set up and work your remote con ...more

How To : Program object oriented programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to program object oriented programs in Python. This is the program you use to write all of your Python code down. OOP or the famous object oriented program. Hold on guys, the waters getting rough! Python is ...more

How To : Program a Valentine 1 (V1) radar detector

If you just bought a Valentine 1 radar detector for your car or truck, this tutorial will show you how to install it and program it and use it. Learn what all the modes do and what the different beeps and blinks mean. Keep yourself speeding along and keep the cops from catchin ...more

How To : Program a pop up message box in Visual Basic

Get started with computer programming by learning the very basics. Check out this video to learn how to program a pop up message box using Visual Basic 6. Visual Basic is one of the easiest-to-learn programming models out there, so it's great for beginners to computer language ...more

How To : Program a prank virus

Program a fake virus in Windows that will shutdown your friend's computer. Makes a great prank. Program a prank virus. Click through to watch this video on tricklife.com

How To : Program a web browser using Visual Basic

How to create a web browser like Firefox using Visual Basic . part 1. Make your own web browser using vis basic =] simple coding and its all yours ! Program a web browser using Visual Basic - Part 1 of 3. Click through to watch this video on tricklife.com Program a web browser ...more

How To : Program loops in the Lego Mindstorms NXT system

If you want your Lego Mindstorms robot to perform one task repeatedly, it will be much more efficient to use a loop. Learn how to program loops in the Lego Mindstorms NXT robotics system within the NXT programming environment. Program loops in the Lego Mindstorms NXT system. C ...more

How To : Program cascading switches in Lego Mindstorms

Programming cascading switches in the NXT programming environment allows you to program a Lego Mindstorms NXT robot to perform several if/then functions and react to inputs differently outside of a sequence. Program cascading switches in Lego Mindstorms. Click through to watch ...more

How To : Unzip .rar files using WinRAR file program

In this video tutorial, viewers learn how to unzip .rar files using Winrar program. Begin by opening your internet browser and download the program from the link in the video description. Wait for the time to pass and click Download. Select 32 bit or 64 bit, depending on your ...more

How To : Program an RCA universal remote control

If you want to program an RCA universal remote control, you can follow this professional's advice. Make sure the batteries are in place, and turn on the device you want to control. On the top row of the remote control, there are buttons labeled with the names of different devi ...more

How To : Restart a crashed program automatically on Windows

There may be a time when you want to run a program for 24 hours straight. If that app happens to quit unexpectedly, you have some options to get it going again without having to manually reopen it. Check out this video on how to restart a crashed program automatically on Windo ...more

How To : Your Personal Program [ NOTEPAD++] Written in PHP

Hello friends, I'm new in world of web developing. so, i decided to code my own program to save and read my personal notes and which is also secure, so i dont need to worry :) if you have any suggestions please fell free to tell :) 1 Login UI first we need to login 2 MAIN Pro ...more

How To : Write a simple Java program to average numbers

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build ...more

How To : Write a "Hello, World" program using Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build ...more

How To : Program a Comcast remote to a TV

Programming a remote can be confusing, especially if the manual is not clear. In this tutorial, save an hour of frustration and learn how to program a Comcast remote in less than 3 minutes. By programming your remote control you will be able to sit back and relax while clickin ...more

How To : Use Skype telecommunication program

In this video tutorial, viewers learn how to use Skype. Skype is a software application that allows users to make voice calls over the Internet. It is very similar to MSN messenger. It allows users to communicate through instant messaging, voice chat or have a video conference ...more

How To : Program "if" statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program "if" statements in Python. This is the program you use to write all of your Python code down. The famous if statement! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program else and elif statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program else and elif statements in Python. This is the program you use to write all of your Python code down. Else and elif (elseif)! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program nesting statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program nesting statements in Python. This is the program you use to write all of your Python code down. Nest a simple "if" statement! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program full and while loops in Python

Bucky from The New Boston serves up this Python video tutorial on how to program full and while loops in Python. This is the program you use to write all of your Python code down. Learn how to use the for and while loop in Python programming! Python is a dynamic, object-orien ...more

How To : Program infinite loops and breaks in Python

Bucky from The New Boston serves up this Python video tutorial on how to program infinite loops and breaks in Python. This is the program you use to write all of your Python code down. Learn how to make an infinite loop and also how to use the break statement! Python is a dyn ...more

How To : Build and program your own functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to build and program your own functions in Python. This is the program you use to write all of your Python code down. Learn how to create your own function! Python is a dynamic, object-oriented, high-level, ...more

How To : Program parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to program parameters in Python. This is the program you use to write all of your Python code down. Different parameter types in the same function! Python is a dynamic, object-oriented, high-level, programm ...more

How To : Program classes and self in Python

Bucky from The New Boston serves up this Python video tutorial on how to program classes and self in Python. This is the program you use to write all of your Python code down. Fun with classes and self! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program subclasses and superclasses in Python

Bucky from The New Boston serves up this Python video tutorial on how to program subclasses and superclasses in Python. This is the program you use to write all of your Python code down. Learn what parent and subclasses are! Python is a dynamic, object-oriented, high-level, p ...more

How To : Create and program constructors in Python

Bucky from The New Boston serves up this Python video tutorial on how to create and program constructors in Python. This is the program you use to write all of your Python code down. Learn how to create constructors and what they do! Python is a dynamic, object-oriented, high ...more

How To : Program and write lines in files in Python

Bucky from The New Boston serves up this Python video tutorial on how to program and write lines in files in Python. This is the program you use to write all of your Python code down. Fun with writing lines into a file! Python is a dynamic, object-oriented, high-level, progra ...more

How To : Program slice lists in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slice lists in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for ...more

How To : Program lists functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to program lists functions in Python. This is the program you use to write all of your Python code down. Fun with list functions! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program slices in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slices in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program raw input in Python

Bucky from The New Boston serves up this Python video tutorial on how to program raw input in Python. This is the program you use to write all of your Python code down. Fun with input versus raw input! Python is a dynamic, object-oriented, high-level, programming language tha ...more

How To : Program variables in Python

Bucky from The New Boston serves up this Python video tutorial on how to program variables in Python. This is the program you use to write all of your Python code down. Fun with variables! Python is a dynamic, object-oriented, high-level, programming language that can be used ...more

How To : Program a USB development board for cheap

Hak5 isn't your ordinary tech show. It's hacking in the old-school sense, covering everything from network security, open source and forensics, to DIY modding and the homebrew scene. Damn the warranties, it's time to Trust your Technolust. In this episode, see how to program a ...more

How To : Program medication calculation into an IV pump

Studying to be a nurse? Then here a technique you should know how to do. Follow along with this nursing how-to video to learn how to program medication calculations with the Plum IV pump. Watch the demonstration as the Plum pump calculates drip and dosage rate for the IV line. ...more

  • Hot
  • Latest