Case: X
Fixes Y through preventing Z which is the only way to Y.
What should the reviewer focus on?
// to compile (using mingw-w64) | |
// g++ this_filename.c -lole32 | |
// outputs current system volume (out of 0-100) to stdout, ex: output "23" | |
// mostly gleaned from examples here: http://msdn.microsoft.com/en-us/library/windows/desktop/dd370839(v=vs.85).aspx | |
// download a compiled version here: | |
// https://sourceforge.net/projects/mplayer-edl/files/adjust_get_current_system_volume_vista_plus.exe.exe (updated, can set it too now!) | |
#include <windows.h> | |
#include <commctrl.h> | |
#include <mmdeviceapi.h> | |
#include <endpointvolume.h> |
Fixes Y through preventing Z which is the only way to Y.
What should the reviewer focus on?
# Exercise Problems | |
Try to solve this problems by yourself or as a group. | |
If you need help ask your neighbor. | |
If you still need help raise your hand and Alec or I will come over to help. | |
Good Luck! | |
# Eve Intro | |
Welcome to Eve. | |
We are going to be going through this document as a group. But if you feel like I'm going too slow, feel free to zip ahead. After this short intro to the basic Eve concepts there will be some exercise problems, those can be done as an individual or as a group. | |
If you ever have questions about one of the concepts in here feel free to raise your hand and ask. The one thing I ask about questions is that wait until I introduce a concept before asking questions about it. If I haven't introduced a concept your curious about then please wait till the workshop problem time begins and call me over or find me after the talk. | |
With pleasantries out of the way let's learn some Eve! |