TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rmyhill
NA
1
0
How to convert C++ static array to C#
Dec 10 2004 2:34 PM
Hi, I have the following C++ structures, so that I can easily iterate over BaseModules and get its members. How do I do the equivalent in C#? Thanks. +++++++++++++++ struct ModuleSpec { CString Name; CString Alias; bool bHiding; bool bQualified; }; ModuleSpec BaseModules[] = { // Name Alias Hiding Qualified "Translator", "", false, false, "Run", "", false, false, "Efi", "MC_mc", false, true, "Efi", "MC_mc", true, false, "UserEfi", "MC_user", false, false, "UnitSystem", "MC_unit", false, false, "UnitSystemSI", "SI", false, true };
Reply
Answers (
1
)
datagrid- how to format column so exponent does not show
copy folder with progressbar