ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

First Cpp Program - Hindi

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English
  • Hindi

This is a sample video. To access the full content,
please Login

11819 visits



Outline:

पहला C++ प्रोग्राम -हैडर फाइल्स --उदाहरण: #include <iostream> -main() -Curly braces -cout<< -semicolon ; - C++ प्रोग्राम कंपाइल करना। --उदाहरण: g++ filename.cpp -o output parameter - C ++प्रोग्राम एक्जिक्यूट करना। --उदाहरण: ./output parameter