File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
book_src/opening_a_window Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ There's also some C++ oriented APIs for interacting with Windows as well (called
88It's * much* easier for Rust to bind to and interact with a C oriented API than a C++ oriented API,
99so we'll start with just using Win32 to interact with Windows.
1010
11+ ** Note:** I will be linking to the MSDN pages for nearly all the important things we deal with.
12+ I expect you to * actually go to those pages* and read what they say.
13+ I will be covering much of what they deal with, but I can't cover every single detail.
14+ You should ** always** read the documentation for yourself as well as reading this tutorial.
15+
1116## Search The Web
1217
1318Okay, for the sake of the lesson let's pretend that * even I* don't know what to do.
You can’t perform that action at this time.
0 commit comments