DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    surfbuyer Guest

    plssss hlp....print output in C?


    anyone knows how i can print out the output in C? pls hlppppp thks : )

  2. #2
    David Tran Guest

    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

  3. #3
    surfbuyer Guest

    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



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links