Main Menu

HOME

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

US Job listings




   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
Screen resolution(VB)
Check when a process stops running(Powershell)
Browser version(ASP.net)
Pop up example(Javascript)
Insert a string(VB.net)
Change case of a string(Powershell)
The time(VBScript)
Date/Time applet(VB)

    




Copyright © 2003 by programmershelp.co.uk