Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Google Carbon Programming
Highest Rated
Rating: 4.9 out of 5(98 ratings)
232 students

Google Carbon Programming

Get hands on experience of new Google programming language
Created byFazle Basit
Last updated 8/2023
English

What you'll learn

  • The basics of Google Carbon
  • Arrays & Control Structures
  • Functions and User-Defined Data Types
  • Pointers & Basic Data Structures in Carbon
  • Recursion using Carbon
  • Practical Assignments

Course content

7 sections21 lectures2h 19m total length
  • Introduction to Carbon7:55
  • Getting Started7:09
  • Hello World Code, Print Statement & Compiler usage9:32
  • Printing Strings & Integers in different ways5:52

    Course codes of whole course are also added with this lecture as a resource.

Requirements

  • Basic knowledge of any high-level programming language such as C++

Description

Carbon is a new and an experimental, general-purpose programming language. It is an open-source project launched by Google. It is designed as a successor language to C++ .


Carbon intends to fix several perceived shortcomings of C++ but otherwise provides a similar feature set. The main objective of the language are readability and "Bi-directional interoperability" (which allows the user to include C++ code in the Carbon file), as opposed to using a new language like Rust, that, while being influenced by C++, is not two-way compatible with C++ programs. Carbon is in an experimental phase and Changes to the language will be decided by the Carbon leads as and when required.


This 2.5 hour course is kind of a crash course with fundamental concepts. Version 1 of the language is expected in 2024, and I will be adding more updates and new content as and when the language announces new features.


At the end of each section, an assignment is added for you to have hands on experience of what you have learnt in that section. I will be adding more challenging assignments with the passage of time.


This course is for any programmer new to Carbon. All programmers who have experience with any High-Level Language can easily grasp this course. Carbon is the language of future.


So Happy coding Carbon

Who this course is for:

  • Anyone who is new to Carbon Language
  • C/C++ coders looking to move to the next advance level
  • Rust programmers anxious to explore alternatives for performance and safety
  • Programmers who want to take lead in learning of a new developing language