
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 05:38 AM
Thanks 2kaud, I do appreciate all your efforts with this! Unfortunately CodeGuru won't let me give you an extra rating but you definitely deserve...
14 replies | 295 view(s)
-
Yesterday, 05:21 AM
The code compiles OK with both gcc and clang as C++17 or as C++20 with a change for unique. See https://wandbox.org/permlink/tfhEOLLXuzGTdh7J
The...
14 replies | 295 view(s)
-
Yesterday, 01:37 AM
This blog proves to be very helpful in How to Disable Avast Antivirus.
0 replies | 42 view(s)
-
Yesterday, 01:32 AM
Malwarebytes pop up notifications can disturb users while performing important tasks. The blog will help users to disable these pop-ups.
0 replies | 30 view(s)
-
March 5th, 2021, 10:31 PM
Hi,
I've a combobox(CadastreCombo) and a stackPanel containing a label and another combobox (DesSecCombo).
Try 1 : I try to make the stackPanel...
0 replies | 54 view(s)
-
March 5th, 2021, 03:20 PM
In my view, it can be a good thing to first go through the process of learning how to use the different individual tools involved in program...
5 replies | 307 view(s)
-
March 5th, 2021, 10:44 AM
Many thanks 2kaud - I just found a few minutes to try this....
I've tried ISO C++14 Standard (/std:c++14) and also ISO C++17 Standard (/std:c++17)...
14 replies | 295 view(s)
-
March 5th, 2021, 05:06 AM
I'd change it to C++17 - and re-compile everything.
This C++17 example code demonstrates the problem:
#include <list>
using LT =...
14 replies | 295 view(s)
-
March 4th, 2021, 11:33 PM
Hello, Newbie exploring Hibernate. I was wondering if there are any detailed walkaround for the above problem. I found it on the InterviewBit that...
0 replies | 79 view(s)
-
March 4th, 2021, 12:58 PM
Okay, got it. It's currently set to Default (ISO C++14 Standard)
Maybe - but the functions with overloads are always the ones which give the...
14 replies | 295 view(s)
-
March 4th, 2021, 12:01 PM
In VS2019, for the project/properties/general/C++ Language standard
What's the value? Preview means using C++20 which has return values for these...
14 replies | 295 view(s)
-
March 4th, 2021, 11:05 AM
Sorry - I'm not quite sure what that means - but I think this might be significant...
It looks like all the functions which fail are ones that...
14 replies | 295 view(s)
-
March 4th, 2021, 10:51 AM
That's probably the issue. All the lines which now don't compile are those that reference functions that no longer return void, but have a return...
14 replies | 295 view(s)
-
March 4th, 2021, 10:50 AM
I don't know if this'll hep or just complicate things but this seems to be the current implementation for std::list::unique() (VS2019)
void...
14 replies | 295 view(s)
-
March 4th, 2021, 10:08 AM
It looks like we're using ver 5.3.6 (about 2 x versions ago). I'll be busy tomorrow but if I can find some time at the weekend I'll try to product...
14 replies | 295 view(s)
-
March 4th, 2021, 08:52 AM
What version of lua are you using? The latest version is 5.4.2
There's also info on the internet as to how to use lua with C++ and classes as lua...
14 replies | 295 view(s)
-
March 4th, 2021, 08:38 AM
My response in my post #2 is based upon what I remember reading some time ago (MSDN blog post?) about some changes to the way Microsoft implement...
14 replies | 295 view(s)
-
March 4th, 2021, 08:28 AM
Thanks 2kaud - but isn't that true for all template functions? I've never quite got my head around templates but my understanding is that they're not...
14 replies | 295 view(s)
-
March 4th, 2021, 07:38 AM
I think that this is due to changes in the stl implementation that means that some stl class members are no longer 'true functions' ie functions to...
14 replies | 295 view(s)
-
March 4th, 2021, 04:53 AM
I'm building some code which uses a library called lua. One of its header files contains a template class which (I think) is some kind of customised...
14 replies | 295 view(s)
-
March 3rd, 2021, 12:53 PM
Another important consideration is debugging. Visual Studio features an integrated debugger (and a truly excellent one) whereas Code::Blocks needs to...
5 replies | 307 view(s)
-
March 3rd, 2021, 11:13 AM
While this is technically true, learning this way leaves the programmer with a deficit (imo) - that is, with notepad a programmer can't learn the all...
5 replies | 307 view(s)
-
March 3rd, 2021, 11:02 AM
Or, the debug and output windows appear as tabs in the same pane.
2 replies | 213 view(s)
-
March 3rd, 2021, 10:18 AM
Woohoo!! Thanks 2kaud - I'd been scratching my head for over a day and didn't notice that !!
2 replies | 85 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|