When we make this we are going to have to have some programs included. Such as a text editor, web browser, and more. I know how to make them in Visual Studio, but I don't have it!
So whoever does have make it! Name for browser: Scavenger
Offline
ProgrammingFreak wrote:
When we make this we are going to have to have some programs included. Such as a text editor, web browser, and more. I know how to make them in Visual Studio, but I don't have it!
So whoever does have make it! Name for browser: Scavenger
Make a bunch of C++ files (ext-.cpp), headers (.h) and use those!@
Send em to Sperry to be compiled, since he has it!
Last edited by bbbeb (2010-10-25 19:50:03)
Offline
Hows it coming, bbbeb? I'm trying to think of somethin
Offline
Im doing alright.
But thing is, VB won't let me make something like that.
I need to learn C++ first.
And have Sperry design something in C++ please.
Offline
well it is possible my windows 1 is very advanced though some people dont like the graphic quality its a big problem for me windows 1 version 4 SILVER EDITION is coming out soon and its big jump for me in this im not gonna say much, all ill say is its gonna be so awsome that other OS's will look like trash compared to mine d it can only be downloaded and installed to work
Offline
I know C++, but I have no editor.
I can't pay for it, though.
Is it in Scratch, or in actual coding?
We also might need a few add-ons for the browser.
I might make something in DOS/CMD Prompt for the shutdown sequence.
Could it say:
Shutting down.
And then it goes
Shutting down..
Shutting down...
Shutting down
Shutting down.
Shutting down..
Shutting down...
and clears each time and then shuts down?
Last edited by Scratchthatguys (2010-11-13 15:56:01)
Offline
Scratchthatguys wrote:
I know C++, but I have no editor.
I can't pay for it, though.
Is it in Scratch, or in actual coding?
Actual Coding
We also might need a few add-ons for the browser.
I might make something in DOS/CMD Prompt for the shutdown sequence.
Could it say:
Shutting down.
And then it goes
Shutting down..
Shutting down...
Shutting down
Shutting down.
Shutting down..
Shutting down...
and clears each time and then shuts down?
I have C++ if you want you can give me a code and i build it...
Last edited by Jet7889 (2010-11-13 16:02:33)

Offline
We got the shutdown code!
okay we probably need to start with a DOS look OS first. then comes all the graphics!
Offline
Scratchthatguys wrote:
I know C++, but I have no editor.
I can't pay for it, though.
Is it in Scratch, or in actual coding?
We also might need a few add-ons for the browser.
I might make something in DOS/CMD Prompt for the shutdown sequence.
Could it say:
Shutting down.
And then it goes
Shutting down..
Shutting down...
Shutting down
Shutting down.
Shutting down..
Shutting down...
and clears each time and then shuts down?
Here's a C++ compiler that's FREE
Visual C++ Express Editon
Offline
Simple programs needed:
shutdown
Login/signin
Write2me (notepad)
Calculator
We can get a browser once we learn to do GUI
Offline
C++, ASM, and more!
I'm wondering, can a OS be partly made in Java? Its really easy to make stuff with a GUI
Offline
ProgrammingFreak wrote:
C++, ASM, and more!
I'm wondering, can a OS be partly made in Java? Its really easy to make stuff with a GUI
You have to make a reader first.
Offline
sccar3 wrote:
ProgrammingFreak wrote:
yeah
yeah, you can totally make a computer.
Not a computer, just the OS (operating system). Like for example on a Dell computer, Dell made the computer, but Microsoft made the OS. Completely different
Offline
Offline
In DOS/CMD, this is the calculator I made:
:A
set /p num1=
set /p operator=
set /p num2=
set /a sum=%num1% %operator% %num2%
goto :B
:B
echo %sum%
goto :A
Offline
Scratchthatguys wrote:
In DOS/CMD, this is the calculator I made:
:A
set /p num1=
set /p operator=
set /p num2=
set /a sum=%num1% %operator% %num2%
goto :B
:B
echo %sum%
goto :A
It works well! But it kinda looks wierd with it saying
:sum 18
and stuff like that

Offline
bbbeb wrote:
hmm, after all this, maybe we could make a language? Call it SoylScript
![]()
cool!
Offline
Ok I'll make a calculator in C++. Then we can vote which one is best
Offline
I know C++, MS-DOS, Java, SQL, PHP, HTML, XUL, JS, CSS, VB, Smalltalk and Scratch (+ mods). Most of these are irrelevent, but I would like to do programming and could also set us up a site.
Offline