
- 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, 10:41 AM
That`s the question I want to hear the answer to myself. Maybe this post will help you as it helped me :thumb:
4 replies | 919 view(s)
-
Today, 10:38 AM
Hi! A newbie here too :wave:
3 replies | 4181 view(s)
-
Today, 05:00 AM
Consider this test class and the generated output from various uses of puish_back() and emplace_back():
include <vector>
#include <iostream>
...
5 replies | 91 view(s)
-
Today, 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.
...
5 replies | 91 view(s)
-
Today, 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...
5 replies | 91 view(s)
-
Today, 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...
5 replies | 91 view(s)
-
Today, 01:13 AM
Did you try to measure the execution times of both emplace_back and push_back methods and compare these?
5 replies | 91 view(s)
-
Yesterday, 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...
5 replies | 91 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 | 1471 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 | 105 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 | 91 view(s)
-
April 12th, 2021, 12:01 PM
Why do you set the tempdb as the Initial Catalog (Database)?
1 replies | 161 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 | 451 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 | 161 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 | 257 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 | 664 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 | 664 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 | 664 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 | 664 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 | 664 view(s)
-
April 8th, 2021, 04:32 PM
Hi,
I can't call this in a loop, because I'm binding to a different variable names.
And I did say that error checking is omitted.
Thank...
14 replies | 664 view(s)
-
April 8th, 2021, 03:46 PM
Yes, but I expect it to be called in a loop with once per column. Not like the following code where the 2nd call eats the return call of the first:...
14 replies | 664 view(s)
-
April 8th, 2021, 03:14 PM
And what is the column name at which the error happens?
14 replies | 664 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|