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.

0 Endorsements
Member Avatar for laelzio.mosca

Hi, I want to learn about how to clean up a computer to upgrade its performance, remove viruses, troubleshoot, things like that, normal maintainance pretty much. I`d like to know what you guys would suggest for a book, is there one that I can buy that will teach me these …

Member Avatar for Biker920
0
60
Member Avatar for laelzio.mosca

Hi, I`m making a temperature program, the program takes the temperature F and prints the equivalent Celcius temperature. and VS. The temperature is a double, but I get too many numbers after the decimal poit, like( 45.67777777...) I`d like to set it to only one or two numbers after the …

Member Avatar for laelzio.mosca
0
134
Member Avatar for laelzio.mosca

I`m trying to write a sample program in java, but the book doesn`t explain how I should write my html code to execute it, I don`t even know what I should use to write a HTML code, I looked online, but didn`t find much. this is the java code: [CODE]import …

Member Avatar for sincerelibran
0
81
Member Avatar for laelzio.mosca

I`m in a computer science program, just started. I`d like to know the difference between linux and windows, which one is better, or if it`s just a personal preference? I have never even seen how linux looks like, but I`d like to try installing it in my computer since a …

Member Avatar for khakilang
0
169
Member Avatar for laelzio.mosca

I`m taking java class and I`m thinking about getting one of those mini laptops just to do my school work and be able to access the internet. for the price and portability, I`m looking at the Acer Aspire One AO532h-2326 I`d like to get an advice from you guys. How …

Member Avatar for BestJewSinceJC
0
80
Member Avatar for laelzio.mosca

I`m trying to use sets and gets for a code, but it`s not compiling I`m not sure how to set and get a String, this is what I have so far this is class Car [CODE] String color; void setColor(String col) { color = col; } String getColor() { return …

Member Avatar for laelzio.mosca
0
98
Member Avatar for laelzio.mosca

I started my java class not long ago. I`m just creating a class car, and I`m not sure how to call a function with a return type in main, can anybody help me. this is what I have: [CODE]class TestCar { public static void main(String[] args) { Car myCar = …

Member Avatar for kvass
0
116
Member Avatar for laelzio.mosca

Hi, I just started my java class a few weeks ago, I have a question if you guys can help me. I`m learning about passing arguments, so I have this small code, it works perfect, the output is " 42 84 ", but I didn`t get it. what does it …

Member Avatar for musthafa.aj
0
107
Member Avatar for laelzio.mosca

I just started my Java class, and I`m trying to Install Jgrasp from [url]http://java.sun.com/javase/downloads/index.jsp[/url] I choose the first picture, the one that just says java, with the JDK. But after I install it, I still can`t find it in my computer. Can anybody help me. Thanks

Member Avatar for doha786
0
93
Member Avatar for laelzio.mosca

HI, I`m looking to buy a laptop, I currently found two different brand laptops that I`m interested in. One is a sony, the other one is dell, I`m not too concerned about the brand, but since they have different processors I need a suggestion to which one is better. The …

Member Avatar for aboutj
0
92
Member Avatar for laelzio.mosca

I want to get a book to learn more about upgrading and repairing computers, I`d like to get a few suggestions. Thanks

Member Avatar for Seten
0
71
Member Avatar for laelzio.mosca

I finished my tic tac toe game program, I`d like to know if anyone can tell me what I need to do in order to send the .exe file to someone and make it so the file executes without problems. Thanks guys

Member Avatar for laelzio.mosca
0
108
Member Avatar for laelzio.mosca

I have this tic tac toe code, it`s almost working, can anybody take a look, I think the only thing wrong is in the else statement in main, but I`m not sure, I think I need to place the checkToWin and checkToBlock functions properly in main [CODE]// Laelzio Mosca // …

Member Avatar for jonsca
0
105
Member Avatar for laelzio.mosca

I have this code for a tic tac toe game, everything works fine, but only two player can play, I`d like to make it so the user can enter the number of players, and if there`s only one player, the user can play agains the computer, how do I get …

Member Avatar for nerdinator
0
197
Member Avatar for laelzio.mosca

Please help! [CODE]// Laelzio Mosca // 12/09/09 // Tic Tac Toe game #include <iostream> using std::cout; using std::cin; using std::endl; #include <iomanip> using std::setw; #include <string> using std::string; #include <cstdlib> using std::rand; using std::srand; #include <ctime> using std::time; //global variables const int row = 3; //size of array const int …

0
70
Member Avatar for laelzio.mosca

Can someone help me please? I have to do this turkey project, everything is working ok, exept for my oven time. when it prints this line: [CODE]cout << "Put the turkey in the oven on the " << startThawDay + howLongToThaw <<"th " << " at " << ovenTime <<" …

Member Avatar for valtikz
0
84
Member Avatar for laelzio.mosca

I have this code for a tic tac toe game, it`s not done yet, and what I have done isn`t working like I want it to. The screan prints and promps player 1 and 2 for inputs one at a time, but my while loop in main is probably wrong, …

Member Avatar for jonsca
0
59
Member Avatar for laelzio.mosca

I`m trying to program this tic tac toe game, I have the screan printing like I want it to, but I don`t know how to take the user`s input and change the numbers in the array to an "X" or "O" depending on the user`s input, and upgrade the grid, …

Member Avatar for Murtan
0
177