User profile: a7300235

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

(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...

the confusion on c library
that is the description of c library in the website Reference: The elements of the C language libra...

This user does not accept Private Messages

User: a7300235

  • Public profile