DEV Community

etibor2006
etibor2006

Posted on • Edited on

4 2

C ++ ga kirish

Biz bugun c++ dasturida qanday iwlatilishini organdik.C++ da kod yaratishimiz mumkin.Ushbu koda kamentaryaga olishni organasz.

// cout <<"salom nima";

/* cout << "salom nima";



  cout<<"salom nima"; */

Enter fullscreen mode Exit fullscreen mode

C++ ishlatishni organdik.
include
using namespace std;
int main() {

Bunda<isotream> kutubxonani nomi,std bu biz foydalanmoqci bogan kutubxonani ichidagi mahsus buyrug'.Misol uchun biz kod yozmoqchi bolsak
std::cout<<"salom"
cout tolig' etilishi consolema'nosi ekranga chiqarish."" qoyish nimaga kerek.Agar qoshtirnoq qoymase tekismizani ekrangga chiqarmidi.Qo'sh tirnoq qoyganimizdan kegn ; qoyamiza agar ohirda shuni qoymasdan ekranga chiqarishni bosak xato deb chiqaradi.Using namespace `bu kop tekis yozganimizada ha dib std qoymasligimz uchun.Main bu asos yani shu kodlarni yozganimizda hamasini oz ichiga oladi.

@dawroun

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

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

Okay