- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
A fighter with a 'give credit where it is due' attitude.
- Interests
- Computers,Football,Cricket,Music(Guitar),Drawing
- PC Specs
- Intel Dual Core T2300 1.86Mhz, 2 GB DDR2 Ram 120 Gb HDD
26 Posted Topics
Re: As a design principle you make clsses when you are modeling real world objects. In your case book is a real world object. Books have attributes like name,category,price so these are kept together in a class. You can then focus your development work on Book as a whole and do … | |
Re: Which library of C has this function Despairy?? | |
Re: You cannot return more than one value in a function. You have to use an array or a pointer. | |
Re: well if you fell that the system you have has some problems that causes the problems, try putting up a LINUX live CD and see if you can access the External hard disk files from there | |
Re: do it like this [CODE] do{ //your code here printf("do you want to exit(y/n)"); char a=getchar() }while(a!='y'||a!='Y');[/CODE] | |
Re: you can check the port by netstat-aon | |
Re: simple put the code fragment [CODE] Commission = Sales * CommissionRate; TotalPay = (NormalHoursRate * NormalHours) + (OvertimeRate * OverTimehours )+ Commission; cout << "The sales assistance salary is: " <<"R " << TotalPay << "\n"; cout << " _______" << endl;[/CODE] out side the loop | |
Re: I have had the problem with 250 gb hard disks when installing Xp . Try installing Vista and it should work fine | |
Re: Well your case seems extreme but once I had similar problem when reinstalling the OS enabled me to get it up and running. Try putting up a stable OS like XP/VISTA/UBUNTU and check if the problem persists. | |
Re: Codes are actually some files that will enable you to paly some extensions like mp3,aac etc. | |
Re: Modern windows builds will be syncing but still the CMOS battery if drained out will send time back to original date. lost Moreover all other BIOS settings get changed. | |
Re: check the PSU. Do a soft power test by taking out the PSU and shorting the Green wires. | |
Re: If your DVD's are read in other computers then you may hve to send the drive for repairs.My laptop aslo had the same problem | |
Re: hey excuse me but the above code is absolutely fine,i dont find an error it is running fine | |
Re: Yes,use object man............thatz the way to do it | |
| |
| |
Re: Indeed waltp's way i the easiest to find prime factors of a number | |
Re: do a thing .................. use the unload command after the frmenter.Visible = True line. the error u describe is just the opposte of waht it shold be withthis code.so just tey that.. | |
Re: ur logic is wrong..............i cant say bout the code ,but newton ralphson method............u ar using has the wrong logic.. x2=x-(func/deriv) this is the actual logic of newton ralphson method. | |
Re: with surfing being ur only need i dont see a reason as to why u should upgrade. However if ur Pc is too slow ,it may be due to the rigours of the 7 year long performance... A clean up of ur software, or a clean os installation should do … | |
Re: u try the code snippet: Private Sub cmdSwitch_click() if picture1.picture ="D:\hehe\Winter.jpg" then picture1.picture = LoadPicture("D:\hehe\Sunset.jpg" else picture1.picture = LoadPicture("D:\hehe\Winter.jpg" end sub this would do for switch similarly for the pictue click change in picture write the same code in the picture1_click event... this should solve ur problem | |
Re: The Xp cd from which you are installing may have a corrupt USB driver. try using a different disk or better try it on a Linux live Cd. If detected Format it and safely remove it |
The End.