- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
October 19th, 2024, 05:11 AM
Admittedly I haven't given details for PBD::Signal but basically it's a cross-platform class for generating and handling signals.
Anyway... the...
18 replies | 2670 view(s)
-
October 10th, 2024, 01:52 AM
I'm not talking about compilers, like MSVC or Clang etc - but within Visual Studio I can select C++14 or 17 or 20 etc. But C++14 offered features...
8 replies | 3300 view(s)
-
October 24th, 2024, 06:08 AM
Hello,
I have an issue with the converting the user input from the xml to two decimal places.
The user can input any number from the xml. But i...
6 replies | 849 view(s)
-
October 24th, 2024, 11:59 PM
Hello,
I am trying to time a section of code where records are processed. I have tried the following, which seems too simple to not work,
...
4 replies | 846 view(s)
-
October 24th, 2024, 10:44 PM
I have read many cool tutorials about MFC and C++ on codeguru, these articles and the included demo projects are very helpful for developers, but now...
5 replies | 748 view(s)
-
October 10th, 2024, 09:10 AM
I'm looking for recommendations for a top-notch sales enablement agency. Has anyone worked with a great team that helped boost their sales processes?...
0 replies | 417 view(s)
-
October 31st, 2024, 12:34 PM
I am creating a basic page in w3spaces and while I've finished editing the html and css part, I'd like to add a few scripts in it. I tried to add...
0 replies | 108 view(s)
-
Yesterday, 08:22 AM
You made my day even 20 years later :)
The project cannot be opened in a newer Visual Studio (2022).
But the main thing how to create the...
5 replies | 1031 view(s)
-
October 31st, 2024, 08:01 AM
You might also want to check the crashdump folder! (<user>\AppData\local\crashdumps)
VS2022 17.11.5 using Toolset 2022 (V143)
C++20 - OK
C++17 -...
18 replies | 2670 view(s)
-
October 31st, 2024, 06:49 AM
This might be my lucky day... I just did a disk cleanup and I'd nearly 12GB just in VS debugging reports! So after the cleanup I've now around 23GB...
18 replies | 2670 view(s)
-
October 31st, 2024, 04:54 AM
I've now installed VS2022 onto a Windows 10 machine so that I can use the latest version (I normally use Windows 7 and 17.6.5 is the last version...
18 replies | 2670 view(s)
-
October 31st, 2024, 02:58 AM
In case anybody else gets a chance, I've just had a reply back from Microsoft to say that 17.1 gives the errors I reported (C2182) and 17.2 gives the...
18 replies | 2670 view(s)
-
October 30th, 2024, 11:02 AM
Hi Victor - yes I've tried /std:c++20 here but it made no difference. I've asked the Microsoft guy if he can let me have his .vcxproj file to...
18 replies | 2670 view(s)
-
October 30th, 2024, 10:38 AM
Hi John,
but did you try to compile with /std:c++20?
18 replies | 2670 view(s)
-
October 30th, 2024, 04:55 AM
Sorry, but I can't try a version higher than 17.6.5
No. There is no difference in the C++ language between the various VS2022/VS2017/VS2019...
18 replies | 2670 view(s)
-
October 30th, 2024, 03:42 AM
2kaud / JuliaDyer - I just got a reply from Microsoft to say that my code sample compiles correctly with VS2022 and /std:c++20. They apparently tried...
18 replies | 2670 view(s)
-
October 27th, 2024, 02:33 PM
Try the functions in <chrono>
#include <chrono>
using namespace std::chrono
//
auto start = high_resolution_clock::now();
4 replies | 846 view(s)
-
October 27th, 2024, 12:28 PM
OOPS!! Sorry, I missed that entirely...
nevermind...
4 replies | 846 view(s)
-
October 27th, 2024, 08:07 AM
GCC 13 doesn?t fully support import for standard headers like <iostream> yet. For now, stick with #include <iostream>. Use -std=c++23 for C++23...
5 replies | 4502 view(s)
-
October 27th, 2024, 04:38 AM
@DerellLicht - The OP specially mentions that the solution is for Linux.
4 replies | 846 view(s)
-
October 27th, 2024, 02:50 AM
Thank you for the information, I don't know the website was sold several times. That's why the changes are so much.
5 replies | 748 view(s)
-
October 26th, 2024, 07:42 AM
Thanks Juliadyer - if you get a chance, can you try building my code sample from post #6 and let us know what error(s) you see?
18 replies | 2670 view(s)
-
October 26th, 2024, 06:58 AM
Yes, this code should be buildable with VC++17, but the error you?re encountering with MSVC ("illegal use of type void") suggests that...
18 replies | 2670 view(s)
-
October 26th, 2024, 02:32 AM
Did you notice that the article you linked too is TWENTY TWO YEARS OLD?
This site has been bought and sold 6 or 7 times in the past 22 years. The...
5 replies | 748 view(s)
-
October 26th, 2024, 12:29 AM
Many guru's articles are invisible now!
This website is not the same as it was .
5 replies | 748 view(s)
|
Click Here to Expand Forum to Full Width
|