Posts by Bianca Nunes • 103 points
10 posts
-
1
votes0
answers47
viewsQ: How to create a custom indentation in visual studio code
Hello. I would like to know how you do for the visual studio code no different than the one I want to save. I want it like this: function classificaIMC(imc) { } But he thinks so: function…
visual-studio-codeasked Bianca Nunes 103 -
0
votes1
answer63
viewsQ: Telerik Radgrid loses paging when exporting to Excel
When I export Radgrid from Telerik to Excel, when Radgrid has many records, it loses paging. I tried to solve with rebind, but it didn’t work. Would anyone have any idea? Attached the screens before…
-
1
votes0
answers42
viewsQ: Window appears hidden behind google maps in expanded mode
I am developing a webpage using the languages Asp, c#, javascript with Telerik framework. When I am on the map in expanded mode, I circle a region of the map, and I click on the button of that…
-
1
votes0
answers42
viewsQ: Form does not appear on google maps in expanded mode
I’m a beginner in javascript and css. The program was developed in . net vistual studio. The problem is this: I have a page that has a map where I make a circle in a region of it. The behavior that…
-
0
votes2
answers109
viewsQ: Error with memcpy and memset
Could anyone tell me why this problem occurs below? It does not copy the last position of the pointer vector, with the value 57, to another pointer vector. This intrigues me, why not copy this last…
casked Bianca Nunes 103 -
2
votes1
answer372
viewsQ: How to mirror an image?
I’d like to know how to mirror an image. I got an algorithm, but it only reverses images with 60x60 resolution and bpp=1. I have the following image model to test: unsigned char icon[] ={ //HEADER…
-
0
votes1
answer130
viewsQ: How to mount a BMP header (Bitmap) in C
Hello. I’m looking to build a BMP in C-language. I only receive image data, data size, width, height, bpp. I was able to mount the following header structure of BMP: struct BMPHeader { uint16…
-
5
votes2
answers90
viewsQ: What are these complex members within a struct?
I have a question in a struct on the last lines with uchar and void which is quite different from what I know. Why many programmers use underline in the names of structs, variables etc... struct…
-
0
votes3
answers10773
viewsA: Is it possible to use Java pointers?
You can create a pointer on an object. For example: Object A = new Object(); //New trata de reservar memória o suficiente para o objeto e criar automaticamente uma referência a ele.…
-
0
votes0
answers32
viewsQ: How to debug with XFS
I’m working with CEN/XFS ATM. I have a code ready, and I will need to make repairs to it. The language is in C++ Builder. I wonder if there is a way to debug the code using a serial printer. I am…
c++-builderasked Bianca Nunes 103