Skip to content

Commit ffed3dc

Browse files
committed
vault backup: 2026-02-08 23:51:53
Affected files: Semesters/Spring 2026 Semester/CS 371p - Object Oriented Programming/Week 4 Blog.md
1 parent 5067cd0 commit ffed3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Semesters/Spring 2026 Semester/CS 371p - Object Oriented Programming

Semesters/Spring 2026 Semester/CS 371p - Object Oriented Programming/Week 4 Blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Additionally, this week made it much more clear on how C++ avoids complicated lo
88

99
The programming challenge this week was pretty fun! I enjoyed writing strcmp and liked the idea of being able to compare lexicographic ordering in a very elegant way (just subtracing ASCII character codes). That turned into a very clean and straightforward solution. The quizzes made me realize that I still need to do some studying up on the pointer types to clear up any confusion I may still have for them.
1010

11-
For my tip of the week, I want to talk about compiler explorer. As something that is very relevant to programming in general, I think it is useful to know how your code can get optimized or cleaned up in ways. Compiler Explorer (or GodBolt)
11+
For my tip of the week, I want to talk about compiler explorer. As something that is very relevant to programming in general, I think it is useful to know how your code can get optimized or cleaned up in ways. Compiler Explorer (or GodBolt) helps by annotating code and showing your code side-by-side with the compiled output (and lets you even choose the optimization levels!). That makes it possible to understand some optimizations without even understanding how a compiler works.

0 commit comments

Comments
 (0)