Software Index
Related Topics
Popular Trends
Trending Topics
 

Simple C Program Hello World

All | Freeware
Product Title  /  Popularity Revised License Rating Size
"Hello World" as ActiveX with source
"Hello World" is the first program one usually writes when learning a new programming language. Do you have any ActiveX on the C++ without ATL and MFC? I wrote this template for you. You can make DLL with your ActiveX ...
December 18th 2011 Free to try    288k
Hello World As ActiveX with source
"Hello World" is the first program one usually writes when learning a new programming language. Do you have any ActiveX on the C++ without ATL and MFC? I wrote this template for you. You can make DLL with your ActiveX ...
February 27th 2011 Commercial     
Manny's Simple Finance Program
Manny's Simple Finance Program is an always-editable report for entering, editing, and displaying financial information in a versatile and customizable way. It offers extensive database-like features without the usual complexities (such as the ability hide and show columns, progressively sort ...
February 18th 2006 Shareware  5 stars 5,319k
Apache Hello World Benchmarks
Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server.

Benchmarks can vary greatly from system to system, so this tool allows ...
May 10th 2011 Freeware    389k
GNU Gengen
GNU Gengen (GENerator GENerator) is a tool that, starting from a parameterized text, called template, generates a text generator that can substitute parameters with values.

At the moment Gengen can generate C++ or C code; however other target languages are under ...
January 5th 2011 Freeware    440k
Lingobit Extractor
Lingobit Extractor extracts hardcoded strings from C++ sources. It replaces hardcoded strings with a code template that loads them from resources and creates resource file with extracted text. For example, printf(L"Hello, world!"); will be automatically replaced with printf (_LS(IDS_HELLO)); where ...
October 10th 2009 Shareware    8,190k
TRENDnet TW100-S4W1CA E DSL Router Setup Program
Windows-Based simple setup program. Limited functions including Local LAN and Internet ports configuration, firmware upgrade, factory reset, view connection status, display session list, and monitor user list. After extracting the file, please run SETUP.EXE.

Please be aware that using the incorrect ...
November 10th 2011 Freeware    317k
SQLite
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

The SQLite distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example ...
May 17th 2011 Freeware    2,898k
sourcecodegen
sourcecodegen is a Python library that provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module.

Note that this AST is not compatible with the new ast module in Python 2.6.

Usage:

The generator works on AST parse ...
May 1st 2011 Freeware    10k
Finaloption
Finaloption is a command-line parser, intended to make writing command-line applications painless and easy. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg ...
August 13th 2011 Freeware    10k
Fausterize for Mac
Fausterize is a free and simple text encryption program with high security and easy to remember passwords.

The password is a file, a file per document, i.e. fausterize employs a one-time-pad algorithm.. stroy: stroy and friends. Publisher of Fausterize for Mac, ...
July 11th 2011 Freeware    2,724k
G95 for Mac
G95 is a free, open source, stable, production ready Fortran 95 compiler available for multiple CPU architectures and operating systems.

G95 optimizations and innovations continue to be worked on.

Here are some key features of "G95":

· Free Fortran 95 compliant compiler.
· Current ...
July 21st 2011 Freeware    6,277k
IncrediMail Xe
IncrediMail is a free, fun, powerful and user-friendly email program that lets you add 1000's of Email backgrounds, Emoticons, Ecards, Sounds, Animations, and 3D effects to your emails. You also get fun animated characters to notify you of incoming email.
...
September 29th 2008 Freeware  5 stars 10,576k
Visual Browser for C/C++
Visual Browser for C/C++ is a C/C++ Code Browser integrating program code editor,analyzer and documentation generator with code flowcharting and visualization.It can help programmers to browse,edit,document and understand source code with built-in analysis for C/C++ program.It also can be used ...
May 11th 2004 Commercial    1,207k
Aves Bird Watcher Log
Popular bird watcher's log and diary program. Includes world bird list, image collection, trip log, daily diary, club members list and more. Very simple and efficient user interface for keeping track of daily sightings, trips, weather conditions, habitats, watcher details ...
May 21st 2004 Shareware    2,640k
NiftyStock
Simple stock program - Book In/Out, Low Stock level warning, Ten logins, Single user system.
December 30th 2007 Free to try    31k
DLINK DSM-330 Firmware
Fixes:
? Cashed HDMI display resolution settings for up to 3 TVs
? Support for standard definition wide screen display setting
? Setup menu option for USB firmware update



Add the DivX Connected HD Media Player (DSM-330) to your home network and access media ...
May 26th 2011 Freeware    7,219k
Badger::Class
Badger::Class is a class metaprogramming Perl module.

SYNOPSIS

# composing a new module
package Your::Module;

use Badger::Class
base => 'Badger::Base', # define base class(es)
version => 1.00, # sets $VERSION
debug => 0, # sets $DEBUG
throws => 'wobbler', # sets ...
August 24th 2011 Freeware    225k
Bison
Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar.

Once you are proficient with Bison, you can use it to develop a wide range of ...
August 17th 2011 Freeware    1,956k
Crypt
Crypt is a small C program that utilizes the crypt(3) function to include DES password checking/encryption in shell scripts.. . Publisher of Crypt, Author of Crypt 0.1. Crypt is a small C program that utilizes the crypt(3) function to include ...
May 24th 2011 Freeware    41k
Related Scripts
Hello World - Intro to C++
It takes you through the Hello World program step by step. A quick introduction to what you need to program in C++. When coding in C++ one of the first things you need is a compiler.
December 8th 2005 Freeware     
Hello World - Console Application
Hello World - Console Application is a simple tutorial which helps you to show the output "Hello World" on the screen using C# language. You can shows the output using the WriteLine method of the console object. The author offers ...
December 12th 2005 Freeware     
Hello World in C#
Hello World in C# is an useful article which explains four types of .NET objects such as console application, component, ASP.NET Page and web service that prints the output 'Hello World' to the readers. A console application executes from the ...
December 12th 2005 Freeware     
Writing Your First C# Program with Visual Studio .NET
Writing Your First C# Program with Visual Studio .NET is a web based tutorial in which the author explains you the method of writing C# program. In this tutorial the author shows it with a sample program which displays the ...
November 28th 2005 Freeware     
Hello World WML With ASP
Hello World WML With ASP is a very simple beginers lesson to start learning WML. The author explains the process with a sample code. This lesson integrates the use of WML with ASP and shows how one can display messages ...
November 28th 2005 Freeware     
Hello World
Hello World is a multi-platform compatible classic beginning script for any language implemented in ASP. They don't get much simpler! We do a quick For loop and use the index variable as the size attribute of the font tag. That's ...
December 21st 2005 Freeware     
Conversational C# for Java Programmers, Part 1
Conversational C# for Java Programmers, Part 1 is a tutorial through which you can learn about writing programs in C#. In this tutorial the author shows you the sample code for displaying the output 'Hello World' on the screen in ...
December 5th 2005 Freeware     
First C# Program using VS.NET
This article is very helpful for every user who tries to build C sharp program through Visual Studio.NET. To learn and build C sharp program personally the author teaches the users by providing the steps how to use syntax and ...
December 16th 2005 Freeware     
Getting Started With PHP
This tutorial introduces PHP, teaches youto write a simple 'Hello World' program and then shows you how to include dynamic content.
December 9th 2005 Freeware     
How to Use VB Component in C#?
How to Use VB Component in C#? is a tutorial through which you can know how to use VB components in C# language. The author gives you the sample code in C# which displays the output 'Hello' world' on the ...
December 20th 2005 Freeware     
Related Code
A simple producer - consumer problem in C++
This is a simple C++ program to demonstrate the thread synchroniztion by producer consumer problem.
March 4th 2007     2k
C program to view 16 colour GIF files.
C program to view 16 colour GIF files.
May 24th 2006     3k
Validate and Sort
Basic C number validation and sorting program. Its my first attempt at anything besides a Hello World program and took about a week as it was more advanced than my skill set. Please let me know your thoughts and various ...
January 11th 2010     1k
SDL_Scope 0.2
A simple example program for doing sound input under Windows.
Includes a fairly straightforward C-based sound input API built
as an extension on the Simple Directmedia Layer(SDL)'s API.
Uses SDL and SDL_gfx for graphics, see http://www.libsdl.org/
for these. Currently compiles ...
July 16th 2006     482k
A Simple C++ Stack
These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size"
February 27th 2007     2k
New Software
Popular Software