kaomao
Member
Bah! Real programmers use Assembler
You mean assembly right!?
Assembler is the actual "assembler" of the assembly language lol
... I know I know it's nerd time here
Bah! Real programmers use Assembler
I was shocked when I found out that drivers (and embeded stuff) is still written in C. I was really expecting C++. But it makes some sense because formal verifications isn't so developed for object oriented languages as for the structured languages. And that peace of code could be responsible for some ones life if it's software for some kind of controller in medical equipment.
Perfect response haha.
http://www.amazon.com/Sams-Teach-Yo...=sr_1_1?ie=UTF8&s=books&qid=1279232997&sr=8-1
But seriously....why?
On the book... no. Just... no. If you're asking why, and you learned from that book... there's your answer. K&R C is the way to go, period.
C isn't an easy first language (Python might be the way to go for that) but if you need to have that kind of precision and rigor beaten into you (as a physicist, this is likely the case) then it's a good thing to learn even if you won't be using it daily.
Atheist, you might want to check out Linus Torvalds' comments on why the Linux kernel doesn't have C++ code.
Guru... what made you say 'similar to BASIC'? I'm not sure I've seen that yet...
Jeff
@JBroll:
Just read it. Torvalds really hates C++? Yeah, it's broken here and there, but just don't use exceptions if you don't like them. Memory allocation are a bit more serious though.
And many people don't realize that you can write OO code in C - it was just a design pattern once.
@JBroll:
Just read it. Torvalds really hates C++? Yeah, it's broken here and there, but just don't use exceptions if you don't like them. Memory allocation are a bit more serious though.
And many people don't realize that you can write OO code in C - it was just a design pattern once.
It's not as abominable as that C# monstrosity, I'll give that, but... still, why?
Jeff
do you think that is so bad?
c# is not that bad...
you people crack me up, you say c#sucks and maybe you don't even develop on it on a daily basis.
Kaomao, are you really that enthusiastic about giving up any kind of portability, consistency, and reliability for something that adds nothing to C that can't be obtained in some other (less Microsoft-tainted) way? Besides that, you're the first person I've ever heard claim that it's the best choice for anything, let alone websites...
Jeff