Skip to content
Stephen Wilde

Stephen Wilde

Just your avarage programmer!

Primary Menu
  • Home
  • About Me
  • My Programs
    • C/C++
      • Want Cake? – Program
      • A really simple basic tax calulator UK (C++)
    • Python3
      • QR Generator
      • Unnecessary hard game
  • Software I use
  • My Websites
    • MHmatters
    • Wilde247
    • FULLirc
    • 2APP (COMING SOON)

By the power of

Posted on April 1, 2020April 1, 2020 by Stephen Wilde

This code will take two numeric values you enter and will then find the power of so if you enter 5 then 7 you will get the answer to 5 by the power of 7, Spoiler Alert its: 78125, lol.

Posted In Programs

Want Cake?

Posted on March 31, 2020April 13, 2020 by Stephen Wilde

I continue my journey in learning C++. I have made a simple program that will ask you how much cake you want. You enter your numeric value and the output will say “You now have your-value pieces of cake”. It entertained my eldest child for a small amount of time. Continue Reading

Posted In First Real Program, Programs, Want Cake?

The start “Hello World” kind of

Posted on March 31, 2020April 1, 2020 by Stephen Wilde

It goes without saying that when you start within C++ you must make the Hello World program its the starting point for sure. So with the current situation regarding Covis-19 it makes sense to change it a little. Here is the Hello Home program:

Posted In Programs

The IDE I use

Posted on March 31, 2020April 2, 2020 by Stephen Wilde

To get started with my journy through C++ my IDE of choice is: Netbeans for its ease of use and simplicity for building and running applications, I chose to use Netbeans as my main IDE. Download Netbeans Windows may take a bit of configuring so I would also recommend you Continue Reading

Posted In Software

Posts navigation

Previous 1 … 4 5

Search

Socialize with me!

Downloads

Athena Discord Bot | GitHub
QRGenerator | GitHub
8Ball – UI | GitHub
UHGame | GitHub

Recent Posts

  • UK payroll system
  • Eww, I’m not eating that!
  • It’s a pill?
  • I need your help
  • Discord Bot! (Actually useful – Python)
  • Python in a browser?
  • IRC Bot
  • QRGenerator Update
  • QRcode Generator Python
  • What I have been up to!
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

The code I used for the above block
<py-script> 
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

</py-script>
Tweets by stephenwilde247




© 2008 - 2022 Copyright All rights reserved
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok