in what case should i use function name rather than function pointeras i know, when assign a function to a variable, it generally decay into a pointer. [code] void fun...
(c++ stl thread) what happen when constructing threads without join() or detach()?code below: [code] #include<iostream> #include<thread> using namespace std; int main() {...
how can "auto&" deduce "int []"[code] #include<iostream> using namespace std; int main() { int b[] = { 1,2,3 }; auto& a ...
is't neccessary to include "struct" keyword at this program?[code] //test.C #include<csignal> int main(){ sigaction a;//mark1 return 0; } [/code] it goe...
the sequence of including headfilesthe sequence of including headfiles may affect the success of compilation. and now i am wondering i...
This user does not accept Private Messages