C++ vs C# side-by-side comparison(Hello world) #programming #shorts

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Python :
print ("hallo World") 😂

El-minshawi-
Автор

Yes but without C# how will I create my first person jumpscare horor game in unity that earns 80 million dollars and gets an entire youtube subculture.

DagothDaddy
Автор

It seems like c++ while utilizing more foundational work is actually more efficient than C sharp

Ghost-Toast
Автор

Why return 0 in c++ why it's use.

dharanibala
Автор

C# more concice:
class Program{
static void Main() => world!");
}

Red_Tutorials
Автор

Now in NET 6 only write
Console.WriteLine("Hello World");

ariel
Автор

Actually, code wars is karate. Katas is simply a part of karate which is, simply put, forms.

ayyynonomuscoder
Автор

Java:
public class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello World");
}
}

//It is so similar to C sharp

beasthunterytmax
Автор

The problem of python is the speed, however is a lot more easy to use and work

ShadowbearsCamisas
Автор

Bro i never saw a C# code but it looks like 90% java

shobharaniheddula
Автор

C++ uaung namespace std; int main (){ cout <<"hello world";
return 0;
}

MrNorbi
Автор

Javascript
Console.log('hello world');

yassprogames