- 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, 03:30 AM
@Dave1024 - for which os is this question related?
3 replies | 1051 view(s)
-
Yesterday, 04:43 AM
could you suggest a way to do the same/similar on Windows platform?
3 replies | 1051 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 | 1051 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 | 5542 view(s)
-
September 29th, 2024, 02:45 AM
2 replies | 198 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 | 198 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 | 198 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 | 360 view(s)
-
September 27th, 2024, 10:44 AM
Thanks allot, I will try that.
For additional information, there are a couple of versions of libgfortran on this system. How does the linker know...
3 replies | 360 view(s)
-
September 26th, 2024, 11:19 PM
From the man page
So perhaps your final make rule is
$(FCOMP) -static-libgfortran $(OPTIMIZE) -o $@ $(INCLUDES) $(OBJSC) -lstdc++ -lpthread
3 replies | 360 view(s)
-
September 26th, 2024, 07:21 PM
Hello,
I have a program that uses a fortran library, libgfortran.so.3. One of the other systems I am running this on does not have this library...
3 replies | 360 view(s)
-
September 26th, 2024, 07:00 AM
Renting textbooks has been a total game-changer for me when it comes to sticking to a college budget. I?ve been using BooksRun to rent my textbooks,...
19 replies | 46876 view(s)
-
September 26th, 2024, 05:56 AM
If you?re someone who loves reading or needs textbooks for school, you?re probably always on the lookout for reliable places to buy books. I?d...
19 replies | 46876 view(s)
-
September 24th, 2024, 11:45 AM
Found it.
$(BDIR)/ListObjects/gcc44/x86_64/list_tools.o
actually doesn't exist. The trunk directory has many directories.
/trunk/...
1 replies | 514 view(s)
-
September 24th, 2024, 11:18 AM
Hello,
I am having an annoying issue building some code.
I am getting the following error,
make: *** No rule to make target...
1 replies | 514 view(s)
-
September 23rd, 2024, 02:25 AM
Hey, can you try these options
Check Memory Allocation
Image Loading
Rendering Issues
Threading: If you?re using multi-threading, check...
4 replies | 743 view(s)
-
September 22nd, 2024, 03:57 AM
dlist.pcode is effectively type char* pointer to beginning of pcode and dlist.pcode+8 is 8 bytes from the beginning of pcode. char_array is the first...
3 replies | 493 view(s)
-
September 22nd, 2024, 03:49 AM
Re printf(). You can have a list of args to display following the "". % will use the args from the left. Try:
printf("vars = %d\n", i, vars);
...
2 replies | 299 view(s)
-
September 21st, 2024, 02:04 PM
While I added a second statement to re-create the random numbers,
// test printf()
#include <stdio.h> // for printf()
#include <cstdlib> // for...
2 replies | 299 view(s)
-
September 21st, 2024, 11:37 AM
Hello,
I am writing some non-simple output from code where I may not have cout so I wrote a test program to try with printf().
// test print...
2 replies | 299 view(s)
-
September 21st, 2024, 11:23 AM
Thanks,
I did look at the reference page but I often don't find std::basic_string<CharT,Traits,Allocator>::assign to be all that helpful. Maybe I...
3 replies | 493 view(s)
-
September 19th, 2024, 12:27 AM
It seems to do exactly what you think it should.
https://en.cppreference.com/w/cpp/string/basic_string/assign
3 replies | 493 view(s)
-
September 18th, 2024, 09:53 PM
Hello,
I am looking at some code that uses assign,
typedef struct DLIST {
char pcode;
} DLIST;
// instance of DLIST
DLIST dlist;
3 replies | 493 view(s)
-
September 18th, 2024, 09:32 PM
Sorry for the delay. Thanks for the great post. I wish that every answer I got was as clear and well explained.
What you suggest in answer 4 is...
2 replies | 758 view(s)
|
Click Here to Expand Forum to Full Width
|