-
Archives
- January 2023
- October 2022
- August 2022
- June 2022
- April 2022
- March 2022
- January 2022
- September 2021
- July 2021
- May 2021
- April 2021
- March 2021
- February 2021
- December 2020
- November 2020
- August 2020
- June 2020
- March 2020
- February 2020
- October 2019
- September 2019
- August 2019
- July 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- March 2018
- February 2018
- December 2017
- September 2017
- July 2017
- June 2017
- April 2017
- March 2017
- January 2017
- December 2016
- October 2016
- September 2016
- July 2016
- May 2016
- April 2016
- February 2016
- January 2016
- December 2015
- October 2015
- July 2014
- July 2013
- April 2013
- February 2013
- October 2012
- June 2012
- December 2011
- October 2011
- July 2011
- June 2010
- August 2009
-
Meta
Author Archives: Wayne Cook
Service or Work
Is it better to consider what you are doing as service or work? Continue reading
Guam Vocational Technical High School Philosophy
The 1975 developed philosophy for Guam Voacational Technical High Scho Continue reading
Posted in Technical
Tagged Guam, High School, Technical, Vocational
Comments Off on Guam Vocational Technical High School Philosophy
Final Project Guidelines for Computer Programming Classes
Each of my Computer Science classes require a final project of complexity commensurate with what is learned in the class. The computer language used is the language studied during the semester. Currently, that is either Java or C++. This document … Continue reading
Posted in C++, Final Project, GitHub, Java, UML
Comments Off on Final Project Guidelines for Computer Programming Classes
What are you Hearing that has not Been Said?
Inspiration comes in many forms. It is a gift that everyone alive can access. There are many names that inspiration has been given, including enlightment, insight, revelation. Each word has slightly different meanings, but we will call it inspiration for this article. Continue reading
Posted in Attitude, Becoming, Do, Inspiration
Tagged inspiration, know, school
Comments Off on What are you Hearing that has not Been Said?
Interviewing
Knowing how to interview for a computer programming/design position is almost as important as the learning how to program. Over the years, I have had friends who were excellent programmers, including the design process, who lost out to people who … Continue reading
Posted in C++, Code Reviews, Computers, Java, Software, Uncategorized
Tagged computer languages, I Am, interviewing, JavaScript, Oracle JET, software, software engineering, TypeScript
Comments Off on Interviewing
Adding File I/O to a C++ Program
We have already covered console reads from the keyboard and writes to the display using cin and cout. If you do not know how to use cin and cout, please review it before proceeding. ifstream is for an input file … Continue reading
Posted in Uncategorized
Comments Off on Adding File I/O to a C++ Program
Be Our Best
What is important to each of us? What do we want to do with our lives and for what do we want to be remembered when we leave this world? I want to live as long and as healthy as … Continue reading
Posted in Attitude, Becoming, Do, Fulfilling Life, Goals, older Americans, Planning, Self-Worth, Uncategorized
Comments Off on Be Our Best
When You Have a Question – A.S.K.
When you have a question, always Actively Seek Knowledge. I teach high school and community college computer courses. I enjoy seeing students comprehend new material. I always tell my students to ask questions. I do not mind interruptions on relevant … Continue reading
Posted in Becoming, Do, Self-Worth, Serving, Uncategorized
Tagged attitude, Becoming, Choose, positive attitude, Wisely
Comments Off on When You Have a Question – A.S.K.
What is the purpose of a pointer in programming?
The full question ended with: “Why not access the variable directly?” It depends on what you mean by “access the variable directly.” In Algol derived languages (like C, C#, C++, Pascal, Ada), the way to access a variable directly is … Continue reading
Posted in Ada, Algol, C, C#, C++, FORTRAN, Java, Pascal, Software
Tagged pass by pointer, pass by reference, software, software engineering
Comments Off on What is the purpose of a pointer in programming?
Which programming language did you think would be prominent, but turned out to be a complete dud?
Wayne Cook, Certified Scrum Master After reading John Dougherty’s answer on Quora, I was tempted not to answer. But, that was only a fleeting thought. It is hard to limit it to just one language. I was originally thinking of … Continue reading