Click here to Skip to main content
15,904,655 members

Videos


Page 2 of 54
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
21. How do I use std::format in combination with template parameter expansion
Here is the solution I found. The only thing I don't like in it is the use of coffee_format[] being a global variable. #include #include #include #include template...
Michael Haephrati Updated: 20 May 2023
Rating: 5.00/5 ( (3 votes))
22. How do I use std::format in combination with template parameter expansion
I am trying to use std::format in combination with template parameter expansion. The errors I am getting are: 1>src.cpp(22,21): error C7595: 'std::basic_format_string::basic_format_string': call to immediate...
Michael Haephrati Updated: 20 May 2023
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
23. Filtergetmessage from minifilter driver
Do you still need help with that? Are the buffer size of driver and vb.net client the same? The P/Invoke signatures for the FilterConnectCommunicationPort and FilterGetMessage functions from the fltlib.dll seems to be correct. Some issues: such...
Michael Haephrati Updated: 11 Jan 2023
Rating: 5.00/5 ( (1 vote))
24. How do I solve this problem ?
I created these functions for you (f1, and f2) and here it goes: #include #include using namespace std; // This is the original program int f1() { int N, i, j; printf("Enter N: "); scanf_s("%d", &N); for (i =...
Michael Haephrati Updated: 10 Jan 2023
Rating: ( (No votes))
25. Work with different dlls and linked source code
I agree with Gerry that a Preprocessor Directive, such as #if ... would be the first choise. Other options can be: - Maybe create common header that will include all the necessary headers for both projects. This way, you only have to include a...
Michael Haephrati Updated: 8 Jan 2023
Rating: 5.00/5 ( (1 vote))
26. How do I solve this C language question?
The question wasn't clear and I edited it. There were typos. I suggest the following: #include int fun(int n) { if (n
Michael Haephrati Updated: 5 Jan 2023
Rating: 4.11/5 ( (3 votes))
27. How to add change style sheet of qtbuttons and qtlabel in a loop using qsignalmapper and findchild in C++98
There are a few issues with the code you provided in Code 2: In the first loop, you are trying to access the widget member of the signalMapper object, but this object does not have a widget member. You need to use MyForm::getMyForm() to get a...
Michael Haephrati Updated: 5 Jan 2023
Rating: 5.00/5 ( (1 vote))
28. Menu and open dialog
You need more than just the resource ID. There is more to do. Define a member function CMenu m_mnYourMenu; As part of initilizing your dialog, you need to load this menu. // load menu m_mnYourMenu.LoadMenuW(IDR_MENU_YOURMENU); Then you add...
Michael Haephrati Updated: 30 Dec 2022
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 2 of 54
1 2 3 4 5 6 7 8 9 10