Posts

Showing posts from January, 2025

helloWorld.cpp

#ifndef HELLOWORLD_CPP #define HELLOWORLD_CPP #include <iostream> void helloWorld() {      std::cout << "Hello world!" << std::endl;     /* Hello, everyone! Welcome to my blog. My name is Jack Porter, and I'm a high school junior trying to figure out what I'm supposed to do with my life.   I'll probably use this blog to discuss some of my hobbies, plus as a base for my upcoming STEM outreach content.  With that said, I think it'd be appropriate to discuss my primary interests a bit: I'm a math nerd, first and foremost. I'll watch calculus videos to unwind from my other classes, and if I'm just too tired to work then I'll read Life of Fred: Complex Analysis . Naturally, since my father is a programmer, I've inherited a bit of interest in that field. C++ has been my main language so far, though I have a moderate understanding of Python. I started my first physics class this semester, and I've found it to be a lot of fun....