Inferno Web Development
  • Home
  • Forums
  • About
  • Links
  • Contact

Tutorials List

  • C++ Tutorials

Popular Tutorials

All time:

  • Abstract Modeling in Cinema 4D (C4D)
  • C++ Win32 API Tutorial
  • How to Make a Wireframe Render in Cinema 4D (C4D)
  • Upgrade Windows 7 Beta to Windows 7 RC
  • Simple C++ DLL Loading a Message Box

Articles

    • Photoshop
    • Cinema 4D
    • Artificial Intelligence
    • Assembly
    • C#
    • C++ Qt GUI
    • C++ Win32 API
    • C++
    • Java
    • MASM32
    • Windows Tweaks
  • General News
  • Web Development
    • CSS
    • PHP
    • JavaScript

Related Articles

  • Introduction to MASM32
  • Global Scope
  • PHP IndexOf Key like JavaScript
  • .htaccess Mod Rewrite Tutorial
  • Inferno Development Established

Programming Tutorials

Inferno Development provides quality programming tutorials on C++, C, C# and a variety of web development languages like PHP, JavaScript, and AJAX. Inferno Development is a programming forum with developers that create projects together and write tutorials and articles for software engineers. ID is a great source for Computer Scientists, Web Developers and Computer Engineers; join and become an Inferno Developer today.

  • Programming
  • C++
  • C++ Qt GUI
  • C++ Win32 API
  • Java

Bitwise and Flags

Submitted by rubix on Sat, 06/27/2009 - 01:36.
  • C++

Some functions want to save parameters and have only a single parameter that takes in binary bits and the parameter can determine all sorts of flags from this. The MessageBox function takes numerous flags that can be OR'ed together.

You might be wondering, how does the MessageBox function know which styles I've just passed to it?

»
  • Share Tutorial
  • Login or register to post comments
  • Read more

Introduction to C++ Templates

Submitted by Tomescu Alin on Tue, 06/09/2009 - 00:37.
  • C++

This tutorial will give you a quick introduction to C++ templates. You will not be a template guru after reading it but you will be able to understand a lot of the "templated" code that's out there.

»
  • Share Tutorial
  • 35 comments
  • Read more

Understanding Variables and Data Types in C++

Submitted by Allan Reed on Thu, 05/28/2009 - 03:47.
  • C++

What are variables? Variables are like shortcuts. Nobody wants to type the number "3824473021" hundreds of times in a program, so we make shortcuts. A variable is really a sequence of memory which can store data and can be called back by using the variable name.

»
  • Share Tutorial
  • 51 comments
  • Read more

5 Methods for CSS Curvy Corners

Submitted by Baran Ornarli on Fri, 05/22/2009 - 05:27.
  • CSS

As with many web developers, I am sure you have struggled with getting those nice Web 2.0 curvy corners or rounded rectangles. The problem is really IE, for some reason, the developers at IE, never figured out what curvy corners are, even though other browsers have their CSS3 attribute already.

»
  • Share Tutorial
  • 80 comments
  • Read more

Upgrade Windows 7 Beta to Windows 7 RC

Submitted by Baran Ornarli on Thu, 05/07/2009 - 18:10.
  • Windows Tweaks

The new Windows 7 Release Candidate (RC) has been released, and we are all excited for another blunder or home run by Microsoft. However, most of us do not want to follow the silly, condescending recommendation by Microsoft about how we should have a fresh/clean install of RC1 even if we are running Windows 7 Build 7000. Of course, with all our data not backed up we decide to hack our way to RC version.

»
  • Share Tutorial
  • 80 comments
  • Read more

C++ Constants and their uses

Submitted by Allan Reed on Sat, 05/02/2009 - 12:43.
  • C++

A constant is a variable type which cannot be changed during run-time of a program. Once it has a set value, it stays that way until you change your code. There isn't much to constants, but they can cause errors that aren't explained well in your IDE.

»
  • Share Tutorial
  • 87 comments
  • Read more

Basics of Vectors in C++

Submitted by Allan Reed on Sun, 04/26/2009 - 19:34.
  • C++

A vector is a basically a list or container of any type of a data type you want. If you're making a game it could be good for an inventory type list. But what a vector really is, is a sequential STL (Standard Template Library) container. There are many things you could use vectors for, but I'm going to use it for a list of numbers: 1,2,3, and 4.

»
  • Share Tutorial
  • 23 comments
  • Read more

Learning the basics of operators in C++

Submitted by Allan Reed on Sat, 04/18/2009 - 19:01.
  • C++

First of all, what is an operator? There are multiple types of operators, but in this tutorial we'll only talk about 2 types. The first type includes arithmetic operators such as addition, subtraction, multiplication, and division. The second type includes equals, greater than, and other comparison testing operators.

»
  • Share Tutorial
  • 94 comments
  • Read more

Understand the basics of Functions in C++

Submitted by Allan Reed on Mon, 04/13/2009 - 05:20.
  • C++

A function (in programming) is a simple command used to do multiple or more complicated tasks. If you have ever programmed anything in your life, you used a function. Examples of functions are: cin, cout, printf, and getchar. Those are all functions. Now your probably thinking, big deal functions are helpful but why would I need to learn about them? Well functions are great for handling errors and organizing code.

»
  • Share Tutorial
  • 49 comments
  • Read more

Learning C++ Threads and their uses

Submitted by Allan Reed on Sun, 04/12/2009 - 15:28.
  • C++ Win32 API

C++ Threads are useful for doing more than one thing at the same time, or have a loop do your work while the rest of the program continues to operate at the same exact time.

»
  • Share Tutorial
  • 86 comments
  • Read more
1234567next ›last »
Syndicate content

Navigation

  • Home
  • Forums
  • Image Gallery
  • Links
  • About
  • Contact

Why Register? Contribute articles and tutorials to ID, earn titles, learn from ID programming projects, and advertise your blog in our forums.

  • Forum Community
  • Register Now
  • Write an Article


Copyright © Inferno Development 2008-2009. All Rights Reserved.