Jump to content

Talk:Windows.h

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 154.242.38.237 (talk) at 23:06, 6 November 2024. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
  1. include <iostream>
  2. include <windows.h> // مكتبة للتفاعل مع نظام Windows

using namespace std; int main() {

   system("color 2F");
   cout << "الشاشة أصبحت خضراء!" << endl;
   system("pause");
   return 0;

} 154.242.38.237 (talk) 23:06, 6 November 2024 (UTC)[reply]