How To: Make a Celsius to Fahrenheit converter in C++
In this video, the instructor shows how to convert Celsius to Fahrenheit using a C++ program. This video shows how to do this by a live example where the instructor writes down the code to do it. First, code the basic structure of a c++ program that contains the include and all other statements. Now accept the value of temperature in Celsius from the standard input. Now multiply that value by 1.8 and add 32 to it to get the value in Fahrenheit. Display the value to the output. Finally, compil...
How To: Create and use char arrays when using C++
Want to create a char array in your next C++ project? Let this video be your guide. Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the details, take a look.
How To: Build advanced arrays when coding in the C++ programming language
Need a hand figuring out how to create and work with arrays when coding in C++? Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the relevant details, take a look.
How To: Create a spinning 3D cube with OpenGL, GLUT and C++
In order to complete this 3D spinning cube using OpenGL and GLUT for C++ programming, you need to know the basics of C++ programming. This video lesson covers everything you should already know. Check out the other videos to get the full gist:
How To: Use the string class when programming in C++
Want to know how to use the string Class in C++? Let this video be your guide. Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the details, take a look.
How To: Store text in an array when programming in C++
Interested in storing text in an array within C++? Let this video be your guide. Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the details, take a look.
How To: Use arrays when programming in C++
Interested to know how to create and use arrays in your C++ programs? Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the relevant details, and to get started using arrays in your own applications, take a look.
How To: Use namespace std when writing code in C++
Need a hand figuring out how to use namespace std when writing a program in C++? Whether you're new to Microsoft's popular general-purpose programming language or a seasoned programmer merely looking to brush up on the basics, you're sure to find much to take away from this helpful video lesson. For all of the relevant details, take a look.
How To: Create a Socket in the C Programming Language under Unix
Socket programming in Unix allows multiple computer programs to "talk" to each other in the form of open "pipes". This is used in many popular programs for the Linux system (see any distribution). This how-to is created to understand the simple creation of a socket and what the various parts of the call mean.
How To: Generate 3D terrain in Microsoft Visual C++
In this clip, you'll learn how to create 3D terrain in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Generate 3D terrain in Microsoft Visual C++.
How To: Draw text with OpenGL in Microsoft Visual C++
In this clip, you'll learn how to draw text when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Draw text with OpenGL in Microsoft Visual C++.
How To: Use an octree to solve collision detection problems in Visual C++
In this clip, you'll learn how to utilize octrees to resolve certain detection problems when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Use an octree to solve collision detection problems in Visual C++.
How To: Simulate transparent objects with alpha blending in Microsoft Visual C++
In this clip, you'll learn how to utilize materils to simulate transparency when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Simulate transparent objects with alpha blending in Microsoft Visual C++.
How To: Draw reflections with OpenGL in Microsoft Visual C++
In this clip, you'll learn how to create simple reflections when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Draw reflections with OpenGL in Microsoft Visual C++.
How To: Create a fog effect when creating an OpenGL program in MS Visual C++
In this clip, you'll learn how to create an eye-catching fog effect when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Create a fog effect when creating an OpenGL program in MS Visual C++.
How To: Speed up an OpenGL program with backface culling
In this clip, you'll learn how to utilize backface culling to speed up OpenGL programs created in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Speed up an OpenGL program with backface culling.
How To: Download and install C++ and a programming IDE on a Windows PC
Programming on the computer is definitely a dream for some people, and one of the more common programming languages out there is C++. If you're looking to get started but aren't sure where to start, this video should help you out. You will learn how to find the best version of C++ for free and also how to install it and set it up.
How To: Write code and program in C++
C++ is one the most powerful and fundamental languages commonly used to computer programming. If you've ever wanted to get started using, then please watch this video series. It's 29 parts will teach you everything you need to know about coding in this magnificent language, allowing you to create your own fairly full-featured computer programs. Honestly, if you have any questions about C++ at all, or want to learn it and don't think that you can because you've tried programming before and fai...
How To: Add texture to 3D objects with OpenGL for C++
By now, you should know a few of the basics of programming with OpenGL and GLUT for C++ developing, like shapes, transformations, timers, and colors. Now it's time for lighting. Everything could look right in your 3D program or game, but if you're lighting isn't right, it's a sad world for all of us. This video lesson will show you how to add lighting to 3D scenes with OpenGL for C++, so you can start making your own 3D programs.
How To: Add lighting to 3D scenes with OpenGL for C++
By now, you should know a few of the basics of programming with OpenGL and GLUT for C++ developing, like shapes, transformations, timers, and colors. Now it's time for lighting. Everything could look right in your 3D program or game, but if you're lighting isn't right, it's a sad world for all of us. This video lesson will show you how to add lighting to 3D scenes with OpenGL for C++, so you can start making your own 3D programs.
How To: Add colors to 3D scenes with OpenGL for C++
After you've learned the basics about shapes, transformations, and times, it's time to move onto learning the color scheme of things in the C++ programming language. You can't have a beautiful 3D game or program with out vibrant colors! This video lesson will show you how to add colors to 3D scenes with OpenGL for C++, so you can start making your own 3D programs.
How To: Use transformations & timers w/ OpenGL & GLUT for C++
OpenGL (OPEN Graphics Language) is a 3D graphics language developed by SGI. It has become a de facto standard supported in all Unix, Linux, Windows and Macintosh computers. To start out developing your own 3D games and programs, you need to know OpenGL and C++. This video lesson will show you how to use transformations and timers with OpenGL and GLUT for C++, so you can start making your own 3D programs. If you want to create your very first OpenGL project, this is the place to be.
How To: Create basic 3D shapes using OpenGL and GLUT for C++
To start developing your own 3D games and programs, you're going to need to know the basics of C++, like shaping.
How To: Set up OpenGL and GLUT on Linux for C++
Before you can start making awesome 3D games on your Linux computer using C++, then you're going to need to download and install these developer programs. This video lesson will show you how to download and set up OpenGL and GLUT for C++ on a computer running a Linux operating system, so you can start making 3D programs.
How To: Set up OpenGL and GLUT on Mac for C++
To start making your own 3D games using C++, then you're going to need to download and install these developer programs. This video lesson will show you how to download and set up OpenGL and GLUT for C++ on a computer running a Mac operating system.
How To: Use AppVerifier to debug Windows Mobile applications
If you've programmed a few Windows Mobile applications, you might need to perform some troubleshooting and debug the program to weed out all the problems. You can do this with AppVerifier. Marty Larson demonstrates installing, configuring and using the "AppVerifier" Application Verifier tool to debug Windows Mobile applications.
How To: 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 can be used in any game design.
How To: 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.
How To: Use and understand 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 understand them.
How To: Use classes in C++
Watch this video to learn how to use class in C++. Classes are an integral part of object oriented programming.
How To: 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 program.
How To: Use control statements in C++
Watch this two-part video series to learn how to use control statements in C++. These include if/else statements, 'switch', and all sorts of loops.
How To: 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.
How To: Use class declarations in headers for C++
Watch this video to learn how to use class declarations in header files with C++.
How To: Use object oriented programming encapsulation in C++
Watch this video to learn how to use OOP encapsulation in C++. Other topics included in the video include class declaration/definition.
How To: 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.
How To: 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.
How To: 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.
How To: Use the switch statement in C++
Watch this video to learn how to use the switch statement in C++.
How To: 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.