Training Wheels Urdu is a collection of C++ Macros that are designed to aid in programming education across Urdu speaking demographic. It has embedded various common Urdu words as a means to teach programming to individuals who are not adept or proficient in English.
- To aid individuals with low English proficiency.
- Ensure logic building rather than syntactical knowledge.
- Attain compatibility across the board by developing in a lower level language such as C++.
- Ensure consistent conventions and usage across the library.
- Download training-wheels-urdu.h along with demo.cpp to get started.
- Write
#include "training-wheels-urdu.h"
in a separate file and follow the tutorial in the demo.cpp file. - To compile, type g++ file_name.cpp in the command line.
- Follow that with a and the script will run just fine.
- Rather than opting for command line, firstly install Code::Blocks MinGW version.
- Create a new project and put both of the files in that folder.
- Run the program by clicking on the green play button at the top.
- Your code will run in a separate window.
- اس لائبریری کا استمعال کرنے کیلئے سب پہلے کوڈ بلاکس انسٹال کریں.
- کوڈ بلاکس انسٹال کرنے کیلئے اس لنک پر کلک کریں،
- Code::Blocks MinGW version.
- خیال رکھیے کے آپ کو بتایا ہوا ورژن ہی ڈونلوڈ کرنا ہے.
- کوڈ بلاکس میں نیا پراجیکٹ بناہے اور اس میں دونو فائلز رکھ دیں
- پھر اوپر دے ہوئے سبز رنگ کے پلے بٹن کو دباہے
- آپ کا پروگرام چل پڑیگا.