visual C++ programming question [forms]

can u give me some tips about the visual programming of C++ ??

i wanted to review the forms how they work .. and i can see its much much harder then in pascal's lazarus IDE... here in c++ is much harder .. since getting string from textbox is really hard. .. it needs to get converter from system string to std string every time ... is there any tips that i can use to avoid these conversations?

or at least tell me:
1 - How To Convert System string to Std string
2 - Std string to System string
3 - how to declare system strings as global variables
(for the 3 question .. i tried to declare them in header .. but still it says system strings cannot be declared as global or something like that...)
Topic archived. No new replies allowed.