Recent content by JC0724

  1. J

    Parental Controls

    Does anybody know how to put parental control on a tablet, websites and youtube?
  2. J

    Wireless Internet Connection Issue

    I have a sony VAIO laptop, windows 7 How do I clean out and reload the driver software?
  3. J

    Wireless Internet Connection Issue

    My wireless connection to my internet just stopped working. I have no idea why. I noticed my VAIO Smart network wireless switch is not cut on. When I open up the VAIO smart network to cut on the WI FI(that is current showed as dis connected, every time that I click the on switch or any...
  4. J

    Some basic Java Questions

    Thanks, does Java have any predefined methods that can be used to parse delimted text files?
  5. J

    Some basic Java Questions

    1st is an OOP inheritance question. If I have class A { //some public methods } class B extends A { //some public methods } class C extends B{ } Can Class C access public methods of Class A, even though it extends from B not A?? 2nd Question if I am using JAVA to open a...
  6. J

    HTML and XML editor

    Looking for a good/free HTML and XML editor?
  7. J

    Wireless Router/modem question

    I have a couple of questions. I am playing some PS 4 games online and my PS 4 is connected to the internet wireless. 1. Will it be noticeable faster if I can connect it to the router with a Ethernet cable(hard line)? 2. I may not be able to move the router/modem, so is there another way I...
  8. J

    Coding questions about creating class instances?

    Is it possible to instantiate a class inside of a for loop and continue to make a new instance of the class as I iterate threw the for loop? Also can you have multiply instances with the same name but if I pass in different values in the Constructor, will all of the instances exist with the...
  9. J

    Understanding these terms in C++, Friend, Operator and Ostream.

    How does these pre defined terms/functions work in C++. Friend, Operator and Ostream. What can you do or use these for?
  10. J

    DreamSpark Question

    ok so does VS Community Edition come with a trail period or can I use it for as long as I want?
  11. J

    Hash Functions/Tables

    So when creating a linked list, I know there is a node class, and a linked list class. Where creating a hash table is there a node class, linked list class and a Hash Table class?
  12. J

    Compile Error/Class Definition

    I am receiving a compile error "'IntNode::ptrSlot' uses undefined class 'LinkedList1'" for the code that is in bold below LinkedList1 ptrSlot; . When I remove that it works fine. I tried declaring the classes above but this does not fix the issue? I am not sure what is wrong? //My...
  13. J

    Hash Functions/Tables

    So I am trying to figure out how to create an dynamic array of linked list for my hash table. I am using a basic linked list below that I got out of one of my C++ books. Is this the correct way to do it? How do I initialize each pointer to NULL? What I am confused about is most example I...
  14. J

    Hash Functions/Tables

    So I am trying to understand Hash Functions and Tables, I know there are different types like direct and Open addressing. What is the point of hash functions and tables, how do they work in the real world or what are they used for? Also a Hash function is supposed to be like a Dictionary? I...
  15. J

    DreamSpark Question

    So I set up a DreamSpark account as a student last semester, and I downloaded Visual Studio 2013 professional. I guess it was on a 90 day trail, so I just expired, but I thought as a student I got the full download for free with no expiration time. I still would like to use it, as I am still...
Back
Top