Questions tagged as 'c++'

0
answers

Problem Composition Strong and Weak

Good afternoon, Can anyone help me with this exercise? I'm having trouble creating the classes Trigonometric Operator and OperatorAritmetico, as shown in the attached image So we will create a new class called OperatorAritmetico that wi...
asked by 01.05.2018 / 20:42
0
answers

Use of & in parameters [duplicate]

I came across an openSource use of "& (memory address)" in parameters and wanted to know how to use it in a function. virtual void onWalk(Direction& dir);     
asked by 30.04.2018 / 03:56
0
answers

How to change the process name of a program in C \ C ++ (Windows Lib)

I am creating a utility program for windows but I can not change the name that appears in the task manager, I have already tried SetConsoleTitle("atwconnect"); but changed only the window name but not the process name of the task manager....
asked by 03.05.2018 / 08:51
0
answers

Visual Studio does not generate .exe when compiling (C ++)

Good afternoon, I'm new here. As stated in the title, my VS is not generating an .exe file when compiling, so I am not able to run my program. The terminal does not return any compilation errors. Could someone help me? Terminal return: 1> -...
asked by 24.04.2018 / 21:32
0
answers

Problems with Makefile generation

I'm having a problem generating the Makefile file in my project. The project folder structure is: Home - > Project    Subfolders - > include (my files with extension .h), src (my files with extension .cpp) and test (test files of...
asked by 21.04.2018 / 21:14
0
answers

Display of graphs in c ++

Does anyone know of any library that manages graphs in c ++? or do you have any idea how I can develop this?     
asked by 20.04.2018 / 22:11
1
answer

Use of ASCII characters with c ++

Good afternoon, I have these codes in c ++ and I would like you to clarify to me why these codes are sending seemingly random characters to the console: teste.cpp > #include <iostream> #include "engine.h" int main() { char x;...
asked by 19.04.2018 / 18:10
0
answers

Use hpp c ++ files

Good, I'm running a project for school, and at one point I realized that I had to split the work into files (because I was getting confused to find the procedures), but I'm not being able to split it, I do not think I'm using it the hpp files we...
asked by 26.04.2018 / 13:34
0
answers

QML bug full screen on Windows and white screen when deploy Android

Good morning everyone! There is a problem in the current version of Qt where full screen QML applications cause flashes and screen crashes when interacting with Windows interfaces, I solved this situation leaving the application not mobile, m...
asked by 18.04.2018 / 15:46
1
answer

How to get Thread Stack?

I'm trying to create a program to get the thread stack, just like the image, does anyone have any way to get it?     
asked by 20.04.2018 / 00:55