-
plssss hlp....print output in C?
anyone knows how i can print out the output in C? pls hlppppp thks : )
-
Re: plssss hlp....print output in C?
"surfbuyer" <surfbuyer@yahoo.com> wrote:
>
>anyone knows how i can print out the output in C? pls hlppppp thks : )
Print what?
You can use printf, this function returns the output in string.
e.g.
printf( "Print out a number: %d", num );
In Windows programming, you can use sprintf and others...
David
-
Re: plssss hlp....print output in C?
i mean the final output of my program
how do i print out the entire output screen?
"David Tran" <david_tran0601@yahoo.com> wrote:
>
>"surfbuyer" <surfbuyer@yahoo.com> wrote:
>>
>>anyone knows how i can print out the output in C? pls hlppppp thks : )
>Print what?
>
>You can use printf, this function returns the output in string.
>e.g.
>printf( "Print out a number: %d", num );
>
>In Windows programming, you can use sprintf and others...
>
>David
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks