this post was submitted on 09 Jun 2024
231 points (79.7% liked)

> Greentext

7517 readers
5 users here now

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 5 months ago (14 children)

Do you know why sharp is added to the end of programming languages? Like c sharp and f sharp?

Actually, I don't even know if it is pronounced c sharp or f sharp. I just assumed it was the same as music.

[–] [email protected] 6 points 5 months ago (10 children)

a sharp symbol is ++ stacked on top of ++ So C ++ ++ becomes C#

Phonetically, It is C sharp because it sounds cooler than C hash or C pound.

[–] [email protected] 3 points 5 months ago (5 children)

Rad. Thanks! What do the pluses denote in a programming language? What's the difference between c+, c++ and c sharp?

[–] [email protected] 16 points 5 months ago (2 children)

++ is the increment operator in C, which increases a value by 1. C++ was intended to be an improvement on C, and so it's saying that C++ is C incremented. C# is C++ ++ or C++ incremented. It's just a bunch of programmer jokes. There isn't a C+ afaik.

[–] [email protected] 4 points 5 months ago

Oh, haha, got it. Thanks

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

"We did make C better, but what you're getting back from us isn't the better thing."

🙂

load more comments (2 replies)
load more comments (6 replies)
load more comments (9 replies)