No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Maybe you need to solve it first and show the specific problem you need. No one will solve it for you.
Good day to everyone! I would like to ask how to create a custom receipt, say a delivery receipt, where the data to be used in the header portion will come from direct input of a Windows form. I've found one here but it is for VB6. Any guide will …
Try to make use of parentheses inside the condition. Determine first the logic of the condition before using logical operators. You may mean in that code: input % 100 OR input % 10 is equal to rndNum % 100 OR rndNum % 10. It can be restructured by using parentheses. …
I have a question. How can I run a process while a timer is running in the program. Here's a sample layout of what I mean. Or is it possible to have this kind of layout?  I have already the timer method.
Good day everyone, I have a question. I am constructing a timer in Java console, wherein this timer should be located in one corner (such as upper right). I can only make it count up on its own place. My question is how can I place the code on the …
Good day to everyone. I have this trouble of stopping the timer at a specific time, say I have to stop the timer at 1:30. When I try to run it, it doesn't stop. Please help. Here's my C++ code. [CODE] #include <iostream> #include <time.h> using namespace std; void wait …
In simulating round-robin scheduling algorithm, is it possible to have more than one time slice, say two time slices. If so, how will it be simulated? For example, I have Q1 = 10 milliseconds and Q2 = 20 milliseconds. In my opinion, it is like this: a) I'll use the …
The End.
picogenkaku