Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
1
Downvoting Members
5
1 Commented Post
0 Endorsements
~6K People Reached
Interests
Computer Programming, Anime, gaming, writing, reading, music, Magic the Gathering, Manga, Golfing
PC Specs
OS: Windows 7 Ultimate 64-bit|MB: Asus Sabertooth X79|CPU: Intel I7-3930K @ 4.6Ghz|Gfx Card: Sapphire…
Favorite Tags
Member Avatar for Geowil

I have been attempting to crack this nut for several hours now but I cannot figure out what combination of query code is required to achieve the exact results I am looking for. I have two tables: Music and Playlists The fields for Music: ID (Primary), Track_Name, File_Path, Date_Added, Artist, …

Member Avatar for Alberto Bucur
0
136
Member Avatar for Geowil

I am in the final stages of testing a text-based game I have been working on for several years but I am running into some major problems with my database access code and some very strange problems at that. What I am attempting to do is loop through a SQLite3 …

Member Avatar for Geowil
0
1K
Member Avatar for Geowil

I decided that before I would actually write the code for my planned inventory system in a game I am writing I would test it out in a small project first to make sure I know what needs to be done and if I needed to change anything. So I …

0
97
Member Avatar for Geowil

At the moment I have one question about vectors but I want to leave this open ended so if I obtain more questions I can come back here. So I was looking at different containers for a player inventory that can be dynamically changed on the fly due to events …

Member Avatar for Geowil
0
251
Member Avatar for Geowil

Hey everyone, I need some major help. I was going to get some development time in on one of my projects when I found that my installation of VS2008 Pro no longer wanted to compile any projects. I have tried making empty problems with just the int main(), nothing else …

Member Avatar for Geowil
0
508
Member Avatar for Landscape

I would like to have one menu that is used on 30 pages. I have built the meny with css/html. I only know html as far as page construction goes. Is it possible to "call" the menu with a line of code in html?

Member Avatar for Geowil
0
263
Member Avatar for Geowil

Edit: Nevermind I found the problem... I used the wrong comment tags (html instead of css...ack x.X). Fixed the tags and it works perfectly now. _______________ Hey everyone I need some help. I am working on a site for a class project for my web design class and it is …

0
134
Member Avatar for Geowil

'Lo everyone, I am having some pretty frustrating issues that I can not seem to get rid of. The main goal of my program is to make a GUI with buttons that trigger custom events. [quote] C:\Java Tests>javac JGUITest.java JGUITest.java:13: cannot find symbol symbol : class ButtonHandler location: class LabelFrame …

Member Avatar for Geowil
0
276
Member Avatar for Geowil

[code] //Address Book Part 1 //IT 215 //George Williams import java.util.Scanner; class menuOperations { //Initilize Arrays to store information String[] fNames = new String[5]; String[] lNames = new String[5]; String[] dAddress = new String[5]; String[] dCity = new String[5]; String[] dState = new String[5]; int[] dZip = new int[5]; int[] …

Member Avatar for masijade
0
467
Member Avatar for Geowil

Here is my code at the moment: [code] import java.util.Scanner; class menuOperations { String[] fNames = new String[50]; String[] lNames = new String[50]; String fName = " "; String lName = " "; String sFName = " "; String sLName = " "; int dAmount,dTimes,i; Scanner in = new Scanner(System.in); …

Member Avatar for Geowil
0
98
Member Avatar for Geowil

I have been plagued with this for several months now and still have been unable to get rid of it. Anytime I play certain games (Need for Speed: Most Wanted, Shattered Galaxy, Atlantica Online, Shot Online, Pangya to name some of the ones that do this often) if the game …

Member Avatar for Adamsappleone
0
111
Member Avatar for The Mad Hatter

OK, so I get up, shower, eat, and open up my email client. Number 4 from the top is a Daniweb email telling me about the wonderful topics currently being discussed - here's the list: * Prevent programs from saving to certain folder? in Windows Vista and Windows 7 * …

Member Avatar for Evenbit
-5
2K