ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
be real careful using something line printf("\f"). If you pipe your console to a file it might not do what you expect.... you have to keep in mind you never know what printf is actually printing too (screen, printer, file, ect).
does the same system call for clearing screen in linux also work in macs now that OS X is based on Unix? Because I do remember older macs having a different clear screen system call before.
just as easy to make a system call to the clear command..and make a function for it where all you would have to type is something like clrscr(); wherever you wanted to clear screen instead of typing it all over again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.