Computing.Net > Forums > Programming > C++ array of buttons

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

C++ array of buttons

Reply to Message Icon

Name: gordyp
Date: February 28, 2004 at 23:14:50 Pacific
OS: XP
CPU/Ram: 1ghz/256
Comment:

How do you do the equivalent of VB control array in C++? I want an array of buttons (using Borland 5)
tried: Button* but[3]
but[0] = new Button
no luck???



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C++ array of buttons

C arrays of strings from a file www.computing.net/answers/programming/c-arrays-of-strings-from-a-file/14025.html

Array of Structures www.computing.net/answers/programming/array-of-structures/6344.html

an array of strings in C www.computing.net/answers/programming/an-array-of-strings-in-c/7230.html