
- 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, 01:28 PM
2 questions:
1) Why did you change:
myVec(const int&); // Ordinary constructor
myVec(initializer_list<T>); // Initializer list...
8 replies | 55 view(s)
-
Today, 12:51 PM
I would code it as this which also includes an overload so that the contents of myVec can be displayed:
#include <iostream>
#include...
8 replies | 55 view(s)
-
Today, 12:51 PM
@VictoeN
I recalled that method and using F10 and F11 tried to go through the code step by step to find the line containing the error but yet...
8 replies | 55 view(s)
-
Today, 12:16 PM
OK. There is an ordering error in the initializer list constructor. The order of initialisation must be the same as the order the variables are...
8 replies | 55 view(s)
-
Today, 12:13 PM
Run the "programs in Debug mode" is not the same as debug the program!
Have a look at ...
8 replies | 55 view(s)
-
Today, 12:04 PM
I run my programs in Debug mode using VS 2019 with C++ 17 enabled.
I added #include <initializer_list> but still get the run-time error message...
8 replies | 55 view(s)
-
Today, 11:57 AM
What os/compiler are you using? This compiles and runs OK with VS2019. I've only added an include for initialiser list.
#include <iostream>...
8 replies | 55 view(s)
-
Today, 11:41 AM
Why presumably ?
didn't you debug your code to see the exact place of the "crash"? :confused:
8 replies | 55 view(s)
-
Today, 10:59 AM
Hi all,
Here is the first version of my vector. It crashes and presumably the reason is the initializer list constructor, but I've used the...
8 replies | 55 view(s)
-
10 replies | 193 view(s)
-
Yesterday, 01:55 PM
That is what i can achieve, take a look please on the top left corner, there is a custom checkbox, but i need the same inside of the CListCtrl not in...
10 replies | 193 view(s)
-
Yesterday, 01:51 PM
Hi, VictorN!!! First of all i want to thank you very much for your time and help. Finally i found the almost what i need in this link:...
10 replies | 193 view(s)
-
Yesterday, 08:53 AM
What overly complicated code. Create a modeless dialog. Make its parent window the main app window. Store the pointer to it in the AfxApp (so you can...
4 replies | 91 view(s)
-
Yesterday, 08:06 AM
Basically i was relooking into code, and wondering, after the CLOSE, the window is destroyed, but the handle is still having not deleted. Is it wrong...
4 replies | 91 view(s)
-
Yesterday, 08:01 AM
Thanks a lot Victor i tried it is not working.
if (m_pResultAnalysisDialog)
{
WINDOWPLACEMENT windowPlace;
windowPlace.length =...
4 replies | 91 view(s)
-
Yesterday, 07:53 AM
What if you add (the block in blue)?
if (m_pResultAnalysisDialog)
{
WINDOWPLACEMENT windowPlace;
windowPlace.length =...
4 replies | 91 view(s)
-
Yesterday, 05:47 AM
Hi,
As per discussion one month back, I tried to create the MFC dialog from the existing one. But now when trying to test various scenarios, i am...
4 replies | 91 view(s)
-
January 14th, 2021, 12:49 PM
Thank you for any information you can give me.
1 replies | 81 view(s)
-
January 14th, 2021, 12:48 PM
Hello everyone I am new on here.
I have a simple application that uploads text files into oracle as blobs. These files have text in them.
I...
1 replies | 81 view(s)
-
January 14th, 2021, 11:33 AM
You're making it way harder than it needs to be. The solution Victor proposed does what you ask. He hardcoded values for .8, .9, etc. You'll need...
6 replies | 179 view(s)
-
January 14th, 2021, 11:30 AM
In this case, you have a total of 52 balls in the urn. The chance of picking a blue is 50/52, and a red is 2/52. The total probability is 50/52 +...
6 replies | 179 view(s)
-
January 14th, 2021, 08:01 AM
I'm sorry I might have not explained the problem clearly. What I'm trying to do is something like those random balls pick up where you spin them in a...
6 replies | 179 view(s)
-
January 14th, 2021, 04:07 AM
Perhaps, this one will work?...
6 replies | 179 view(s)
-
January 14th, 2021, 03:08 AM
The link in my previous reply suddenly doesn't seem to work so I supply an example. It is based on the recipe: "Generating pseudo-random numbers" in...
6 replies | 179 view(s)
-
January 14th, 2021, 01:37 AM
If you have the possibilities 0.8, 0.1, and 0.1 you think of them as three intervals,
1: 0.0 <= x < 0.8
2: 0.8 <= x < 0.9
3: 0.9 <= x < 1.0
...
6 replies | 179 view(s)
-
January 13th, 2021, 03:32 PM
Hi,
I would have a technical question regarding MSVC2019.
I got a code written by someone else and would like, step by step, to follow i.e. to...
11 replies | 2536 view(s)
-
January 13th, 2021, 12:52 PM
Okay, so I think I get it now. When you have a * it's sort of just a way of pointing at the original data rather than re-declaring it. I thought...
2 replies | 162 view(s)
-
January 13th, 2021, 12:14 PM
Very simple: you should ask your questions directly in the forum posts, not in some attachments that have to be downloaded just to read what you...
11 replies | 2536 view(s)
-
January 13th, 2021, 12:01 PM
Could you pls let me know what you meant by 'Post your question directly'. Thanks.
11 replies | 2536 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|