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)

Another IDE I now use as well

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

One of my first posts to this website is explaining the IDE I use and that was and still is: NetBeans, but I now use a second IDE as well and that IDE is called Code Blocks. With code blocks, you can make UI’s (User Interfaces easier) as well as Continue Reading

Posted In Software

A simple clock in C++

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

As stated in the previous post I made two version of this clock on in C and one in C++ this is the C++ version.

Posted In Programs

A simple clock in C

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

So My goal was to make a simple clock in C++ but I had also been advised to use C so I have made two clocks that do the exact same thing. This is the C version and the next post is the C++ version.

Posted In Programs

Taking a step back

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

So here is my plan now via a recommendation, I have learned a bit of C++ now and how it’s structured and things. So I have been told it would be best practice now to get to know C. So today has been dedicated to that. The reason for this Continue Reading

Posted In Just somthing

C++ does help with boredom – A simple do-nothing program

Posted on April 16, 2020April 19, 2020 by Stephen Wilde

I got bored earlier today and decided to make a simple program that displays 1 – 10 and then starts repeating the alphabet over and over again until you quit it:

Posted In Programs

Getting to grips with Header and cpp files

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

Expanding on the Want Cake program I now have them structured into files. Along with more code added: Now the code is: main cpp cake cpp Drink cpp pieces.cpp functions.h

Posted In First Real Program, Programs, Want Cake?

A touch more on the Want Cake? Program

Posted on April 13, 2020April 16, 2020 by Stephen Wilde

So here is the end goal for this project and I know I am miles away from achieving it but its basically going to act as if its a shop. Already this concept is starting to take shape as you can see with the code below. What its lacking is Continue Reading

Posted In First Real Program, Programs, Want Cake?

Expanding on “Want Cake?” with Strings

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

So here is what I wanted for the want cake program I made. I really wanted it to output text as well. So I started working with strings to achieve this. Now the program asks “What drink do you want?” Original Want Cake program:

Posted In First Real Program, Programs, Want Cake?

2 days in and counting

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

So this is my second day learning C++ I am going to make these posts once a week from now on so the next one of these posts will be 7 days then 14 and so on for the foreseeable future. So what have I learned so far: How to Continue Reading

Posted In Personal Statement - Progress report

Sum this up | Very simple calculator

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

A simple calculator I made that seems to be working quite well. Updated: 14th May 2020 Previous code:

Posted In Programs

Posts navigation

Previous 1 … 3 4 5 Next

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