Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If you are interested into low level programming, you should also try assembly out.
-
Hope9147y@gitpull yeah just a mistake.
I've tried assembly actually on the mios processor and it's great but stuff you could do is limited because it's not so much 'programming' as much as 'architecture' -
Each tool has it's place, but have to admit I've missed these flame wars! Got to ask though, what do you hate most about Java, @ahmednader?
-
Saying that you cant do low level in java is literally just saying you dont know java lmao 😘
-
nightowl7087yI appreciate the "cleverness" of more modern languages (hiding all the dangerous stuff, providing automatic garbage collection etc.) but I am a big fan of C. It does what you ask. Nothing more, nothing less. It's not the easiest to work with but makes you definitely care about writing high quality code.
-
Baspar517yOne thing I regret when coming back to cpp is the huuuuuge stack trace (emphasis on the /u*/). You wrongly "send" to cout something that cannot be printed, you'll receive 100lines of stack trace.
-
But there aren't bounds on arrays in c/c++. IndexOutOfBounds is a Java exception :/
-
Hope9147yJava is just so messy and it's compilers are awful. Maybe it's just something with me but I'd rather write assembly than Java @TheLazyDev
-
Hope9147y@BindView I didn't say that all I said is that I hate Java not that it can't do low level
-
Hope9147yI think I didn't make myself very clear so sorry about that but what I mean is that I love learning C/C++ rather than other newer languages that make everything easy.
I think this makes the difference between a computer scientist/software engineer and a programmer since everyone nowadays calls himself a programmer for writing some Python (which I have nothing against) but no one goes down to the level of C/C++ and the so called experts that can't deal with pointers even.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
Am I the only one who enjoys learning low languages like C/C++ and absolutely hate Java (seriously FUCK Java so much I hate using it)
Working with pointers and just having the compiler completely explode in your face because you forgot a semicolon or an index out of bounds maybe a bracket just disappeared and you are frustrated but then you fix it and voila it works like magic.
Maybe it's just a thing of mine because C++ was the first programming language I learned and I miss this feeling of hopelessness (I think I might have done BDSM fetishes) and it makes me feel nostalgic.
When I was first learning them all I thought about was how cool this stuff is.
rant
c
java sucks
low level
c++
pointers