Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~3K People Reached
About Me

love to program

PC Specs
microsoft, apple
Favorite Forums
Favorite Tags
Member Avatar for ben1996123

Input the minutes, then the seconds, and it will do the rest. Pretty simple but I just thought I'd post it. Made as a quick test for my game.

Member Avatar for PalashBansal96
0
280
Member Avatar for ratatat

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Gui; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.sql.*; /** * * @author K */ public class Genres extends JFrame implements ActionListener { Connection conn = null; private Statement stmt, …

Member Avatar for JamesCherrill
0
174
Member Avatar for ratatat

hey guys, trying to run a program here but my compiler reads something like this 1>------ Build started: Project: ati, Configuration: Debug Win32 ------ 1>Compiling... 1>ati.cpp 1>Compiling manifest to resources... 1>Project : error PRJ0003 : Error spawning 'rc.exe'. 1>Build log was saved at "file://c:\Users\TEMP.STUDENTS.002\Documents\Visual Studio 2008\Projects\ati\ati\Debug\BuildLog.htm" 1>ati - 1 error(s), …

Member Avatar for Ancient Dragon
0
86
Member Avatar for ntrncx

hey all i am studying from a book,and i have to do an exercise. i dont want code or anything i want tip or someone explain me how to do it. i have a oldmast.dat file with some records a trans.dat file with records and i have to update the …

Member Avatar for ratatat
0
722
Member Avatar for chuyauchi

I have difficulty to change the following program by using the array. The display need to be like the following: [INDENT]Result 1: 50.00 Grade U Result 2: 95.60 Grade A Result 3: 72.00 Grade B[/INDENT] Can anyone tell me how to do it? Thanks. [CODE] #include <iostream> #include <iomanip> using …

Member Avatar for chuyauchi
0
122
Member Avatar for ratatat

help guys, this code tells me that the sleep identifier is not found. has anyone got an idea on how to resolve this?

Member Avatar for ratatat
0
79
Member Avatar for jonsan32

my friend works in the NBA. He's known as the best shooter in the world. He'd like to have a universal app in his name that has the capabilities to mark various spots on the floor to then stat track his makes and misses. It would be marketed to aspiring …

Member Avatar for ratatat
0
95
Member Avatar for Max Hydes

hi people I have a project that requires me to use time.h in animation. can anyone show me a simple code of animation using time.h???

Member Avatar for Max Hydes
0
886
Member Avatar for ratatat

hi guys. there is this c++ program i have wrote and i would like to use time.h in order to manipulate the way strings are going to be displayed in my program. the lecturer said it is possible but the problem is i just dont know how to do it. …

Member Avatar for Narue
-1
65