Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: which language is used in this code snippet? Pin
0x01AA21-Feb-22 9:21
mve0x01AA21-Feb-22 9:21 
GeneralRe: which language is used in this code snippet? Pin
Eddy Vluggen21-Feb-22 9:30
professionalEddy Vluggen21-Feb-22 9:30 
GeneralRe: which language is used in this code snippet? Pin
Southmountain21-Feb-22 12:49
Southmountain21-Feb-22 12:49 
GeneralRe: which language is used in this code snippet? Pin
Dave Kreskowiak21-Feb-22 9:53
mveDave Kreskowiak21-Feb-22 9:53 
GeneralRe: which language is used in this code snippet? Pin
Southmountain22-Feb-22 8:19
Southmountain22-Feb-22 8:19 
JokeRe: which language is used in this code snippet? Pin
dan!sh 21-Feb-22 21:30
professional dan!sh 21-Feb-22 21:30 
GeneralI've sort of trapped myself with C++. Pin
honey the codewitch21-Feb-22 8:52
mvahoney the codewitch21-Feb-22 8:52 
GeneralRe: I've sort of trapped myself with C++. Pin
raddevus21-Feb-22 9:19
mvaraddevus21-Feb-22 9:19 
You should try some Rust. I'm serious. I cut teeth on C++ (and a dummies book) in 1993 or so & I used C++ (a lot via MFC) for many years until C# really took over.

I think C# really did help to make nicer/gentler/prettier code for the most part. But of course that is because it had the privilege of being further from the metal in most cases.

Anyways, I recently wanted to see what all the fuss about Rust was so I picked up the fantastic book, The Rust Programming Language (Covers Rust 2018)[^] (No Starch Press) and started into it.

I built a little app (GitHub - raddevus/watcher: File System Watcher implemented in Rust - can watch events on directories & tail files (continuously watches files or directories)[^])which allows you to watch any part of your file system & runs natively on any OS. That's a very cool part.

Sidebar - You can learn a lot by watching what files are accessed by the system.

My Real Point -- And I Do Have One
Ok, but my point is that the things the Rust language developers have done to "fix C++" are amazing (though at times feel annoying & confusing when you are first learning) and they give you a new view of what Programming Languages are really trying to do and how many things were actually done improperly in other languages.

Being a C++ developer makes the experience of learning Rust far richer. I think you'd really like it.

Check Rust out and let me know what you think. Also, let me know what you think of my little file watcher app.
GeneralRe: I've sort of trapped myself with C++. Pin
honey the codewitch21-Feb-22 11:18
mvahoney the codewitch21-Feb-22 11:18 
GeneralRe: I've sort of trapped myself with C++. Pin
raddevus21-Feb-22 11:37
mvaraddevus21-Feb-22 11:37 
GeneralRe: I've sort of trapped myself with C++. Pin
CPallini21-Feb-22 9:42
mveCPallini21-Feb-22 9:42 
GeneralRe: I've sort of trapped myself with C++. Pin
Rick York21-Feb-22 19:29
mveRick York21-Feb-22 19:29 
GeneralRe: I've sort of trapped myself with C++. Pin
honey the codewitch21-Feb-22 19:43
mvahoney the codewitch21-Feb-22 19:43 
GeneralRe: I've sort of trapped myself with C++. Pin
11917640 Member 21-Feb-22 21:04
11917640 Member 21-Feb-22 21:04 
GeneralWOO-HOO! Pin
Gary Wheeler21-Feb-22 3:20
Gary Wheeler21-Feb-22 3:20 
GeneralRe: WOO-HOO! Pin
musefan21-Feb-22 3:25
musefan21-Feb-22 3:25 
GeneralRe: WOO-HOO! Pin
Gary Wheeler21-Feb-22 3:27
Gary Wheeler21-Feb-22 3:27 
GeneralRe: WOO-HOO! Pin
Amarnath S21-Feb-22 3:55
professionalAmarnath S21-Feb-22 3:55 
GeneralRe: WOO-HOO! Pin
Slacker00721-Feb-22 4:13
professionalSlacker00721-Feb-22 4:13 
GeneralRe: WOO-HOO! Pin
Amarnath S21-Feb-22 4:15
professionalAmarnath S21-Feb-22 4:15 
GeneralRe: WOO-HOO! Pin
Slacker00721-Feb-22 4:22
professionalSlacker00721-Feb-22 4:22 
GeneralRe: WOO-HOO! Pin
Jörgen Andersson21-Feb-22 4:25
professionalJörgen Andersson21-Feb-22 4:25 
GeneralRe: WOO-HOO! Pin
TNCaver21-Feb-22 4:34
TNCaver21-Feb-22 4:34 
GeneralRe: WOO-HOO! Pin
Gerry Schmitz21-Feb-22 5:56
mveGerry Schmitz21-Feb-22 5:56 
GeneralRe: WOO-HOO! Pin
Gary Wheeler21-Feb-22 6:53
Gary Wheeler21-Feb-22 6:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.