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

19 Posted Topics

Member Avatar for gicio

[QUOTE=gicio]Hi! How can I resize on a windows 2003 server a partition ? Regards, gicio[/QUOTE] Use a partitioning tool like powerquest server magic, Moderator edit: [i] Instructions for obtaining software illegally are not permitted here at DaniWeb - Catweazle[/i]

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
175
Member Avatar for mikeandike22
Member Avatar for lestont

[QUOTE=lestont]Both grub and lilo are installed in my linux.I manage to access grub in /sbin and run it but I get no desired results.My grub.conf file is located at /boot/grub but I cannot run grub there.Here is how I tried it for linux and windows booting->linux is in hdb2 and …

Member Avatar for tom_daniweb
0
394
Member Avatar for rodzilla
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 Member #2466
0
125
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
120
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
123
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
183
Member Avatar for epsos

[QUOTE=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
148
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
134
Member Avatar for grumpysnake

[QUOTE=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.[/QUOTE] Did you try startx or X under root, your init …

Member Avatar for grumpysnake
0
63
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
138
Member Avatar for Redek

This link should fix your problem: [url]http://forums.devshed.com/archive/t-157222[/url] If that doen't solve your problem try editing your WinXp boot config at the grub menu, select Winxp or other press 'e' to edit and make the following changes: title Windows XP rootnoverify (hd0,2) // this is your windows boot partition, play around …

Member Avatar for rasterpix
0
125
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
140
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
167
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
161
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
153

The End.