Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~19.5K People Reached
PC Specs
Numerous PCs that run Windows 7 and/or UbuntuVMware Workstation 7
Favorite Tags
Member Avatar for Climber Ty

So I am trying to wrap my head around link lists and the theory is there but the magic isn't (at least in my program)... my problem runs with the void traverseRecord() function. For some reason it automatically shows all the nodes. Maybe I haven't totally grasped the concept of …

Member Avatar for JamesCherrill
0
6K
Member Avatar for f14dtom

Does anyone like to use Linux over the Microsoft XP or System 7/8. I have used at least 4 virtual Linux's and like the fact that you do not have to run with Virus or Spam software. Unix based system?

Member Avatar for Vasvi
3
722
Member Avatar for khess

I've had several people ask me what I think the best, top, most user friendly, ultimate, and so on distribution is--so now I'm publishing my Top 10 Linux Distributions in reverse order of preference. Ease of installation, commercial support, community support, updates, administrative tools, stability, performance, and to a lesser …

Member Avatar for eldergeek
0
2K
Member Avatar for kemkoi

Okey, so since I was a little kid I allways would like to make my own game ! and I allways liked to fix gameservers, Teams in games like Clans and Guilds and so on. Now to the point, me and my friend are going to educate us to make …

Member Avatar for amanahad
0
318
Member Avatar for SCass2010

Hi everyone, Not really a problem as such but jsut wondering if anyone could explain this - when I build a product, the binary executable is roughly 50mb when done. When I tar it up and gzip it (tar -cvf *name* *file*; gzip -9 *file*) and unzip it the bianry …

Member Avatar for mike_2000_17
0
121
Member Avatar for Ankit_Parmar

What is the difference between Binary Semaphore & Counting Semaphore? What will be situation to prefer one from both of them?

Member Avatar for Climber Ty
0
469
Member Avatar for Climber Ty

I am doing an experiment on my Atmel dev board using Tun/Tap and running BusyBox 1.19.2, so I only have `tunctl`to create tun/tap interfaces available right now. Right now I haven't made any adjustments to the kernel build because I am trying to keep this a fairly simple experiment right …

0
112
Member Avatar for Climber Ty

So this is my final project for my class. The idea is to use my RationalNum class (which is complete and works fine... I just didn't attach the .cpp since it was only the driver) and use it to add, sub, & multi polynomials (RationalNum being the coefficients i.e. 1/4x^3 …

Member Avatar for Climber Ty
0
472
Member Avatar for Climber Ty

Okay here's what I have so far... The error I receieve is below... The HCP Header File [CODE] #ifndef HEALTHCAREPROVIDER_H #define HEALTHCAREPROVIDER_H #include "stdafx.h" #include <string> #include <iostream> using namespace std; class HealthCareProvider { protected: string fullName; string profession; int yearsExperience; string companyType; string apptAvail; double bill; double fee; public: …

Member Avatar for Climber Ty
0
153
Member Avatar for Climber Ty

So I am working on this XML project to create a small list of favorite DVDs, etc. Maybe I missed it (or that I may have not gotten this far in my reading) but in my DTD I want to restrict movie_review to only allow (G | PG | PG-13 …

Member Avatar for Climber Ty
0
254
Member Avatar for WASDted

If anyone is interested in attending/covering GDC on behalf of DaniWeb please contact our editor-in-chief, Eyal Akler at [email]eyal@daniwebmail.com[/email] You must have plenty of experience in Game Development and good reporting / interviewing skills. [url]http://www.gdconf.com/[/url] [ATTACH=left]18963[/ATTACH]

Member Avatar for WASDted
0
330
Member Avatar for Climber Ty

Okay here's what I have... but my test cases when running the program are not allowing me to input negative, decimal, or exponents as temperatures. I know it something small but it's alluding me, I figured if I had F and C as double it would work. Any ideas? Another …

Member Avatar for Climber Ty
0
184
Member Avatar for majc

I made a blog about game development to help beginners like me, here it is: [URL="http://howtomakeagameinmyopinion.blogspot.com/"]How to make a game in my opinion![/URL] I hope it helps! Any suggestions? By the way sorry my bad English.

Member Avatar for ǝuıɥɔɐɯ
0
226
Member Avatar for Climber Ty

Okay here's what I have... it's a start. My only problem is when I run the program the sequence does not print the first 1 in the 1, 1, 2, 3, 5, 8,... it will only print 1, 2, 3, 5, 8,... I believe it has something to do with …

Member Avatar for Climber Ty
0
95
Member Avatar for Climber Ty

I am working on an ATM machine project for my college class. It's in its early stages but here what I have so far. [CODE] /** * * @author Ty */ import java.util.Scanner; public class Main { private double currentBal =1000; Scanner input = new Scanner(System.in); public void mainMenu(){ int …

Member Avatar for Climber Ty
0
8K
Member Avatar for Climber Ty

Name: Ty Nickname: Ty or otherwise known as "Echo" as in 18E MOS (Special Forces Commo) in the Army Height: 6' Weight: 175 Hair: Brown Eyes: Brown Location: USA Age: 27 Hobbies: Music, games, digital arts, and watching old TV shows like McGuyver (the show writing just cracks me up), …

Member Avatar for Climber Ty
0
185