Talk:Windows.h
Appearance
| This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
| ||||||||||||||
- include <iostream>
- include <windows.h> // مكتبة للتفاعل مع نظام Windows
using namespace std; int main() {
system("color 2F");
cout << "الشاشة أصبحت خضراء!" << endl;
system("pause");
return 0;
