Posts by Wellington Viana • 196 points
6 posts
-
1
votes1
answer158
viewsA: How can I leave him like that?
The file explorer is the plugin The Nerdtree. The status bar is probably the vim-Irline. Regarding the topic, I recommend taking a look here, has several cool themes. If there’s anything else you…
vimanswered Wellington Viana 196 -
0
votes1
answer61
viewsQ: How to create guides inside a window?
I need to create a program that displays the Forms that I call by Menustrip, inside the main form, as if they were part of it, and that can be left more than one open. I believe the image I made…
-
2
votes1
answer642
viewsQ: Label is not displayed
I created a label where it would contain the status of the process of connection with the database, but it does not appear and I have no idea why this happens, already three days that I look at the…
-
8
votes2
answers9446
viewsQ: Exercise of family tree
I have to create an uncle relationship according to the next family tree: I already have the following code: mãe(ana, eva). mãe(eva, noé). mãe(bia, raí). mãe(bia, clô). mãe(bia, ary). mãe(lia, gal).…
prologasked Wellington Viana 196 -
5
votes1
answer141
viewsQ: Error of logic?
I have the following code: mãe(ana, eva). mãe(eva, noé). mãe(bia, raí). mãe(bia, clô). mãe(bia, ary). mãe(lia, gal). pai(ivo, eva). pai(raí, noé). pai(gil, raí). pai(gil, clô). pai(gil, ary).…
prologasked Wellington Viana 196 -
1
votes1
answer118
viewsQ: Error while reading characters
Instead of the code reading the three char variables, it reads 2 and prints the first. #include <stdio.h> int main() { char ch1, ch2, ch3; puts("Digite 3 caracteres, um apos o outro:");…
casked Wellington Viana 196