Depends on what you understand by "platform independent". In the end you can use every output on every platform as long as it uses the same architecture and you know how to handle the output format.
Hey Why do I need headers files in c++ code when creating non library program? does it possible to import namespace without headers?
I dunno if somehow CLion is stupid or if I'm doing something wrong here, any idea? Code: https://batbin.me/civile
hello i'am in a confusion about why the memcpy casts to unsigned char* and not char * : i have learned that one using char* we are telling the compiler the reserve one bit ...
In the following code I want to have a loop in a macro that uses a counter variable of the same type as a struct member. A value of the struct is passed into the macro. #incl...
also , i have a question , if i try to store int in a char variable will this just overflow or i can overwrite data ?
Writing C code is tremendously difficult; a company has to pay a lot of money to get it done. But to write good C code, you also need to know how to use software tools that en...
What is the solution for always forget about 4.000 lines of code or about 15 files ?
What's the best way to setup c++ dev in VSCode? Currently I use clang-tidy, clang-format, and CMake. But the most important part that I missing is general intellisense so I c...
Why is mmap instant if I map a 100GiB file and why didn't my machine freeze?
Is there a way for me to tell a C compiler about alignment to make -Wcast-align shut up?
Обсуждают сегодня