Posts by Gabriel Bento • 75 points
6 posts
-
0
votes0
answers7
viewsQ: Xamarin.Android recyclerView fill parent height fully
I have a recyclerView and a linearLayout, both brothers and sons of a relativeLayout. The linearLayout should always be aligned below, so I would like Recycler to occupy all of the father’s space,…
-
0
votes0
answers17
viewsQ: How to move a line drawn in Winforms?
I know how to draw lines in a program, but I wish the user could "move that line" that he did (like a vector) to somewhere on the screen. It turns out I didn’t find anything about it at Microsoft,…
-
1
votes1
answer75
viewsQ: How to open a . txt file and play text for my Textbox in Winforms?
Hello, everybody! For study purposes, I created my own custom notepad, it can open files and get the text of a common Windows notepad through Openfiledialog and transfer to my program. However I…
-
0
votes0
answers38
viewsQ: Error while compiling code in C++
I’m starting to learn POO in C++ and when I compiled the code gave a very strange error that I have no idea how to solve. I couldn’t find anything on the net to help. I thought I’d done something…
c++asked Gabriel Bento 75 -
4
votes3
answers138
viewsQ: Why does the Endl exist in C++ and n already performs the same procedure?
I’m sorry if the question seems trivial, but I don’t understand why Endl in C++, since n already performs the same task. It wouldn’t be "reinventing the wheel"?
c++asked Gabriel Bento 75 -
0
votes0
answers27
viewsQ: Build error with header file
I cannot create classes with header file. When I create the file . h and create the implementation of member functions in the file . cpp gives error when compiling. I thought it was me, so I went to…