Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Sedo - Buy and Sell Domain Names and Websites project info: programmershelp.co.uk Statistics for project programmershelp.co.uk etracker® web controlling instead of log file analysis

   Misc

   Amazon

   Links

    


Puts function example
 

 

 

Description

A simple example which displays a message using the puts( ) function .

Code

/*display a string with puts*/
#include <stdio.h>

char *message ="Welcome to programmershelp";

main()
{
/*display the message*/
puts(message);

return 0;
}

Information

checked on Visual C++ 6

 

 


 

 

Download

puts.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
user interaction(Java)
Floppy disk ready(C)
keypress example(Darkbasic)
Browser info(ASP.net)
Date/Time applet(VB)
display the day of the week(VB)
random white lines(Darkbasic)
PI value(PHP)

    




Copyright © 2003 by programmershelp.co.uk