User: a7300235

  • Public profile

User profile: a7300235

User info
User name:a7300235
Name:jonas
History
Joined:
Number of posts:18
Latest posts:

in what case should i use function name rather than function pointer
as 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 headfiles
the sequence of including headfiles may affect the success of compilation. and now i am wondering i...

This user does not accept Private Messages