HELP NEEDED !Drop me a message.
What does "^" mean for variables?Ah apparently it has something to do with CLI.
What does "^" mean for variables?Help? [code]... private: static String^ key; private: static String^ secret; ... String^ data...
find shortest queue, stop the loop and start after 5 enqueues.Something like: [code] // global variables std::vector<std::queue<int> > q; int counter = 10; // s...
find shortest queue, stop the loop and start after 5 enqueues.If you can clarify when you get tasks or if you always have tasks, that'd be great. Is it event base...