Page 1 of 1
Console in c++
Posted: Wed Jan 29, 2003 6:28 am
by nuno_silva_pt
??? will you please tell me how to make a console in c++?
Warning: I dont know anything of c++...
:'(
Re:Console in c++
Posted: Wed Jan 29, 2003 7:41 am
by DarylD
What is it with education today, eh!
Did your teachers never teach you how to research??
Sorry....having a bad day.
Re:Console in c++
Posted: Wed Jan 29, 2003 8:02 am
by whyme_t
tudo bem?
What do you mean by
Console?
A Console application? or a Console (Shell?) for an OS?
You need to tell us more information.
DarylD: The education starts here.
Re:Console in c++
Posted: Wed Jan 29, 2003 8:52 am
by Pype.Clicker
nuno_silva_pt wrote:
Warning: I dont know anything of c++...
If so, why the |-|311 do you want to do your console in C++ ?
Re:Console in c++
Posted: Wed Jan 29, 2003 11:28 am
by nuno_silva_pt
I'm trying to make a o.s. in c++, understand? and i don't know c++ 'cos i'm only 14 years old. i'm making in visual basic a simulation of an o.s. that can be used to make interactive informatic classes ;D)
Re:Console in c++
Posted: Wed Jan 29, 2003 12:22 pm
by pskyboy
No what your making in visual basic is a shell what u want your OS to look like. Trust me there is far more to an OS then that and doing these things in visual Basic would be a complete waste of time.
What you need to do is learn c++ or start learning about writing an OS and learn c++ that way but whatever you do get of VB now as in the OS development world you won't get very far. Unless you want your OS to run under windows
Peter
Re:Console in c++
Posted: Wed Jan 29, 2003 12:30 pm
by nuno_silva_pt
I REALY want to make a o.s. in c++ but i'd like to know how to maken it.
can you send me tutorials in portuguese please?
Re:Console in c++
Posted: Wed Jan 29, 2003 12:35 pm
by pskyboy
I don't know of any portugese tutorials. Your best bet is to go to the portugese google and search for OS tutorials or operatying system design.
Peter
Re:Console in c++
Posted: Wed Jan 29, 2003 12:37 pm
by whyme_t
Um, if you give me a week, I'll translate my page
http://www.invalidsoftware.net/os/. (Well, I'll get my Portuguese girlfriend to help ::)).
Re:Console in c++
Posted: Wed Jan 29, 2003 1:58 pm
by Tim
nuno_silva_pt wrote:I'm trying to make a o.s. in c++, understand? and i don't know c++ 'cos i'm only 14 years old.
Well, there's your problem.
What you need to do is:
1. Go away and learn C++
2. Write lots of programs in C++
3. Come back in 4 years time and write an OS in C++
Re:Console in c++
Posted: Wed Jan 29, 2003 2:05 pm
by whyme_t
Tim Robinson wrote:
Come back in 4 years time and write an OS in C++
and by then I might be good enough to translate my page for u (all on my own)
Trust me, I know C++ and I'm in a world of pain trying to get C++ working correctly. I'm on the brink of giving in and doing my oo in C.
Re:Console in c++
Posted: Wed Jan 29, 2003 3:03 pm
by pskyboy
whyme_t
Why all the trouble i am having no problem with my kernel that i am doing in c++. Your website was definately a good starting point fo me though thanks for that. The only things i see as difficult to do in c++ now are virtual functions and what i would call fancy object orientated stuff which im staying away from. All i have is a basic object orientated kernel.
Peter
Re:Console in c++
Posted: Wed Jan 29, 2003 3:27 pm
by whyme_t
I was going to reply here, but I'll put it in a new thread.