Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
3k views

In C++/CLR, what does a hat character ^ do?

I was reading Ivor Horton's Beginning Visual C++ 2008 and many of its CLR examples have int main(array<System::String ^> ^args) definition for main. I went back, page by page, to the ...
2
votes
2answers
84 views

Index manipulation of array in C

Begining with an ordered array [1, 2, 3, 4, 5, 6, 8, 9, 10] How would be the way to get every iteration the following results? 1 2 3 4 5 6 7 8 9 10 1 3 4 5 6 7 8 9 ...
1
vote
2answers
154 views

Best way to be able to pick multiple colors/designs of symbols dynamically from flash

Sorry the title's so convoluted... I must've tried for ten minutes to get a good, descriptive title! Basically, here's the scenario. Let's say a user can pick fifty different hat colors and styles ...