| |

| 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. |
| |

| 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. |
| |

| Depth First Search Template Posted in Visual C > Basics by tutorialgrub on Apr 29, 2011
Template and example on making searches in graphs |
| |

| 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. |
| |

| 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. |
| |

| 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. |
| |

| [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 |
| |

| 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. |
| |

| 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). |
| |

| 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. |
1 2 3 4 >> Next |