Yes
how can I know the error
if( !f1){ fprintf(stderr, "error: %s\non open file\n", strerror(errno)); exit(1); }
Thanks
gdb (...)
Hi everyone I'm considering writing linker for Windows x86-64 How hard it should be? I want to write it to link rust/cpp programs faster in with parallel ways
like, question: int b = 99999; is this valid and predictable C?
This video is really great. https://www.youtube.com/watch?v=QpAhX-gsHMs
does anyone have a chart showing the syntax for reference to a pointer or pointer to a pointer with all the different combinations of const specifier?
You don't realize each platform will define it in their own way?
Hey Why do I need headers files in c++ code when creating non library program? does it possible to import namespace without headers?
my token sign { <[+-]> } my token decimal { \d+ } my token exponent { 'e' <sign>? <decimal> } my regex float { <sign>? <decimal>? '.' <decimal> <exponent>?...
Does anyone know how to compile OpenCV with QT Creator?
do you have any errors from coderunner?
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...
Обсуждают сегодня