Search results

  1. J

    Parental Controls

    Does anybody know how to put parental control on a tablet, websites and youtube?
  2. 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...
  3. 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...
  4. J

    HTML and XML editor

    Looking for a good/free HTML and XML editor?
  5. 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...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. J

    C++ and Linked List Question

    I am trying to understand the difference or why I can create a Linked List using a class constructor vs creating it with a struct(when inserting a node from the head of the list)? Ex: //head = NULL; void addNode(theData) { head = new ClassName(theData, head); } //This data would get...
  12. J

    Compatiability Question

    I am using WPF/XAML in Microsoft Visual Studio 2013 to build a UI that will run on Windows XP. Will WPF/XAML be compatible with XP?
  13. J

    Maven Error??

    I am receiving this error when I try to run my code. Can anybody help me with fixing this? Also can somebody tell me what Maven is? cd C:\Users\JCmobile\Documents\NetBeansProjects\CSE360; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.7.0_71" cmd /c "\"\"C:\\Program Files\\NetBeans...
  14. J

    Java Error

    So I am working on a group project to create a game for my Software engineering class. My group is using GIT and GITHUB to store/update the code. So I created a clone from Git. I created a project in eclipse for the game. I deleted the src folder and I copied the .git folder, src folder...
  15. J

    User Interface or GUI Software Tool

    So I am working on a research project where I am trying to create a User Interface that will Run on Windows. I don't have a lot of experience programming. I am working on getting my degree in computer science. Every class I have had programming I have used like Eclipse or Visual Studio to...
  16. J

    A couple basic networking question

    1st. When I go to a coffee shop or like Barnes and Noble to study and I need to use the internet, sometimes when I connect to the free ATT network, when I pull up my web browser it automatically goes to the accept terms and conditions page. I have to agree to these terms and conditions to get...
  17. J

    Python and C++ questions

    I am in a software engineering class working on a group project with a few other students. I have been tasks with doing some things that are fairly new to me. I apologize if my questions are unclear. I am still trying to understand some of this stuff myself. We are writing the code for...
  18. J

    Microsoft PowerPoint

    Trying to open up a .ppt(power point) file. Is there any software I can download for free to open it, or another way I can open it up?
  19. J

    Few newbie Quesions on C#

    Is there free software I can use to write/compile code in C#? If so which ones and where can I get it? Any good tutorials out there on C#? What are some of the common things C# is used for? Ex. I heard C is good for embedded programming, C++ is good for video game development. What...
  20. J

    Basic Software Interface Question

    I have taken a few computer science classes(intro class to Java and C++, a data structure class teaching OOP principles, and fundamental programming languages class that focuses on LISP scheme, Prolog and C++) so I know I have a long way to go. I have also taken a logic design class where I...
  21. J

    Understanding Finite-State Machines in Prolog??

    I am taking a programming class using prolog and it is really confusing. I would like to know if anybody can explain the syntax and logic behind the template code below. Also if possible to provide me with a good prolog and LISP book, and/or some good tutorial websites for either of them...
  22. J

    Scheme Question/Help

    ;to compute the number of elements in a list. (define (myListLength Lst) (if (null? Lst) 0 (+ 1 (myListLength (cdr Lst) )) ) ) ;to compute the sum of elements in a list of numbers (define (myListSum Lst) (if (null? Lst) 0 (+ (car Lst)...
  23. J

    C++ ERROR

    I am having an issue in my code I can't seem to figure out. I stopped when I realized there was an error. It is in the boolean function below. The bracket is giving me an error and I am not sure what I have double checked and all of my brackets match up so not sure what the problem is...
  24. J

    ArrayList to take in a datafile not working??

    I have a lottery program I am trying to write for a class. Some how the data is coming in correctly threw the loop but it turns into zero's outside of the loop. Not sure why it is doing this???? Function in the code to take in the data is below. public static ArrayList<MegaMillions>...
  25. J

    API??

    What is an API and what programming language would be good to learn to write this?
  26. J

    Computer Science vs Computer Engineer

    I am wondering which one of these majors have more job opportunities in general? If you are a CE and your focus is with Digital Systems, VHDL/Verilog, etc? Do you have a lot of job opportunities? For some reason I can only think of Companies like Intel and AMD hiring a CE with these...
  27. J

    Altera Online Classes

    I was thinking of taking some of these online classes from Altera http://www.altera.com/education/training/courses/OHDL1110 Since they are free and if they are good I am thinking of taking some of the paid courses. I am wondering if anybody has ever heard of Altera? Or if you guys...
  28. J

    VHDL/FPGA Boards

    I am in a Logic Design Class and we are now writing code in VHDL and Using a Spartan 3E Nexus 2 board I believe. I really like it so I decided I want to get my on FPGA board to practice on my own for class and when the class is over. I am using Xilinx software and board so I figured I should...
  29. J

    VHDL Simulation Software??

    Not sure if this should be in programming or general software but... I am in a Logic Design class where we are writing VHDL code for our logic circuits. I want to know if anybody knows the different types of simulation software that is out there? And if there are free versions I can...
  30. J

    Java in Linux?

    I want to start writing Java code in Linux. I am just not sure how or where to get a free version of Linux? Also not sure how to set up the Java environment in Linux to write the code. Can anybody help me out here?? So far I have been writing my Java code Eclipse on Windows.
  31. J

    Java Questions

    I have a couple of quick questions. Using inheritance how can you call the toString method from the parent class in the child class? How does the getClass() function work? Like I have seen a return statement in a toString method say return getClass() + "Weight = " + weight;
  32. J

    Grad Schoool Questions on CS Major

    Computer Science Masters So I would like some advice as well as some input. Anything you guys can give me, I would greatly appreciate it. I got my undergrad in Electrical Engineering back in 2005. My favorite classes in college were electronics, logic design, digital systems and every...
  33. J

    Grad Schoool Questions on CS Major

  34. J

    Computer Science Masters

    So I would like some advice as well as some input. Anything you guys can give me, I would greatly appreciate it. I got my undergrad in Electrical Engineering back in 2005. My favorite classes in college were electronics, logic design, digital systems and every software/programming class I...
  35. J

    Class Function Question

    This is for Java I am just trying to double check if this is the correct way to create a function for a class and return that type. //this is inside of the another class or Object2 public Object1 functionName(Object1 variable1) { //Do I even need to do this below? Cause I am...
  36. J

    System Restore Question

    I just recently bought a new Sony Laptop. I want to create a system restore file on my hard drive. I am not sure if it is possible, but if so can some one give me some guide lines on how to do it? I tried myself but when I went to pick the hard drive space it was basically grayed out.
  37. J

    Java Questions

    Is there another way to pass information to a class from another class besides a Method or a Constructor? My professor in my Java Class told us not to pass any values to the constructor (leaving it as a default Constructor) and not to create any public methods in the class. So If I have...
  38. J

    Keep getting Tracking cookies?

    I just got a new laptop and as soon as I got it I did my VIAO updates, Windows update and I updated Norton and Sbybot. I run the immunization on Sbybot SD then Sbybot SD scan. Which gives me 0 threats. But when I run norton I keep getting 5-8 Security risks detected. Even after I clean...
  39. J

    Runtime Error

    Ok sooo I am really confused here. I am taking a Java programming class and I have eclipse installed on my desktop which is what I use to write my code. And everything works smoothly there. I just recently bought a laptop and I installed eclipse on there. Now I copy over some of my old...
  40. J

    Buying New Laptop

    I am in school for computer science and I would like to get a laptop. I mainly use Eclipse to wrote my code. I also would like to be able to play World of Warcraft on my laptop smoothly. That is pretty much what I will be using it for. My price range is around 650 to 750. This is what...
Back
Top