Current Events > Have any of you ever taken a course in C++?

Topic List
Page List: 1
Smallville
03/12/23 5:47:23 PM
#1:


or , know how to program in C++ etc....?

---
"That won't work Boss, hide the target in a place they're unlikely to be found"---GZ
... Copied to Clipboard!
MarthGoomba
03/12/23 5:48:02 PM
#2:


Self taught. C++ is easy

---
https://i.imgur.com/m6Rgs8D.jpg https://i.imgur.com/qUMZhdW.jpg
https://i.imgur.com/LACtH6q.jpg
... Copied to Clipboard!
kirbymuncher
03/12/23 5:49:59 PM
#3:


C++ is not easy lol it's such a complicated mess of a language

I've slowly picked up bits and pieces over the years, I currently occasionally need to do it for work so I have a rough idea of how it works but I'm by no means an expert

---
THIS IS WHAT I HATE A BOUT EVREY WEBSITE!! THERES SO MUCH PEOPLE READING AND POSTING STUIPED STUFF
... Copied to Clipboard!
Medussa
03/12/23 5:53:21 PM
#4:


half a year in highschool

switched to almost all java after that, until recently trying to learn C# for unity.

---
Boom! That's right, this is all happening! You cannot change the channel now!
You know me, I'm a big fan of subtlety. But that's downright cryptic.
... Copied to Clipboard!
TeaMilk
03/12/23 5:57:11 PM
#5:


Yea, all the first year intro programming courses at my college were in C++

I liked the professor a lot, but she had a lot of stipulations, like we HAD to use emacs/vim and almost no standard library imports. I got a good foundation, but it made it kinda harder to adjust to more modern programming standards.

---
(they/them) | http://large.horse/
Show Icons on posts: https://openuserjs.org/scripts/melon/GameFAQs_Show_Icon
... Copied to Clipboard!
Michael_Booth
03/12/23 5:58:42 PM
#6:


I was coding back on the Playstation 2 in C++, with a controller and an on-screen keyboard.
... Copied to Clipboard!
FigureOfSpeech
03/12/23 6:01:23 PM
#7:


I did a little bit in high school and college
... Copied to Clipboard!
Smallville
03/12/23 6:05:41 PM
#8:


so, you dudes think there are much superior coding languages, to C++?

---
"That won't work Boss, hide the target in a place they're unlikely to be found"---GZ
... Copied to Clipboard!
#9
Post #9 was unavailable or deleted.
kirbymuncher
03/12/23 6:24:08 PM
#10:


Smallville posted...
so, you dudes think there are much superior coding languages, to C++?
Really depends on how you define superior. The strong points of C++ are that it is very versatile, it's fast, it's portable, it has a very low-level connection to linux/OS stuff, and it's been around for a long time, which means there are countless libraries and language feature additions and etc.

The weak points of it are that it's not type safe or memory safe, which means it's more error prone, it has some pretty complicated build process for larger projects, it has random inconsistencies across different compilers, and that it's been around for a long time which means there are countless additions to the language that you might have to potentially understand to try and work with.

Nowadays I'm not sure I'd really recommend it to anyone. It's not a great beginner language because it is liable to get you too focused on the nitty-gritty rather than the larger-scale view of how programming works. And for non-beginners, if you aren't experienced enough to realize when you might want to use C++ then you're not experienced enough to really make using it a good idea anyway. Not to say it's a useless language but the people who need it already know they need it, they don't need anyone recommending it to them

---
THIS IS WHAT I HATE A BOUT EVREY WEBSITE!! THERES SO MUCH PEOPLE READING AND POSTING STUIPED STUFF
... Copied to Clipboard!
Topic List
Page List: 1