Jump to content

Talk:Windows.h

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
  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]