ex: you like using Python so use Python for everything you can, but you can't make an OS in Python. so use something else instead.
if(OP="friend"){ return("Ur a cigarettegut LOLZ")}else{ return("Nothing to do here.")}
Code: [Select]if(OP="friend"){ return("Ur a cigarettegut LOLZ")}else{ return("Nothing to do here.")}
Does anyone know great C++ books that are worth buying or good internet tutorials? I'm interested in earning a certification and I kinda don't know the best place to start
Why is C the god of languages? How are C# and C++ different? Why are they so amazing? Why would anyone use anything else but C?
i use c++, why not?it's c with some more stuff and it's the one getting support now, because isn't c technically outdated?i mean i truly don't know much, so please correct me, and if you seriously recommend c over c++ tell me how you're getting so much out of it, i just can't see the reasons not to use c++.
Lots of people hate asm. It's really fun to read and program in when you have the right mindset. You should play around with FASM before you get in the class.http://flatassembler.net/Edit: There are also tons of good books. PM me if you want some good learning material :)
because you'd still use C for writing kernels and such. you wouldn't write a kernel in C++.
Why not? You could write a kernel in C++ just fine. The runtime isn't very preferable but it's not like it's a horrible thing to use. There have been many kernels developed in C++. But yeah, personally C is a better choice for that. It's also a good user-land language as well, it's not like it's solely for kernels etc.