Skip to content

fix noncompiling planet comparison in ch13 coding exercise 6#146

Open
k1ngkevin wants to merge 1 commit into
williamgherman:masterfrom
k1ngkevin:noncompiling-planet-solution
Open

fix noncompiling planet comparison in ch13 coding exercise 6#146
k1ngkevin wants to merge 1 commit into
williamgherman:masterfrom
k1ngkevin:noncompiling-planet-solution

Conversation

@k1ngkevin

@k1ngkevin k1ngkevin commented Jan 25, 2026

Copy link
Copy Markdown

The current solution for ch13 coding exercise 6 does not compile because of trying to use toupper() on a string, but it only works on a char.
I replaced it with a solution which compiles from the textbook solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant