DEV Community

Abdumutal
Abdumutal

Posted on • Edited on

3 2

Terminal komandalar | 2

build-essential

  • Bu komanda C/C++ tillarini kompliyatorga o'rnatadi
  • sudo apt-get install build-essential ##nano bo'limi orqali code yozasiz masalan;
#include <iostream>
using namespace std;
int main() {
cout << "Hello world!" << endl;
return 0;
Enter fullscreen mode Exit fullscreen mode
  • Bu codeni saxranit qilish uchun ctrl x tugmasi bosiladi
  • Bundan so'ng yes tugmadi bosiladi
  • Terminalga qaytib code yozilgan file ichiga kirasiz
  • o'sha fileda sizni codeingiz ko'rsatiladi.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay