Berikut ini adalah source code untuk membuat program text to speech Predikat nilai ujian menggunakan Microsoft Visual C++ 2010. #pragma once namespace Aplikasi { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::Speech::Synthesis; /// <summary> /// Summary for Form1 /// </summary> public ref class Form1 : public System::Windows::Forms::Form { public: Form1(void) { InitializeComponent(); // //TODO: Add the constructor code here // } protected: /// <summary> /// Clean up any resources being used. /// </summary> ~Form1() { if (components) { delete components; } } private: System::Windows::Forms::Label^ label1; protected: private: System::Windows::Forms::TextBox^ textBox1; ...
Universitas Harapan Medan Dosen : Ibu Yanti Faradillah Siahaan, ST. M.Si. M.Kom