Search for tag: "access"
Vector, Part 2) Iterate over contents of vector in C++#include <iostream>#include <vector> using std::cout; using std::vector; int main() { auto my_data = vector<int>{17, 25, -300, 14}; for (auto item : my_data) { …
From Lane Schwartz
8 plays
0
|
|
Vector, Part 1) Create non-empty vector in C++#include <vector> using std::vector; int main() { auto my_data = vector<int>{17, 25, -300, 14}; return 0; }
From Lane Schwartz
10 plays
0
|
|
Quick Library Guide to Mental Health Resources for StudentsLibrarian, Genova Boyd, takes viewers on a quick navigation of a topic guide on Mental Health resources and services for students. The guide links to several counseling services on campus, in the…
From Genova Brookes Boyd
6 plays
0
|
|
How to request an ILLQuick video instruction on Interlibrary Loans (ILL)- what they are and how to request them.
From Genova Brookes Boyd
44 plays
0
|
|
Chancellor's Forum - Fall 2020 PlansChancellor White and his leadership team hosted a forum July 31st, 2020. The forums are an opportunity to ask questions and hear from leadership about UAF’s plans for fall semester. For more…
From Carla Browning
94 plays
|
|
Family Freindly Alaska Range AdventureThis presentation covers an itinerary and details for a fun long weekend in the Eastern Alaska Range. It presents areas to camp and several great day hikes in the area. Maps, gear lists, and a…
From Frank Olive
65 plays
0
|