this post was submitted on 02 Jun 2023
31 points (100.0% liked)

Programming

13376 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
31
submitted 1 year ago* (last edited 1 year ago) by ericjmorey to c/programming
 

It seems like there are about ~~22~~ ~~27~~ ~~46~~ ~~219~~ ~~320~~ ~~493~~ 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
you are viewing a single comment's thread
view the rest of the comments
[–] TofuSauce 3 points 1 year ago (1 children)

What's the difference between managed C++ and C++ if I may ask ?

[–] Urbeker 3 points 1 year ago (1 children)

A lot of ^s. It's like a weird dotnet dialect of c++ for interopt. I think they rebranded it to c++/cli. I mainly had to use it as a previous dev had written a large windows based app in it and I was lumbered with optimising it. (He was on the c++ standards committee so why he did this I don't know). To be honest I have forgotten most of the details about it.

[–] TofuSauce 2 points 1 year ago

Dang that job must've been a pain lol