Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for gicio
Member Avatar for Nick Evan
-1
1K
Member Avatar for dontcare

Thanks for the help earlier, I fixed the problem i had earlier in nested loops, but now i need help creating a Do/While Loop that is a loop above all the steps above that ask the user to continue y or n and quit unless they enter y. i know …

Member Avatar for shubh93
-1
169
Member Avatar for mikeandike22

what is the best free boot manager for selecting multiple Oses. I had installed linux and then lost it because i had to install windows over it again. But now i have no boot manager so what would you say is the best free one i tried osl2000 or something …

Member Avatar for jbennet
-1
158
Member Avatar for lestont

I had fedora core 1 installed in hdb2 and windows xp in hda1.But I then reinstalled windows xp and the Master Boot Record was cancelled so I cannot boot fedora core 1 but I only access windows xp.I tried to install GRUB In hdb2(from cd) but I get an error …

Member Avatar for tom_daniweb
0
352
Member Avatar for rodzilla
Member Avatar for unixnut
0
334
Member Avatar for dontcare

I tried using my usb pendrive, but it won't mount. I been doing a little bit of research on it, the problem might be that I either don't have scis emulation, and I need to rebuild my kernel again, or something else is missing. I rebuilt from the 2.4.26 to …

Member Avatar for TKSS
0
95
Member Avatar for dontcare
Member Avatar for dontcare

This program displays the information of an input file containing dates and strings, the output is in the following form On day, January 1, 1800 The first day begins. [number of days since 1/1/1800; (1)]. My problem is implementing a correct switch statement to display the Day of the week. …

Member Avatar for dontcare
0
107
Member Avatar for dontcare

I tried using my usb pendrive, but it won't mount. I been doing a little bit of research on it, the problem might be that I either don't have scis emulation, and I need to rebuild my kernel again, or something else is missing. I rebuilt from the 2.4.26 to …

Member Avatar for dontcare
0
102
Member Avatar for dontcare

Days since 1/1/1800,that day was Wednesday. Need to convert a date in the form mo/dy/year into this single number. Need a function to print out the day of the week, and a function to print out the date in the form month day, year where the month is completely spelled …

Member Avatar for jwenting
0
167
Member Avatar for epsos

hi everyone im new to this site really newbie to computers well not windows but linux and was wondering if anyone could help me? i have a dell dimension 2400 120g 512ram 2.8ghz runnin xp home and a laptop (rock) with xp pro on 10g 512ram 990mhz and want to …

Member Avatar for epsos
0
130
Member Avatar for dontcare

I would really like to learn how to debug my programs. The book I'm using does not have much info on debugging and my instructor hasn't said much on the topic either. I ended up re-writing my source code because of seg fault error. The program works fine now, but …

Member Avatar for Chainsaw
0
117
Member Avatar for grumpysnake

my system fails to boot through to graphical interface. near the end, it reverts to text, making me log in as single user. what do i type in at the prompt to remedy the problem. i am using 10.1 community.

Member Avatar for grumpysnake
0
51
Member Avatar for dontcare

I can't get my printer to be set, under a regular user, as default. I checked my cups server and its up and running and I checked port 631. Port 631 has my usb printer but when I go to print anyting it shows lpr. My system tools does not …

0
130
Member Avatar for Redek

i have a problem with dual booting. i wanted to dual boot xp pro and fedora. i installed xp then i installed fedora and now when i try to load up xp i get an error that says something like chainloader +1 and it stays there. if anyone knows how …

Member Avatar for rasterpix
0
102
Member Avatar for dontcare

The program is supposed to pen and read a file with student’s scores for a semester.  Display a chart with the average and median scores for each section and each lab. Example: CS 111 this semester has 7 sections and 10 labs.  The output will be a chart with 7 …

Member Avatar for jasweb2002
0
110
Member Avatar for dontcare

I need help using the GCD Algo. in my program, I can't figure out to use the algo in my program. The algo: int gcd(int a, int b){ assert(b != 0); int rem = a % b; while(rem !=0 ){ a = b; b = rem; rem = a % …

Member Avatar for dontcare
0
141
Member Avatar for dontcare

a program that will allow the user to input two fractions and one of the four operations of +, - , *, and / . Once this information has been entered, the program should compute the operation on the two fractions and then output the answer appropriate labeled. Reducing the …

Member Avatar for dontcare
0
144
Member Avatar for dontcare

I'm having trouble with this program the objective is to Prompt the for a int. from 0-999, then split the int into three digits, then output the three digits from 000 through number entered using 3 nested for loops. I can get the second and last digits to work but …

Member Avatar for dontcare
0
132