
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
April 17th, 2021, 02:23 PM
Have you tried some of the BlueScreenView type apps that will display the BSOD dump file in an easy to read report so you can see what caused it.
2 replies | 152 view(s)
-
April 17th, 2021, 12:17 PM
Does anyone know what is the best source to prepare for passing microsoft certifications such as mcsa certification, microsoft 70 741 etc.
...
0 replies | 92 view(s)
-
April 17th, 2021, 10:46 AM
Why not take charge and provide your own logging/error handling? If you take care of the error handling inside your app, the app will never crash...
2 replies | 152 view(s)
-
April 17th, 2021, 02:48 AM
Can't we start a campaign somehow for Windows to show human readable crash logs? Linux and Mac have been doing this for decades and it's high time...
2 replies | 152 view(s)
-
April 16th, 2021, 09:26 AM
If I need to improve an existing code by using a thread pool, how can I get data from a SQL DB:
bool CMyClass::GetSQLSelect(std::string sql,...
0 replies | 193 view(s)
-
April 16th, 2021, 04:27 AM
thanks for the explaination sir. i think i understand
6 replies | 309 view(s)
-
April 15th, 2021, 05:00 AM
Consider this test class and the generated output from various uses of puish_back() and emplace_back():
include <vector>
#include <iostream>
...
6 replies | 309 view(s)
-
April 15th, 2021, 03:37 AM
emplace back enables the arguments of a class/struct constructor to be specified without the requirement to create another instance of the class.
...
6 replies | 309 view(s)
-
April 15th, 2021, 02:55 AM
I don't know which one is faster cause I never used emplace_back and never had any lengthy calculations with vectors.
Note also that you should...
6 replies | 309 view(s)
-
April 15th, 2021, 01:55 AM
after you asked to measure execution time, i did test with std::chrono::steady_clock::now() on it and emplace_back is slightly faster. Sorry didnt...
6 replies | 309 view(s)
-
April 15th, 2021, 01:13 AM
Did you try to measure the execution times of both emplace_back and push_back methods and compare these?
6 replies | 309 view(s)
-
April 14th, 2021, 11:46 PM
Well i just figured out there's a emplace_back method than does same thing as push_back after 4 years messing around with c++. Which one is faster or...
6 replies | 309 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|