using clear screen funvtionality on C++ without herder

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
aabi
Posts: 2
Joined: Mon Sep 27, 2010 12:14 pm

using clear screen funvtionality on C++ without herder

Post by aabi »

hi all...
i'm new to tis site and the purpose i'm here is the same that i wan to build an OS but the problem is that i've a very limited knowledge regarding programing languages infact the only programing language i know is C++.. right now i just wan to make a code of C++ in which i want to perform CLEAR SCREEN fuctionality without using any of the Header file :cry: it sound really tricky and really is basically i wan to interact directly HardWare .... somethin like my own kernel
if any can help me in any regard that would be vary grate full of him thanksss :D ,,,,,,
Last edited by quok on Sat Oct 02, 2010 2:07 am, edited 1 time in total.
Reason: stop using color tags people!
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: using clear screen funvtionality on C++ without herder

Post by thepowersgang »

I would suggest you read the Bare_Bones tutorial on the wiki. It will show you how to get a basic C environment up to build on.
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: using clear screen funvtionality on C++ without herder

Post by JamesM »

aabi wrote:hi all...
i'm new to tis site and the purpose i'm here is the same that i wan to build an OS but the problem is that i've a very limited knowledge regarding programing languages infact the only programing language i know is C++.. right now i just wan to make a code of C++ in which i want to perform CLEAR SCREEN fuctionality without using any of the Header file :cry: it sound really tricky and really is basically i wan to interact directly HardWare .... somethin like my own kernel
if any can help me in any regard that would be vary grate full of him thanksss :D ,,,,,,
Then I'd suggest learning your language better before embarking upon this adventure.
User avatar
Mohanty
Member
Member
Posts: 28
Joined: Fri Jul 30, 2010 9:15 am
Location: India
Contact:

Re: using clear screen funvtionality on C++ without herder

Post by Mohanty »

Visit the website, But it is written in 'C'.
http://www.jamesmolloy.co.uk/tutorial_html/index.html

If U know C++ means u can understand the above tutorial.

Before that collect lot of Information about OSDev and read them randomely. Then It will be easy, Otherwise u will find every small issue as big prblem...
User avatar
quanganht
Member
Member
Posts: 301
Joined: Fri May 16, 2008 7:13 pm
Location: Hanoi, Vietnam

Re: using clear screen funvtionality on C++ without herder

Post by quanganht »

And I suggest u work on your English and typing skills. :wink:
"Programmers are tools for converting caffeine into code."
User avatar
Mohanty
Member
Member
Posts: 28
Joined: Fri Jul 30, 2010 9:15 am
Location: India
Contact:

Re: using clear screen funvtionality on C++ without herder

Post by Mohanty »

quanganht wrote:And I suggest u work on your English and typing skills. :wink:
"quanganht" is absolutely Correct, In ur "topic Title" u ll find lot of error...

"using clear screen funvtionality on C++ without herder"
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: using clear screen funvtionality on C++ without herder

Post by JamesM »

SatyaNarayan wrote:
quanganht wrote:And I suggest u work on your English and typing skills. :wink:
"quanganht" is absolutely Correct, In ur "topic Title" u ll find lot of error...

"using clear screen funvtionality on C++ without herder"
Pot, kettle, and black. That is all.
Post Reply