Questions tagged as 'visual-c++'

1
answer

Error filling a vector and displaying each of its positions (c ++) [closed]

I have an idea but it produces an error, and when I finish writing the numbers entered in the console, the numbers do not come out after I find the number "1" in the vector, it may seem simple, but I have not been able to solve it (unless it is...
asked by 24.08.2018 / 00:32
1
answer

Data search [duplicate]

It is necessary to search for data by entering the type of aircraft. This is what I have, but the result always shows that the registration does not exist. void Search(AEROFLOT* array) { char plane[20]; cout << "\nEnter type...
asked by 15.11.2016 / 12:59
1
answer

Using ListBox to view directory files - Visual C ++

I am new using Visual C ++, and I need to know how to view the files in a directory using ListBox in Visual c ++. I hope you can help me, thank you in advance.     
asked by 03.11.2016 / 04:26
2
answers

Graph an image of a two-dimensional array

I am passing an image to a one-dimensional array. This must be passed to another two-dimensional array from which I must graph the saved image. the image has its beginning in 1078 and ends in 3078 , the problem that I have is to gra...
asked by 26.11.2016 / 20:20
1
answer

How to solve the error when compiling in visual studio of should the entry point be defined?

Good morning. Has any or any of you got that error or could you tell me how I can fix it, is that it does not let me compile any code?     
asked by 26.10.2016 / 16:41