Skip to content

Conversation

@sananoureen35
Copy link

Description

I added a Utilities usage example for is_integer. The program is reading text lines and printing whether each is an integer; it is exiting when the user types q.

Type of change

  • Documentation (update or new)

How Has This Been Tested?

I verified the example locally in two steps. First, I ran each language individually: C++ with SplashKit, C# top-level and C# OOP with dotnet run. I confirmed that valid integers report “Integer”, non-integers report “Not integer”, and typing q or quit exits. Second, I added the files to the repository and ran npm run build followed by npm run preview; I opened the Utilities page and confirmed the example rendered and the GIF displayed.

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Firefox
  • npm run build
  • npm run preview

Checklist

If involving code

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Folders and Files Added

src/assets/usage-examples-code/utilities/is_integer/is_integer-1-basic.cpp
src/assets/usage-examples-code/utilities/is_integer/is_integer-1-basic.cs
src/assets/usage-examples-code/utilities/is_integer/is_integer-1-basic-oop.cs
src/assets/usage-examples-code/utilities/is_integer/is_integer-1-basic.txt
public/usage-examples-images-gifs/utilities/is_integer-1-basic.gif

is_integer-1-basic gif

@netlify
Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for splashkit ready!

Name Link
🔨 Latest commit 6baa3c9
🔍 Latest deploy log https://app.netlify.com/projects/splashkit/deploys/68e7850fd9d7c60008f6a60e
😎 Deploy Preview https://deploy-preview-657--splashkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sananoureen35 sananoureen35 force-pushed the feat/is-integer-1-basic branch from a0d41b1 to 6baa3c9 Compare October 9, 2025 09:49
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