No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- PC Specs
- Numerous PCs that run Windows 7 and/or UbuntuVMware Workstation 7
16 Posted Topics
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 … | |
Re: I agree with this, I've used Linux, Windows and OSX for different types of development projects. I've used Windows mainly for games mainly though, most of my coding is done on Linux and my MBP. I just like the simplicity involved with the Linux OS, the hardest part is picking … | |
Re: Ubuntu as #1? I am just not a fan of Unity, it is so resource heavy when it comes to less powerful devices. Xubuntu is the best for that, infact I think the look and feel of Xubuntu tops Ubuntu by far. But this is just my opinion because I'd … | |
Re: I am working on a game myself with a couple of buddies... here's what I think would help. C++/Java as mentioned above, I haven't tried C# yet but it's next on my list... As for an engine to make a game I would recommend the Unreal Engine... it has a … | |
Re: That's odd I don't think I've ever had that problem unless the files were spread out in the system when the rpm was installed. Just a guess though. What file was it? | |
| |
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 … | |
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 … | |
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: … | |
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 … | |
Re: Oh I sooo wish I could go... it's a shame that I'll be spending my next few months in Iraq... someone please take pictures! | |
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 … | |
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 … | |
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 … | |
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), … |
The End.