Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
You can use puts or fputs:
int puts( char *str );
int fputs( const char *str, FILE *stream );
Here is a small example compiled on my Solaris 9 box:
#include <stdio.h>
int main()
{puts("Hello World\n");
fputs("Hello World 2\n", stdout);
}

![]() |
unix output to VB.net
|
Kill MSAccess process via...
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |