Probably OpenGL is the only thing I can not use in Qt, Maya and 3Ds and another autodesk program pa uses opengl in qt, but no tutorial or example that works.
I have already created a class for the widget based on QOpenGLWidget (Since QGLWidge...
I'm working with Lists in C ++ and while doing the following code to implement a list:
#include <iostream>
using namespace std;
class NO{
int idade;
string nome;
NO *no;
public:
void setDados(int, string);...
I'm trying to use a windows API called Common File Dialog to create a window to open and save files.
However I can not use the sample code that is there: link
First of all: IFileDialog. It seems to be contained in a library called "Shobjidl",...
I'm trying to use the default code that comes in the Hello World project in Eclipse CDT (I'm using minGW), but when I put it to run the project nothing appears on the console, only that the application has been terminated.
Initially, an error...
I installed the Allegro 5 lib with the following script:
cd ~/Documentos
sudo apt install -y git build-essential subversion cmake xorg-dev libgl1-mesa-dev libglu-dev install libpng-dev libz-dev libcurl4-gnutls-dev libfreetype6-dev libjpeg-d...
I want to develop a game for android using the cosco2dx, but I came across the issue of the android resolution to countless screens of different sizes, I searched a lot and even studied how coosco2dx works the images with opengl veiwport
I fo...
I would like to know what to do for the ";" no print appears after of the string and not before .
I'm new to programming and would like to appeal to your help.
Thank you
Input
Linha1
Linha2
Linha3
Linha4
Expected output
Produ...