Posts by Nathan Miguel • 65 points
4 posts
-
0
votes1
answer63
viewsQ: How can I find the gpu and cpu name in Qt c++
Any of these solutions suit me, I first tested a system management code to try to find the name of the gpu and cpu, but give this error to me in visual studio, the compiler seems not to accept clr,…
-
0
votes1
answer466
viewsQ: Pyqt5 how can I make a button select a stacked Qt widget
I’m making a form in python, but I need to know what I do to make a button select the index of the stackedwidget as well as in c++ using Qt. from PyQt5 import QtCore, QtGui, QtWidgets import sys…
-
5
votes2
answers104
viewsQ: Communication of c# and c++
How can I make the C# code call a variable that is in a C++ file for example. Knowing that I am using Visual Studio. Code C++: #include "stdafx.h" #include <iostream> int main() { int test =…
-
0
votes0
answers50
viewsQ: Error: cannot be called in the c++ argument list
I have been trying to use bunifu Transition in windows form c++, but without secession because of the error. In c# it would be "bunifutransition.showsync(dashboard);" but in c++ neither a c# to c++…