
- 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: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)...
12 replies | 213 view(s)
-
Today, 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 =...
12 replies | 213 view(s)
-
Yesterday, 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 | 47 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 view(s)
-
Yesterday, 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...
12 replies | 213 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...
4 replies | 205 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...
4 replies | 205 view(s)
-
March 3rd, 2021, 11:02 AM
Or, the debug and output windows appear as tabs in the same pane.
2 replies | 164 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 | 78 view(s)
-
March 3rd, 2021, 06:54 AM
operator() needs to be declared const
bool operator()(const int* p1, const int* p2) const
2 replies | 78 view(s)
-
March 3rd, 2021, 06:49 AM
Dynamic programming is an optimization method used when you are looking for what is best in some sense. It could be the shortest or the cheapest or...
3 replies | 269 view(s)
-
March 3rd, 2021, 06:37 AM
This code builds fine with gcc and it used to build fine with VC2008 but it causes a compiler error with VS2019. The original code used more...
2 replies | 78 view(s)
-
March 3rd, 2021, 06:13 AM
I understand. Ok I mean my algorithm very ineffective. How it can be improved according dynamic programming for example?
...or may be even according...
3 replies | 269 view(s)
-
March 3rd, 2021, 04:53 AM
The easiest way to be stupid as a programmer is trying too hard to be smart. Spending lots of time reducing a straightforward algorithm into...
2 replies | 220 view(s)
-
March 3rd, 2021, 04:35 AM
I just figured it out... first, detach the Output window (so that it's floating on some different part of the screen). Then select...
2 replies | 164 view(s)
-
March 3rd, 2021, 04:32 AM
The Wikipedia entry to Knight's tour,
https://en.wikipedia.org/wiki/Knight%27s_tour
reveals that there are 26,534,728,821,064 (directed closed)...
3 replies | 269 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|