
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 04:02 AM
индекс
индексация
индекс
индексация
индекс
индексация
индексация
индекс...
0 replies | 4 view(s)
-
Yesterday, 09:11 PM
To learn c# from basic to advanced topics, refer to C# Tutorial
50 replies | 201357 view(s)
-
Yesterday, 09:09 PM
Best resource to learn vb.net (visual basic)
VB.NET (Visaul Basic) Tutorial
24 replies | 94667 view(s)
-
Yesterday, 03:06 AM
What is the history behind the system and the issue?
Did you get any new equipment or new service provider?
I would unplug the power cord to...
1 replies | 64 view(s)
-
April 21st, 2021, 10:30 AM
No. It's still marked as 'under investigation'. I guess they accept this as a bug, but that it's low on their priority list. When they'll get around...
18 replies | 2810 view(s)
-
April 21st, 2021, 08:25 AM
Hello everyone, a problem has been happening on my computer that the DNS server not responding properly. I restarted the network connection, but the...
1 replies | 64 view(s)
-
April 21st, 2021, 04:06 AM
Did the VS team ever produce an explanation for this - or a fix?
18 replies | 2810 view(s)
-
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 | 197 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 | 181 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 | 197 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 | 197 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 | 312 view(s)
-
April 16th, 2021, 04:27 AM
thanks for the explaination sir. i think i understand
6 replies | 465 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 | 465 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 | 465 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 | 465 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 | 465 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 | 465 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|