19,155 tutorials online
11 tutorials pending review
763 dead links removed





Desktop Programming: Visual C Tutorials

 

Hello World: Beginning C++
Posted in Visual C > Basics by tutorialgrub on Apr 30, 2011

The program virtually every programmer starts out with: Hello World, with explanations on the parts of it.
42 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

C++ DLLs for beginners
Posted in Visual C > Basics by tutorialgrub on Apr 29, 2011

This is an article I did over at CodeGuru.com. It took me awhile to get it to the point where it was accepted. It is missing loading the DLLs dynamically, which I fully intend to update it to include that way of loading in the very near future, I just need to find the time. This does not use MFC, only C++ and WinAPI. Source code for Visual C++ 2003 is included.
17 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Depth First Search Template
Posted in Visual C > Basics by tutorialgrub on Apr 29, 2011

Template and example on making searches in graphs
37 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Reducing Flicker in Console Applications
Posted in Visual C > Basics by tutorialgrub on Apr 29, 2011

This is a tutorial to help beginners develop real time applications in the console that do not flicker.
47 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Writing SQL commands in C# - Part 3 - Editing records and maintainable code
Posted in Visual C > Basics by tutorialgrub on Apr 29, 2011

I will focus on something more important than working code. I want you to see how awesome prototypes and dedicated classes are. First one will give us immediate feedback about how good the code is, second one will be a very well designed code that can be maintained over ages.
42 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Building an installer for mobile .Net applications
Posted in Visual C > Basics by tutorialgrub on Apr 28, 2011

In the process of developing a mobile application for the IT department at my school, I needed to build an installer for the mobile application to be installed from a desktop pc. To accomplish this I had to build three projects in addition to the main project of the application. To make life easier for fellow developers I will go through this process step by step.
28 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

[Tutorial] Change Default EXE ICON in C# (Visual Studio 2010)
Posted in Visual C > Basics by tutorialgrub on Apr 28, 2011

Learn how to change the default icon (.ico) for your Visual Studio 2010 C# projects
153 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

C# Tutorial: Creating a personal weather app
Posted in Visual C > Basics by tutorialgrub on Apr 27, 2011

Today's project is to create an app that will display weather information from a city, including the forecast. We will be using an extra API, the animaonline weather API using google weather, which is included with the source code.
78 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Working with System.DateTime – Date and Time String Formatting with C#
Posted in Visual C > Basics by tutorialgrub on Apr 25, 2011

Software Development with C# needs to work with dates and times. To work efficiently with Date and Time .NET has the System.DateTime (DateTime) namespace to help us. You can use DateTime to get DateTime values, generate new DateTime values and format DateTime values (parse strings into DateTime or DateTime in the string format).
48 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

C# Tutorial: Writing Text Files
Posted in Visual C > Basics by tutorialgrub on Apr 22, 2011

There are many amazing things you can do with an application, but one of the most useful is to interact with the user's files. Most programs store data in files, and this can be used for numerous reasons.
27 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1  2  3  4    >>  Next