Skip to main content

Questions tagged [beginner]

Add this tag to your question to indicate that you are new to the language of your code. This will often be taken into consideration by reviewers when assessing your code.

Filter by
Sorted by
Tagged with
0 votes
3 answers
22 views

I wrote this dice game as beginner practice. This is working code, but I would like to improve it by adding more functions. Though, since I am still a beginner, I don't know how, so help would be ...
cyan's user avatar
  • 9
7 votes
4 answers
222 views

About This project attempts to rename a collection of .mp4 files using a wordlist from two different folders. The script reads filenames from a text file, gathers ...
Thejuan andOnly's user avatar
6 votes
5 answers
1k views

The goal of the following openprocessing.org JavaScript program is to calculate the sum and difference of a pair of numbers and print the 2 results if they are both positive. I want to do the ...
Will.Octagon.Gibson's user avatar
6 votes
2 answers
464 views

I am just starting coding, and this is my attempt at the famous number-guessing game. Any and all feedback and criticism is greatly appreciated. ...
Payton Newman's user avatar
4 votes
1 answer
225 views

This program takes in a CSV timesheet for my current job, groups the hours worked by employee then outputs it to a txt file. I used a simple GUI with tkinter and ...
JackInDaBeanSock's user avatar
4 votes
3 answers
244 views

This program is an expansion of the sorting utility built in previous chapters of K&R's 2nd edition of ANSI-C Programming. It parses command-line arguments to determine which fields to sort by and ...
rusty98k's user avatar
2 votes
1 answer
140 views

I'm a beginner in C++, and I tried to implement some basic skeleton for a game of Tic-Tac-Toe using SFML 3.0.0. The thing is, it contains some main logic: Place figures (...
Zendorr's user avatar
  • 23
8 votes
4 answers
1k views

This program takes a user input to choose which calculation method they'd like to use, then uses a separate module and the math library to perform said calculation. I'd like some feedback as to how ...
JackInDaBeanSock's user avatar
6 votes
3 answers
685 views

This is my very first personal project. I'd like to know what I can improve in this code, with reference to optimization and efficiency. Here's the code: ...
new_coder's user avatar
6 votes
1 answer
311 views

Before I started, we had a few long introductory texts that were shown to users in different part of the editor window, depending on what type of object they are editing. The texts describe how to add ...
Lecker Kebap's user avatar
6 votes
2 answers
191 views

For context, I'm very new to Rust, and I'm trying to learn the best practices and nuances of it as I go. I've written this small function that takes a ...
Jessica's user avatar
  • 910
3 votes
1 answer
108 views

My openprocessing.org JavaScript code listed below produces the output I want but doesn’t seem very elegant to me especially the “.M” in “matrices[mat].M[row][col]”. Any comments to improve the ...
Will.Octagon.Gibson's user avatar
8 votes
1 answer
548 views

I am fairly new to programming using the site openprocessing.org. My program, available to play online here, is a simple puzzle game in which you slide the circles so that you end up with 4 circles in ...
Will.Octagon.Gibson's user avatar
5 votes
4 answers
956 views

This is my second post and my second “tough” question I came across while reading PPP3. I graduated a while ago and honestly forgot the equation... The question didn’t explicitly say I needed to find ...
nikx0918's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
506