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
~6K People Reached
Favorite Tags
Member Avatar for Steven1142

I have bought 2 different types of HDD and still I am unable to format using Disk Utilities it always gets stuck halfway. Will buying an installation disk fix this problem? or is there somethan out there besides disk utility to format the HDD Regards -Steve

Member Avatar for dannyniu
0
294
Member Avatar for jaiop

{ SumOddEven(A,n) //A is array and n is size of array { int count, sum; for(int i = 1; i<=n; i++) { sum_even=0; sum_odd=0; for(int j = i; j<=n; j++) { if (A[j] Mod 2 == 0) //check if number is even sum_even=sum_even+A[j] //Sum even numbers else sum_odd=sum_odd+A[j] //Sum odd …

Member Avatar for dannyniu
0
306
Member Avatar for IntegratedTweak

If there was one computer that was badly infected as this then you'll be horrified! It was about 7PM Australian time and I just got this Lenovo Laptop from this guys house in Queensland. The laptop looked like it belonged to a kid before because it looked like someone loves …

Member Avatar for Noor_7
1
334
Member Avatar for happygeek

Responding to the publication of a report which shows Amazon, Apple and Microsoft all scoring badly when it comes to a reliance upon 'dirty energy' to power their data centers, Apple has hit back with claims that the report over-estimates the power consumption of iCloud and projects being constructed to …

Member Avatar for Ginetta23
0
620
Member Avatar for najiawad0

I am 11 years old and I love programming, I know: PHP (A little) , JavaScript , HTML , C , C++ and Java (Just started learning). I really wanna learn Objctive-C but I couldn't find good free tutorials. Can anyone please recommend me a Objective-C tutorial? Thank You!

Member Avatar for midynamics
0
429
Member Avatar for Carles_1

Hi there! I am making a space invaders game for iphone with xcode. You can move the ship to the right or to the left when pressing the right or the left part of the window. The "enemies" appear randomly at the top of the window, but the problem is …

Member Avatar for dannyniu
0
152
Member Avatar for Gus_19

I know this is a dumb question, but I must be missing something simple and just can't figure it out. My program has a logfile to track things done with it. I'm trying to figure out what I am missing with creating the file if it does not exist. Am …

Member Avatar for group256
0
118
Member Avatar for dannyniu

As you can see from the title, I'm suffering the problem. developer.apple.com didn't provide much information about this, I have to ask for solution somewhere else. I already know how to up/down-load files and create directories, but the official reference doesn't say how to undo it. I hope some one …

Member Avatar for dioioib
0
1K
Member Avatar for agniputra

Hi can u pls tel me how to tackle a problem like this: 1234567890123456 is the number to be loaded in db... i need to convert it to double without using atof()... if i use atof() function the number is rounded off to 1234567890123460... ??? can anyone suggest for a …

Member Avatar for dannyniu
0
730
Member Avatar for HiFiDr

I and many others have found that when converting to and converting from FLAC format from/to WAV format there is a sound quality degradation even though file size remains the same and accurate rip comparisons in EAC show no differences. Performing these conversions on two different PC computers of differing …

Member Avatar for dannyniu
0
263
Member Avatar for Katana24

Hi all, Been a long time since i last posted on this forum :P For a little while I have been curious about data recovery programs for the mac; by that I mean actually creating one from scratch. I know that this isn't the best area to post this question …

Member Avatar for stevenros
0
159
Member Avatar for meli123

I would like to make a program which allows you to enter a number (say 145). It reads the 3 CHAR and prints the largest one. I can make it to compare integers but where I am lost is how to compare characters in a single 145 (example) input so …

Member Avatar for TrustyTony
0
294
Member Avatar for meli123

Ok so I played around with this for a while and it works..but I wana know the logic [CODE]#include <iostream> using namespace std; int main() { int number; int max = 0; cout << "enter number: "; cin >> number; while (number !=0) { if ((number % 10)> max) //rem …

Member Avatar for Anirudh Rb
0
264
Member Avatar for cppdeveloper

[size="4"][size="3"][font="Tahoma"]These are just some of the Arrays sizes i've used, many of them are inside a loop. [CODE] int ss[80000]={0}; char pres[64000]; int ith[4096][16]={0},ich[4096]={0},pres2[2500][16]={0}; int slf[4096][16]={0},slr[4096]={0},rh=0,crs[4096]={0},cri=0,moo=0,nb=0; int qlf[4096][16]={0},wlf[4096][16]={0},kd=0; int jlf[4096][16]={0},jlr[4096]={0},jrs[4096]={0},jri=0; int klf[4096][16]={0},klr[4096]={0},krs[1204]={0},kri=0; int vlf[4096][16]={0},vlr[4096]={0},vrs[4096]={0},vri=0; int plf[4096][16]={0},plr[4096]={0},prs[4096]={0},pri=0; [/CODE] 80% of the time my program runs properly but every other time it …

Member Avatar for raptr_dflo
0
162
Member Avatar for AKJo

I have problems to play video files from different cameras with the media player supplied with Delphi. Does anyone know of a free compnent that I could test in stead?

Member Avatar for dannyniu
0
105