GL it took them 2 months to respond to my application. From combing Glassdoor that is pretty common with randos applying via their online portal.brb applying to blizzard
I imagine they get a lot of "plz blizzard i can dezine vidya gemes plz can I work there for free"GL it took them 2 months to respond to my application. From combing Glassdoor that is pretty common with randos applying via their online portal.
Legal interviews are hilarious they basically chat about your hobbies and family and shit and maybe ask a question or two about prior experience but basically just sit and bullshit for 30 minutes and decide if they "like" you.Are there other industries where job interviewers make you take a test during interviews?
Yeah I'll get an agenda and the people I'll be meeting with prior to the interview. They should probably be in contact with me in a few days to arrange the travel and once that is established they'll firm up the timetable.Every job interview I've been to they've given me an agenda a few days prior. At EMC they even gave me the names of the people interviewing me
Not mine, interviews are mostly about experience and maybe a meal and a lot of "see if they will fit in" type stuff. Maybe an office tour, shop tour and you never know what might pop up that they know doing such. We talk about hobbies and such, do they hunt/fish/shoot, travel etc...Nobody wants to hire someone who doesn't fit in and is depressed because they don't do anything other than sit on the couch. At least find out what their big thing is.Are there other industries where job interviewers make you take a test during interviews?
The only C/C++IDE I ever used was Visual Studio. I assume it is not an option.Any suggestions for a C/C++ IDE? I'm a fan of heavy IDEs, like PyCharm for Python, and would like something similar for C/C++. Kinda got thrown into a project where everyone else uses emacs or something else similarly lightweight. I'd probably be ok with emacs if I knew the project's source better but I don't. And I find heavy IDEs are much better at getting to know a project's source faster.
It's an option, but there's no vcproj or sln files. My company uses SCons to build everything. It's kinda nifty in some regards but incredibly annoying in others.The only C/C++IDE I ever used was Visual Studio. I assume it is not an option.
No other IDE is comparable from all discussions I've had with people.
Vi? Would rather kill myself. Emacs has great functionality but I hate that it's all hidden behind layers of unintuitive keyboard shortcuts.Visual Studio is free now. Just use that. If you're on Linux I don't know. Vi or emacs
XCode if you're on OSX. If not your only other option for a full featured IDE would probably be Eclipse if VS is a no-go.Any suggestions for a C/C++ IDE? I'm a fan of heavy IDEs, like PyCharm for Python, and would like something similar for C/C++. Kinda got thrown into a project where everyone else uses emacs or something else similarly lightweight. I'd probably be ok with emacs if I knew the project's source better but I don't. And I find heavy IDEs are much better at getting to know a project's source faster.
Ah didn't know JetBrains had a C/C++ IDE. Yeah +1 for Intellij it is by far the best Java IDE out there.Try CLion maybe?A cross-platform IDE for C and C++ :: JetBrains CLion
I might be biased though. I love using Android Studio which is build off the IntelliJ platform from Jetbrains.