Discuss Scratch

XComputers
Scratcher
17 posts

C++Scratch

C++Scratch

Current version: Pre-Alpha

C++Scratch is an almost fully-functional (or will be) C++ compiler on Scratch. Any ideas are appreciated, but direct code for C++Scratch or direct remakes as help will not be accepted.

It cannot contain any of the following:
  • any graphics prorgamming (must all be console progamming and file I/O programming)
  • well, that's about it!

Last edited by XComputers (April 4, 2013 16:17:12)

LiquidMetal
Scratcher
100+ posts

C++Scratch

Are you doing this yourself, or suggesting that someone else do this?
XComputers
Scratcher
17 posts

C++Scratch

LiquidMetal wrote:

Are you doing this yourself, or suggesting that someone else do this?
I am doing this myself. I just need a basic idea of how to keep track of loops, if,ifwhile, and that kind of stuff.
RoboNeo9
Scratcher
96 posts

C++Scratch

Is the pre-alpha released yet?
MelonInc
Scratcher
100+ posts

C++Scratch

Good luck! I can't wait until it comes out.
Zoooe90
Scratcher
12 posts

C++Scratch

Sounds cool!
Sound like something I might use.
I know one of my friends would make about 20 extra account to love-it XD
vassil
Scratcher
2 posts

C++Scratch

Pretty cool!
I can't wait!
XComputers
Scratcher
17 posts

C++Scratch

RoboNeo9 wrote:

Is the pre-alpha released yet?
No, I need help on how to program this.

Last edited by XComputers (April 21, 2013 21:35:09)

MelonInc
Scratcher
100+ posts

C++Scratch

XComputers wrote:

RoboNeo9 wrote:

Is the pre-alpha released yet?
No, I need help on how to program this.
Help with what? Converting to Scratch or understanding C++?
XComputers
Scratcher
17 posts

C++Scratch

MelonInc wrote:

XComputers wrote:

RoboNeo9 wrote:

Is the pre-alpha released yet?
No, I need help on how to program this.
Help with what? Converting to Scratch or understanding C++?
Converting to Scratch, like how will i keep track of loops and stuff? How will I keep track of vectors and stuff? P.S. I do not have much experience with vectors in C++, because my Code:Blocks compiler doesn't work with vectors for some strange reason. Keeps giving me an error not even in my code, but in vector.h.
XComputers
Scratcher
17 posts

C++Scratch

P.S. I have come up with an advanced file and folder system using one list. Consists of <folder>myfolder <file>test.cpp #include <iostream>; using namespace std; int main() { cout << “Hello, world!!!”; return 0; } Just view the project to figure it out, it would be alot easier.
XComputers
Scratcher
17 posts

C++Scratch

For some reason the ‘Wipe Memory’ button is covered by the errors list. Haven't figured out how to fix that yet. Can't move the list, either. Keeps moving back, even when I save it.

Powered by DjangoBB