Many people say that on Linux it is better to program, why so? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 6

Many people say that on Linux it is better to program, why so?

ŠŸŠ¾Ń‡ŠµŠ¼Ńƒ Š²ŃŠµ Š³Š¾Š²Š¾Ń€ŃŃ‚ чтŠ¾ Š›ŠøŠ½ŃƒŠŗс Š² этŠ¾Š¼ ŠæŠ»Š°Š½Šµ тŠ¾Šæ?šŸ¤” ŠœŠ½Šµ ŠæрŠ¾ŃŃ‚Š¾ ŠøŠ½Ń‚ŠµŃ€ŠµŃŠ½Š¾

8th Jan 2020, 5:21 PM
U E B U N T U
3 Respostas
+ 5
For C and C++ programmers, yes. I will not say better, but I find it easy than Windows. C compiler in Linux comes pre-installed, and for 3rd party library only in very rare occasions you have to compile from source. Most of the time you will find what you are searching for in the repository. For eg Irrlicht game engine comes as a header file for C++, you can install it with package manager and use it like any C++ standard library in your program without manually setting up linker or header path, it does automatically for you. Second Win API is crap for me, that's the main reason. Linux system calls looks neat like normal function call, whereas Windows system call has tons of parameters that confuse programmers, for ex fork() in linux creates new process the same equivalent function in Windows looks similar to this createProcess(HINSTANCE...and 9 more parameters that looks very cryptic);
9th Jan 2020, 6:29 AM
Utkarsha Khanal
Utkarsha Khanal - avatar
+ 7
Saboor Hakimi šŸ‡¦šŸ‡« the question is in English!:|
8th Jan 2020, 5:39 PM
U E B U N T U
+ 1
English please!
8th Jan 2020, 5:36 PM
Abdol Hashimi
Abdol Hashimi - avatar