
- 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, 09:26 AM
I need to improve an existing code by using a thread pool. Let say I have the following code, which get data from a SQL DB:
bool...
0 replies | 4 view(s)
-
Today, 04:27 AM
thanks for the explaination sir. i think i understand
6 replies | 154 view(s)
-
Yesterday, 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 | 154 view(s)
-
Yesterday, 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 | 154 view(s)
-
Yesterday, 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 | 154 view(s)
-
Yesterday, 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 | 154 view(s)
-
Yesterday, 01:13 AM
Did you try to measure the execution times of both emplace_back and push_back methods and compare these?
6 replies | 154 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 | 154 view(s)
-
April 13th, 2021, 07:31 PM
I see, I am one of those people who would vote for outsourcing IT. But, aside from the pros of having one, like focus on the primary business, access...
2 replies | 1492 view(s)
-
April 13th, 2021, 05:48 AM
Hello,
I have form that generate new form with multiple textboxs and labels how save new form and can retrieve it again in another time ?
I want,...
0 replies | 146 view(s)
-
April 12th, 2021, 04:30 PM
Design your full-time freelance career as a top freelance developer with Toptal.
Freelance work is defining developer careers in exciting new...
0 replies | 117 view(s)
-
April 12th, 2021, 12:01 PM
Why do you set the tempdb as the Initial Catalog (Database)?
1 replies | 192 view(s)
-
April 12th, 2021, 06:21 AM
Hi,
According to my experience, you should choose https://innowise-group.com/technologies/.net/ for having robust and engaging websites. You’ll get...
1 replies | 472 view(s)
-
April 12th, 2021, 05:38 AM
Dear folks.
I am writing a program for connecting sql server database, and populating data from table using a stored procedure. it is working fine...
1 replies | 192 view(s)
-
April 9th, 2021, 02:14 AM
i have a project plan and a potential client but I have no much fund to develop the software from my own funding. So I am looking for an expert...
0 replies | 291 view(s)
-
April 9th, 2021, 01:05 AM
What info about INFORMATION_SCHEMA.ROUTINES would you like to get from this raw ODBC code?
14 replies | 724 view(s)
-
April 8th, 2021, 11:18 PM
Hi
int i = 0;
SQLSMALLINT numColumns;
ret = SQLColumns( stmt_col, catalog_name, SQL_NTS, L"INFORMATION_SCHEMA", SQL_NTS, L"ROUTINES",...
14 replies | 724 view(s)
-
April 8th, 2021, 08:18 PM
Have you ever seen the signs advertising office space, "If you worked from here, you would be home by now"?
That's what coding up raw ODBC is like...
14 replies | 724 view(s)
-
April 8th, 2021, 04:39 PM
Could you post a code snippet reproducing your problem, so we would run and test it?
14 replies | 724 view(s)
-
April 8th, 2021, 04:34 PM
Hi,
It is a 29th column - something about catalog. I will post a name tonight when I get home.
Thank you.
14 replies | 724 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|