User profile: SamCoding

User info
User name:SamCoding
History
Joined:
Number of posts:9
Latest posts:

code::blocks new thread mingw
hmm. but it seems that it doesnt compile anymore... Now i get "Process terminated with status 127" ...

code::blocks new thread mingw
thanks, ive updated the GCC to gcc-7 on this way https://www.youtube.com/watch?v=fIZVuPJDDic

code::blocks new thread mingw
if i add #include <thread> i get this #error above... [output]#error This file requires compiler...

code::blocks new thread mingw
[output]g++ -std=c++11 -Wall -Wextra -pedantic-errors -pthread main.cpp -o myprog ./myprog [/output...

code::blocks new thread mingw
[output]g++ ./main.cpp It should produce an executable file, named a.exe[/output] this created a.ou...