Usage Example Creation - Networking - Convert Dec to Hex#171
Conversation
✅ Deploy Preview for splashkit-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sananoureen35
left a comment
There was a problem hiding this comment.
The code examples are clear, well-structured, and easy to follow, making them great for beginners like me.
I would recommend adding a bit more error handling, like checking for invalid input (e.g., non-hexadecimal values) to make the program more robust.
All the best!
|
The goal is for this to be a usage example so its more so about keeping it simple, not adding in additional steps for input validation. Just highlighting the feature being dec to hex |
✅ Deploy Preview for usage-examples-splashkit-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for splashkit-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |



Usage Example Creation
Created a new networking based usage example for converting dec to hex , it's a terminal based example that allows the user to enter a decimal value and then does the conversion. Code created in C#, C++ and python, for when python is added in to Splashkit usage examples.
Created
-[x] C++ Code
-[x] C# Code in top level statement
-[x] Python Code
-[x] text page linking function
-[x] Program Screenshot
Code Tests
C++
C#
Python
Site Preview