спасибо, ставьте лайк и подписывайтесь, пожалуйста
@ShadowCodes18 ай бұрын
Wow this is very cool my friend keep it up
@NE-theGAMER8 ай бұрын
Thanks, please like and subscribe
@sram3910 ай бұрын
Merci beaucoup !
@pramodthakur956110 ай бұрын
Thank you so much buddy! it helped but ODBC Driver is necessary
@mustafaezat968410 ай бұрын
كذب
@hammoudi.Junior Жыл бұрын
شكرا الطريقة ناجحة 100000/100
@kurtzfiend3526 Жыл бұрын
Thank you!
@yousefalbek8738 Жыл бұрын
اخي انت شلون حطيت كلمة السر و انت نسيانها تتهبل علينا يعني؟؟؟
@Vlingn Жыл бұрын
If you are encountering this error in Visual Studio or similar thhi2 please read this paragraph: Please add these 2 pieces of code to the file (here I will call the 2 initial files when creating the project MainProject) MainProject.cpp: #include "MainForm.h" using namespace System; using namespace System::Windows::Forms; [STAThread] int main(array<String^>^ args) { Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); FirstCppProject::MainForm form; Application::Run(% form); return 0; } and MainProject.h (GUI code file) #pragma once namespace FirstCppProject { public ref class MainForm : public System::Windows::Forms::Form { public: MainForm() { InitializeComponent(); } private: System::Void InitializeComponent() { this->SuspendLayout(); // Initialize other components here this->ResumeLayout(false); } }; } Then save and run the program again (Build -> Build Solution)
@HENNO-c6b Жыл бұрын
كيف يمكننا كتابة برنامج لمبادلة قيم متغيرين إذا كانت قيم كلا المتغيرين غير متطابقة باستخدام switch statement أتمنى ترد بسرعة