Console in c++

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
nuno_silva_pt

Console in c++

Post by nuno_silva_pt »

??? will you please tell me how to make a console in c++?
Warning: I dont know anything of c++...
:'(
DarylD

Re:Console in c++

Post by DarylD »

What is it with education today, eh!

Did your teachers never teach you how to research??

Sorry....having a bad day.
whyme_t

Re:Console in c++

Post 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. ;)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Console in c++

Post 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++ ?
nuno_silva_pt

Re:Console in c++

Post 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)
pskyboy

Re:Console in c++

Post 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
nuno_silva_pt

Re:Console in c++

Post 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?
pskyboy

Re:Console in c++

Post 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
whyme_t

Re:Console in c++

Post 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 ::)).
Tim

Re:Console in c++

Post 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++
whyme_t

Re:Console in c++

Post 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.
pskyboy

Re:Console in c++

Post 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
whyme_t

Re:Console in c++

Post by whyme_t »

I was going to reply here, but I'll put it in a new thread.
Post Reply