User profile: jNc

User info
User name:jNc
History
Joined:
Number of posts:55
Latest posts:

using infinite loop with epoch chrono method to get timestamp, cpu heats up to 90 degrees
Code below: auto miliseconds = duration_cast(system_clock::now().time_since_epoch()).count(); boo...

how to return 2d array?
Know how to return 1d array, can not find solution for 2d array Cant use vector

Split cpp file, linked to one .h
have header.h and 0.cpp and 1.cpp, both include header.h, I create object in body of 0.cpp, but it i...

how to get building time and compile time w cpp or w some api
Windows 10/QT Creator

how to get building time and compile time w cpp or w some api
need to get building time and compile time w cpp