- 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, 09:02 AM
If your website is not appearing in Google search results despite doing SEO for 4 months, there could be several reasons. First, ensure that your...
7 replies | 13638 view(s)
-
October 10th, 2024, 11:49 AM
@VictorN - there's something unsettling somehow about a forum for coders where they can't find a programmer to fix their own site's bugs :cry:
8 replies | 1604 view(s)
-
October 10th, 2024, 10:02 AM
For a 7-year old Java project...
9 replies | 4815 view(s)
-
October 10th, 2024, 10:00 AM
The list of MS supported macros is at:
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
However as _MSVC_LANG...
8 replies | 1604 view(s)
-
October 10th, 2024, 09:40 AM
Yes, that got fixed for a very short period. But then ... :cry:
However, private notifications do work as they do for many decades. :)
8 replies | 1604 view(s)
-
October 10th, 2024, 09:10 AM
Woohoo! _MSVC_LANG seems to work for both MSVC and Clang. Many thanks, 2kaud
BTW - CodeGuru seems to have gone back to not sending email...
8 replies | 1604 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 | 249 view(s)
-
October 10th, 2024, 09:08 AM
To start your facial recognition project, install these key Python packages:
OpenCV: pip install opencv-python
Dlib: pip install dlib
Face...
9 replies | 4815 view(s)
-
October 10th, 2024, 08:48 AM
Thanks... it looks like _MSVC_LANG might be what I need, though its name suggests it mightn't work if I'm using the Clang compiler option :cry: I'll...
8 replies | 1604 view(s)
-
October 10th, 2024, 07:54 AM
There is the __cplusplus macro. See:
https://learn.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=msvc-170
Also have a look at...
8 replies | 1604 view(s)
-
October 10th, 2024, 06:35 AM
Sorry if I've misunderstood that page but it's not the compiler version I need - e.g. VS2013 as opposed to VS2019. What I'm looking for is which...
8 replies | 1604 view(s)
-
October 10th, 2024, 03:55 AM
At compile time you can ascertain the version of the compiler being used with _MSC_VER or _MSC_FULL_VER See:...
8 replies | 1604 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 | 1604 view(s)
-
October 8th, 2024, 01:32 AM
Hi there!
I understand the challenge you're facing with handling long-running tasks in Fortran. One effective approach to allow for user...
6 replies | 21692 view(s)
-
October 6th, 2024, 07:40 AM
I was stuck here, was looking for the solution. After reading this thread I got it. Thanks mate. vnnapk
4 replies | 9000 view(s)
-
October 3rd, 2024, 03:30 AM
@Dave1024 - for which os is this question related?
3 replies | 1444 view(s)
-
October 2nd, 2024, 04:43 AM
could you suggest a way to do the same/similar on Windows platform?
3 replies | 1444 view(s)
-
October 1st, 2024, 11:34 PM
To ignore RST flags in the Linux kernel and prevent closed ideal sockets from being reset, you can adjust the TCP settings using the sysctl command....
3 replies | 1444 view(s)
-
October 1st, 2024, 11:33 PM
To display negative floats correctly in an MFC ComboBox (TComboBox) in Visual Studio 2022, you should ensure that the string representation of the...
15 replies | 5961 view(s)
-
September 29th, 2024, 02:45 AM
2 replies | 713 view(s)
-
September 29th, 2024, 12:53 AM
You mean this?
https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/winusb-installation
2 replies | 713 view(s)
-
September 28th, 2024, 10:04 PM
Hi,
I need to install WinUSB driver for windows10+11 for an USB devices with different VidPids. How is this done?. I am so new to this and need it...
2 replies | 713 view(s)
-
September 27th, 2024, 02:52 PM
The linker doesn't know about symlinks.
Given -lusb-1.0, the linker resolves it to libusb-1.0.so and then asks the file system "give me file...
3 replies | 864 view(s)
|
Click Here to Expand Forum to Full Width
|