
- 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, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Today, 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...
10 replies | 123 view(s)
-
Yesterday, 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 | 178 view(s)
-
Yesterday, 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 | 178 view(s)
-
Yesterday, 11:02 AM
Or, the debug and output windows appear as tabs in the same pane.
2 replies | 155 view(s)
-
Yesterday, 10:18 AM
Woohoo!! Thanks 2kaud - I'd been scratching my head for over a day and didn't notice that !!
2 replies | 71 view(s)
-
Yesterday, 06:54 AM
operator() needs to be declared const
bool operator()(const int* p1, const int* p2) const
2 replies | 71 view(s)
-
Yesterday, 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 | 238 view(s)
-
Yesterday, 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 | 71 view(s)
-
Yesterday, 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 | 238 view(s)
-
Yesterday, 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 | 208 view(s)
-
Yesterday, 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 | 155 view(s)
-
Yesterday, 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 | 238 view(s)
-
Yesterday, 02:25 AM
It's even so that some IDE:s allow you to use more than one C++ compiler. For example, VS 2019 supports the use of both the Microsoft and the Clang...
4 replies | 178 view(s)
-
Yesterday, 01:22 AM
An IDE is not the C++ language.
An IDE is not a particular C++ compiler.
An Integrated Development Environment (IDE) is just the whole package of...
4 replies | 178 view(s)
-
March 2nd, 2021, 03:11 PM
Hello Everyone,
nowadays I am learning Cpp. and I am confused between C++ ideas like Code Blocks, Dev C++, Visual Studio Code.I Have Searched this...
4 replies | 178 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|