C Programming Tutorial 60, Math Functions pt.1

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

It doesn't really matter, but if there is a possibility that the value could come out negative, then make sure it's signed.

iTzAdamX
Автор

Pure C is used in very low-level operating system coding, embedded coding, and some (but not all) open source coding. C is also popular with hobbyists, due to it's extreme simplicity. C++ is MUCH more common as an end-user application writing language.

CosminCeausu
Автор

C programming is indeed very usefull, i use it for my microcontroller programming. It is fun to see how your programming can come alive using simple tools :)

TheAngryJazz
Автор

Adam but if all math functions return double what if i want it to fit in my ans variable should i do it unsigned or signed?

thewhisperinyourears
Автор

Hi, can I know what software you're using? Because I still use DOS box, I wanna try something new. Thanks!!

LAcrescini
Автор

Even tho i am a C++ programmer i love these tuts :)

MrHartley
Автор

Check out Tiobe.com. C nearly doubles in popularity compared to C++, and it's been like that for some time now. C is indeed known as a "portable assembly language" because it is quite low-level, yet portable across many platforms. I doubt that there is a major computer architecture around today that does not have a C compiler for it. (The same goes for C++ on those platforms as well, most likely.) C isn't going anywhere, it seems--especially since miconcontrollers still outsell all computers.

tcbetka
Автор

@ninjapranks If this didn't exist, computers as of today wouldn't exist or be like they are, so there' s a big point in this.

XBLToothPik