c++

C++ (pronounced "C plus plus") is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Embarcadero, Oracle, and IBM, so it is available on many platforms.C++ was designed with systems programming and embedded, resource-constrained software and large systems in mind, with performance, efficiency, and flexibility of use as its design highlights. C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications, including desktop applications, video games, servers (e.g. e-commerce, web search, or databases), and performance-critical applications (e.g. telephone switches or space probes).C++ is standardized by the International Organization for Standardization (ISO), with the latest standard version ratified and published by ISO in December 2020 as ISO/IEC 14882:2020 (informally known as C++20). The C++ programming language was initially standardized in 1998 as ISO/IEC 14882:1998, which was then amended by the C++03, C++11, C++14, and C++17 standards. The current C++20 standard supersedes these with new features and an enlarged standard library. Before the initial standardization in 1998, C++ was developed by Stroustrup at Bell Labs since 1979 as an extension of the C language; he wanted an efficient and flexible language similar to C that also provided high-level features for program organization. Since 2012, C++ has been on a three-year release schedule with C++23 as the next planned standard.

You do not have permission to view the full content of this post. Log in or register now.
  1. M

    Course C++ Complete Training Course for Beginners 2022

    https://www.udemy.com/course/c-complete-training-course-for-beginners-2022/?couponCode=7B6516868EC05D67C92AHidden content
  2. A

    Help Pa help po c++

    Problem Description: Susan was given a list of arbitrary numbers, she was tasked to display all the even numbers from the list. Input Format: The line begins with an integer n indicating the number of integers m that follow which compromises a list. Output Format: All even numbers from the...
  3. S

    Help Github game in C++

    Pa drop link ng Game na sa C++ sa Github na pwede ma execute sa DevC++
  4. L

    C++ Code Like you are in MATRIX : Mastering C++ in 12 Hours (NewCoupon) 11/08/23

    This course is already posted. This is a new coupon for those failed to enroll. Unleash the Power of C++ and Take Your Programming Skills to the Next Level! C++ and Data structures , CPP Unreal Engine. Free Original PriceCA$27.99 Discount100% off 4 days left at this price! Hidden content 885...
  5. I

    Course UDEMY - Java And C++ And PHP Crash Course For Beginners

    ✨️(Limit: 1000 Enrollment)✨ 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  6. I

    Course UDEMY - C++ And Java Training Crash Course 2022

    ✨️(Limit: 1000 Enrollment)✨ 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  7. I

    Course UDEMY - The Ultimate C++ Advanced Programming Course | 2022

    ✨️(Limit: 1000 Enrollment)✨ 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  8. P

    Tutorial [LIMITED] UDEMY PREM'IUM COURSE I C++ AND PHP COMPLETE COURSE 2023 | CERTIFICATE GUARANTEED I DEEPMODS

    This course includes: 4.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion What you'll learn You will learn C++ concepts such as console output, C++ Variables and Data Types, C++ Operators And more You will learn how to write a complete C++ program...
  9. 1

    Course UDEMY - Java And C++ And PHP Crash Course For Beginners | 100% OFF

    This course includes: 2.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion What you'll learn You will learn C++ concepts such as console output, C++ Variables and Data Types, C++ Operators And more You will learn how to write a complete C++ program...
  10. L

    Object Oriented Programming in C++ & Interview Preparation

    Classroom like learning, Detailed Explanation of Question Free Original PriceCA$27.99 Discount100% off 4 days left at this price! Hidden content 514 redemptions remaining out of 1000 What you'll learn Interview preparation - with Top frequently asked questions How to answer question asked...
  11. I

    Course UDEMY - Java And C++ And PHP Crash Course For Beginners

    ✨️(Limit: 1000 Enrollment)✨ 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  12. I

    Java And C++ And PHP UDEMY CERTIFICATE Expires In ...

    Platform: Udemy Expires in : 4days Certificate: ✅ Hidden content
  13. L

    Course Java And C++ And PHP Crash Course For Beginners || UPDATED [NewCoupon] 11/7/23

    Get Started With C++ Programming, Java Programming And PHP Programming in This Crash Course. Free Original PriceCA$27.99 Discount100% off 4 days left at this price! Hidden content This course is already posted. This is a new coupon for those who failed to enroll the course. 765 redemptions...
  14. I

    Course UDEMY - C++ And PHP Complete Course 2023

    (Limit: 1000 Enrollment) 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  15. L

    Course C++ Training Crash Course 2022

    Learn C++ Training Crash Course for Beginners 2022 Free Original PriceCA$39.99 Discount100% off 4 days left at this price!!!!!!! Hidden content 750 redemptions remaining out of 1000 What you'll learn You will learn common programming constructs as they are implemented in C++ including...
  16. L

    Course CSS, Bootstrap ,JavaScript, Web Development Course

    100% OFF Learn Web Development Complete Course, CSS, Bootstrap And JavaScript complete Web development Stack course 2022 Hidden content What you'll learn Introduction to Web development with learning CSS And Bootstrap JavaScript Programming Language Write CSS Scripts And Understanding...
  17. R

    C & C++ Simple Linear Horse Game C++

    Simple Horse Game in C++ inspired sa karerang kabayo😂😂 pero linear track muna.. Hidden content
  18. L

    Course CSS, Bootstrap, JavaScript And PHP Stack Complete Course(Udemy) Updated 11/7/23

    Hidden content CSS, Bootstrap And JavaScript And PHP Complete Frontend and Backend Course
  19. A

    C & C++ C++ help

    saan po ba mali or anong kulang ko po? given; inputs : 45 and 88 average output: 66.5
  20. P

    Free Udemy Course [Java And C++ And PHP Crash Course For Beginners]

    https://www.udemy.com/course/java-and-c-and-php-crash-course-for-beginners/?ranMID=39197&ranEAID=AVS0Ru3Qe18&ranSiteID=AVS0Ru3Qe18-cnE715.nOUYe5lnw_W62wQ&LSNPUBID=AVS0Ru3Qe18&utm_source=aff-campaign&utm_medium=udemyads&couponCode=6ADFA9707564E378D242
  21. A

    Help Translate C++ code to pseudocode

    please translate this into pseudocode : #include <iostream> using namespace std; int main() { string name; int grade; cout << "Enter your student's name :"; getline(cin, name); cout <<"Enter your student's grade :"; cin >> grade; if (grade <= 74) {...
  22. H

    Course 100% OFF UDEMY COURSE! Java And C++ Complete Course for Beginners 2022

    Java And C++ Complete Course for Beginners 2022 Learn Java Programming and C++ Programming Language in Java and C++ Complete Course for Beginners 2022 This course includes: 5.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion Course content 2...
  23. P

    Tutorial [LIMITED] UDEMY PREM'IUM COURSE I JAVA AND C++ COMPLETE COURSE FOR BEGINNERS 2022 | CERTIFICATE GUARANTEED I DEEPMODS

    This course includes: 5.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion What you'll learn You will learn how to write a complete Java program that takes user input, processes and outputs the results You will learn OOPS concepts in Java You will...
  24. G

    C++

    s
  25. H

    Course 100% OFF UDEMY COURSE! C++ And PHP Complete Course 2023

    C++ And PHP Complete Course 2023 Learn C++ Programming Language And PHP Programming Language Complete Course 2023 This course includes: 4.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion Course content 2 sections • 63 lectures • 4h 27m total...
  26. H

    Course 100% OFF UDEMY COURSE! Ultimate C++ Advanced Programming Course

    The Ultimate C++ Advanced Programming Course | 2022 An Introduction to Object Oriented Programming (OOP) This course includes: 7.5 hours on-demand video 14 downloadable resources Access on mobile and TV Full lifetime access Certificate of completion Course content 3 sections • 14 lectures •...
  27. P

    Tutorial [LIMITED] UDEMY PREM'IUM COURSE I DATA STRUCTURES AND OOP WITH C++ : CS104, CS105 MASTERCLASS | CERTIFICATE GUARANTEED I DEEPMODS

    This course includes: 8.5 hours on-demand video 59 downloadable resources Access on mobile and TV Full lifetime access Certificate of completion What you'll learn Discover the principles of Data Structures and Object-Oriented Programming in C++. Gain a comprehensive understanding of the...
  28. 7

    Course C++ And Java Training Crash Course 2022 100%Off 4 Days left

    Learn C++ and Java with C++ and Java Training Crash Course for Beginners 2022...
  29. P

    Tutorial [LIMITED] UDEMY PREM'IUM COURSE | DATA STRUCTURES AND OOP WITH C++ : CS104, CS105 MASTERCLASS | CERTIFICATE GUARANTEED | DEEPMODS

    Status: Claimable This course includes: 8.5 hours on-demand video 59 downloadable resources Access on mobile and TV Full lifetime access Certificate of completion Enroll Link: Hidden content
  30. P

    Tutorial [LIMITED] UDEMY PREM'IUM COURSE | C++ COMPLETE TRAINING COURSE FOR BEGINNERS 2022 | CERTIFICATE GUARANTEED | DEEPMODS

    Status: Claimable This course includes: 1.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion Enroll Link: Hidden content
  31. R

    C & C++ Tricard Janken C++ Console Game

    TriCard Janken (Rock, Paper, & Scissor) C++ : Terminal/CommandPrompt Card Game inspired from Kakegurui S1Ep1, which every round all students other than player creates a card of Rock, Paper and Scissor, then cards will put into hollow box. The players will draw 3 card. This game is RNG based...
  32. K

    Tutorial Udemy The Ultimate C++ Beginner Course (4 days left)

    An Introduction to Programming & Problem Solving ⏰ : ASAP (Free For 500 Users Worldwide) ⭐️ : new 👨‍🎓 : 4.5 / 6,576 students 👄 : English (US) Hidden content
  33. M

    C++

    Hello po, sa mga c++ programmer dito ano po kadalasan ginagawang project na gumagamit ng c++? inaaral ko pa siya ngayon, bale advance study (2nd year IT). ty po sa sasagot
  34. M

    C++

    What are the projects that can I do by using the C++ language of programming
  35. C

    Course Svelte, Perl, Shell Scripting and C++ Course Bundle 2022

    Svelte, Perl, Shell Scripting and C++ Course Bundle 2022 Size: 3.94GB Svelte, Perl, Shell Scripting and C++ Course Bundle Learn all of these in a single place. What you'll learn Students will be able to understand shell scripting concepts How to use C++ language in action Learn how to use Perl...
  36. T

    Help Online GLSL Tutorials

    What are your website recommendations where I can learn GLSL shading language?
  37. N

    C++ program

    C++ Imagine a publishing company that markets both book and audiocassette versions of its works. Create a class publication that stores the title (a string) and price (type float) of a publication. From this class derive two classes: book, which adds a page count (type int), and tape, which adds...
  38. C

    Visual c++

    Example code of input fields for last name , first name and middle name that transfers data to excel after clicking save using visual c++
  39. C

    Visual c++

    Generate a code where a form contains input for first name, last name and middle name. Also a save button where when a user click it, the data entered will transfer to excel ? Using visual c++
  40. C

    C++

    C++ GUi form that automatically transfers data to excel.
  41. W

    Help C++ face recognition using Tensorflow

    Anyone here na marunong pano i-implement ang tesnorflow sa C++ para sa facial recognition? yung may kasaman GUI narin sana.. papaturo ako .. kung meron naman .. at hindi libre .. pag-usapan po natin .. salamat po! I am not new in programming but bago sakin yung Tensorflow at di ko masyado...
  42. C

    C++ Tuitorial

    Good day po sa lahat. Ask lang po sana ako if paano mag connect ng database sa C++ gamit ang xampp. Dev C++ po pala gamit ko. Thank you.
Back
Top