title
i mean if youre learning c then youre also learning c++ and vice versa. like im certain theyre just the same language.WitherMite wrote:
Probably going to learn C alongside the projects I start once I finish the webdev course im following. Figure learning C++'s additions and even picking up Rust will be slightly easier once I actually know firsthand what they try and improve on.
All C code is valid C++ yea, but C++ adds a lot more of its own stuff and way of doing things on top.ClevelandsMyBro wrote:
i mean if youre learning c then youre also learning c++ and vice versa. like im certain theyre just the same language.WitherMite wrote:
Probably going to learn C alongside the projects I start once I finish the webdev course im following. Figure learning C++'s additions and even picking up Rust will be slightly easier once I actually know firsthand what they try and improve on.
z0z wrote:
assembly
are you both okayReyalp51 wrote:
Yes, go fuck with wires instead is so much fun
This is ostensibly the correct answer.Corne2Plum3 wrote:
It depends of the project
wires funnpc_BeaniCraft wrote:
z0z wrote:
assemblyare you both okayReyalp51 wrote:
Yes, go fuck with wires instead is so much fun
wires funReyalp51 wrote:
wires funnpc_BeaniCraft wrote:
z0z wrote:
assemblyare you both okayReyalp51 wrote:
Yes, go fuck with wires instead is so much fun
sametdze wrote:
scratch.mit.edu ftw
Honestly, scratch is a very annoyong "language" to use. Programming in python, and maybe even doing the wires manually, is wayyyy easier.Patatitta wrote:
best is scratch what the fuck are you guys on
It seems like nearly every college here taught python as the first programming language lol.NaiNonTheN00b1 wrote:
I'm not sure for now, but JavaScript is like home to me. It's my main programming language and my first ever serious programming language that I use, but I also wanna learn some new languages too like Java, Go, Rust, and PHP. I've learned Python from college, and now C, by the way.
mine was cJangsoodlor wrote:
It seems like nearly every college here taught python as the first programming language lol.NaiNonTheN00b1 wrote:
I'm not sure for now, but JavaScript is like home to me. It's my main programming language and my first ever serious programming language that I use, but I also wanna learn some new languages too like Java, Go, Rust, and PHP. I've learned Python from college, and now C, by the way.
dont we allWinnyace wrote:
I like C and C++
>javaNanofranne wrote:
Java
no particular reason, because Java is key
and I don't know CS at all
Was true when C++ originally came out, stayed mostly true throughout the years but not exactly.WitherMite wrote:
All C code is valid C++ yea, but C++ adds a lot more of its own stuff and way of doing things on top.ClevelandsMyBro wrote:
i mean if youre learning c then youre also learning c++ and vice versa. like im certain theyre just the same language.WitherMite wrote:
Probably going to learn C alongside the projects I start once I finish the webdev course im following. Figure learning C++'s additions and even picking up Rust will be slightly easier once I actually know firsthand what they try and improve on.
Yes, in C++ you'll mostly use high level features like classes, templates and whatever else because these are the reason C++ was created in the first place.WitherMite wrote:
From what ive found looking around people say actually writing C++ code is different than writing C in C++.
I see your point, but no. I don't think C is the be all end all of programming language. It is very powerful as a language and in the right hands, it is perhaps the only language they would need, but to reach such a point would take a lot of time and effort. Don't get me wrong, I hate how most of programming nowadays seems to be web dev (I repeat seems), but C isn't the solution we're looking for, in my opinion.Karmine wrote:
I'm a super mega nerd and anything other than C should be abolished so I had to correct this.
Yeah I was exaggerating, C++ and python are definitely useful, languages for specific applications too (Prolog, R...), but C would be better than most languages for most applications imo.Winnyace wrote:
I see your point, but no. I don't think C is the be all end all of programming language. It is very powerful as a language and in the right hands, it is perhaps the only language they would need, but to reach such a point would take a lot of time and effort. Don't get me wrong, I hate how most of programming nowadays seems to be web dev (I repeat seems), but C isn't the solution we're looking for, in my opinion.Karmine wrote:
I'm a super mega nerd and anything other than C should be abolished so I had to correct this.
Out of curiosity, what's your stance on Rust? From my limited experience with it, it attempts to be C, but it hand holds you through the entire process with helpful warning and errors to make you, the developer, code within the documentation's guidelines.Karmine wrote:
That's why I don't like high level languages, you write stuff but you'd have to spend hours reading docs (if there's any) to understand the underlying mechanism if you want to make sure you're doing things right.
I've heard things about it but never tried and never really looked into it.Winnyace wrote:
Out of curiosity, what's your stance on Rust? From my limited experience with it, it attempts to be C, but it hand holds you through the entire process with helpful warning and errors to make you, the developer, code within the documentation's guidelines.Karmine wrote:
That's why I don't like high level languages, you write stuff but you'd have to spend hours reading docs (if there's any) to understand the underlying mechanism if you want to make sure you're doing things right.