This project has modified by three student at Kwangwoon University.
You can access the original project through the link below. Or check out the project I forked.
- A block editor allows you to visually check the c++ language and learn with reduced grammatical errors.
- It allows users to see that when coded into blocks, it translates into real c++ code and learn it.
- Use the example questions to try and debug coding using the functionality of the c++ language.
- blockly_compressed.js
- demos/code.js
- demos/index.html
- demos/Blocks/Blocks - Type.js
- demos/Blocks/Changelog.js
- demos/Blocks/Chapter 7 - Classes.js
- demos/Blocks/Include.js
- Test buttons and examples
- An example using the functions added by Team 17 and the functions in the existing Blockly C++ was added.
- Press the button and you'll see an example where you can try out the features written there.
- You can check the tooltip to see what examples the number contains.
- New blocks
- Class
- Queue
- Deque
- Stack
- Debugging capabilities
- Click on the debugger button to go to the site where you can debug and test the code you created. click here to try the site
Blockly C++ can be used locally by going to demos/code and opening "index.html" with a browser.
The problem with execution errors is that they are forced to transfer to c++ code in the original blockly development environment (following grammar such as javascript and python).
