4,228 Topics

Member Avatar for
Member Avatar for Labdabeta

Hello, I made an arbitrary precision integer library a few weeks ago. It works well, but is bounded by `256^(8*sizeof(size_t))` because it uses a simple dynamically allocated array to do its work. I want some way to have theoretically unbounded storage. I think that file io is probably best, but …

Member Avatar for Labdabeta
0
208
Member Avatar for cypher1

Hi I want to replace my 70mm heatsink fan AMD Athlon64 X4 witha quiet fan can can anybody recommend a fan I know there is two options 70mm pwm fan or quiet fan something like nexus quiet fan plus fan controller if needed. any suggestions welcome thanks

Member Avatar for toxicandy
0
225
Member Avatar for shashidhargm

I'm having a problem with my display I can't see display whenever i start my computer So i thought to check with different monitor and i got the same problem with others also Later i raplaced my HDD with my friend's PC then it worked fine Guys any solution ???

Member Avatar for shashidhargm
0
154
Member Avatar for Cody_2

Hey guys i really want to start playing wow and we are getting internet again soon. I already bought the game and expansions but my computer doesn't have enoughspace so im going to download the game on a usb or external hard drive and idk what to get...does anyone know …

Member Avatar for Cody_2
0
174
Member Avatar for oldman1943

I just bought a new Shuttle Bare Bones SH61R4. I need to know which type of memory I need, speed and (ECC and Dual Channel). I am confused as to the ECC and dual channel. The information says 1066/1333 dual channel. Do I have to also have ECC memory? I …

Member Avatar for oldman1943
0
265
Member Avatar for challarao

Hi all, Some laptops come with dedicated gpus while some laptops come with integrated gpu. I bought a Sony Vaio laptop with Intel core i5-2450 and Nvidia graphics card.... Does my laptop graphics( like windows aero) work even If I disable the Nvidia driver.... What do I have to in …

Member Avatar for challarao
0
425
Member Avatar for e.pol

Many days ago i'm got this laptop "ACER Travel 2300", oh. sorry about model, i'm forgot it This laptop very slow to boot (about 60 minutes or more). After i got it, first i'm setting up CMOS date and time, after setting everythings go well. It's want to replace the …

0
122
Member Avatar for homeboy

Hello, I've got laptop K72Jr and I would to upgrade my RAM. Could someone tell me if these caracteristics of new RAM is compatible for my laptop. Thanks This is caracteristics of my previous RAM: DIMM: 1 SMBus address 0x50 Memory type DDR3 Module format SO-DIMM Manufacturer (ID) ASint Technology …

Member Avatar for tigerbright
0
342
Member Avatar for Fibinacci85

hello guys, Im hoping someone out their can help me, a little over a year ago i bought a new motherboard specefically the MSI G41M-P26 board with 2 gigs of DDR3 1333 (scaled down to 800Mhz) i recently decided to upgrade my ram as i now need more memory so …

0
91
Member Avatar for favour24

Hi All, How can I solve the problem of "No Input Signal going to Sleep" The VGA is onboard. I changed the RAM but still the same, slot in a new VGA, still the same and also remove the CMOS battery, yet the problem still continues. Please what kind I …

Member Avatar for tobyjones8
0
606
Member Avatar for WILARD428

My compac presario sr1215cl sometimes takes 5 or 6 attempts before it will boot. Other times it boots on the first try. When it doesn't boot I get one long beep every few seconds. When it beeps I know it isn't going to boot so I try again until it …

Member Avatar for tobyjones8
0
182
Member Avatar for vipulasri.2007

When we turn ON the Destop pc's it gives a BEEP sound of BOOTING RAM.... But when we turn ON LAPTOPS then it doesn't gives BEEP sound .... whats the LOGIC behind it...?

Member Avatar for tobyjones8
0
150
Member Avatar for aarviii

needing some help about this matter. 1.) i changed the setting on BIOS pressed F10 then reboot and when i checked again the bios the setting i've changed wasn't saved. 2.) after the windows loading screen. it reboots by itself. please help me.

Member Avatar for aarviii
0
130
Member Avatar for razib8bd

i have a Intel Dual (R) 3.06 . But it is showing 1600 MHZ in mother board of BIOS mood. Do anyone have any solution?

Member Avatar for nmakes
0
134
Member Avatar for Badminer

Hello, A few months ago I bought a M5A 78L-M USB3 motherboard for the computer I was building. I have finished building it, when I start it up I get the American Megatrends Inc screen. Soon it tells me to press F8 to get to the BIOS Boot up screen, …

Member Avatar for nmakes
0
169
Member Avatar for howard.a.s

The area in which I live and work seems recently have been hit by pretty regular power interuptions, some lasting perhaps for only a second or two, but long enough to cause my office computers to reboot. It's impossible to predict when one of these power cuts will hit, so …

Member Avatar for Stuugie
0
159
Member Avatar for Aethir

# This is an advanced guess the number game. import random # The very basis of this game. import math # Used for math.ceil import time # Used to split up long portions of text. def errorDisplay(errorCode): if errorCode == '1': print('\n\n\nError ' + errorCode + ': unlockedGameModes outside of …

Member Avatar for Aethir
0
279
Member Avatar for Octet

Hello Daniweb, I've just purchased a new laptop, an Acer V3-571G which has an advertised battery of up to five hours. Obviously this is going to be dependant on what you are running, but even when using Ubuntu 13.04 to simply browse the internet, check emails and do some word …

Member Avatar for Webville312
0
189
Member Avatar for Dormoxx

Hello, I'm trying to install a second graphics card in my PC. The problem is, there are only two 6 pin(I think that's the right word) power connectors for my PSU. I have two IDE power -> 6 pin adapters. If I put both of those adapters on the same …

Member Avatar for rubberman
0
191
Member Avatar for nmakes

I am interested in assembling my own PC. It is the first time I am doing it. So I want to ask about it first here. I had gone through some of the tutorials on how to assemble one. Lifehacker had a good tutorial about how to do it. Now, …

Member Avatar for Rik_
0
235
Member Avatar for PHIPH

my pc boots for a sec and then displays nothing,the mother board still shows that it has power. i have tried the monitor and its working properly with other pcs. i need a quick help about this . thanx

Member Avatar for Rik_
0
145
Member Avatar for TarkiB

Hi all! I'm trying to create a program that produces a memory leak. I have a program that looks like it works, but I was wanting to verify whether it actually is causing a memory leak, and that it's not just some other type of issue. It's in C++, which …

Member Avatar for mike_2000_17
0
377
Member Avatar for globueno

Hi I am fairly new at programming, I am working on a final project for my assembly language class where I am calculating college savings, this is the formula I believe I will end up using, fv= pv(1+(r/n))^nt, but I am in desperate need of help in writing that in …

Member Avatar for Assembly Guy
0
1K
Member Avatar for bluekb

why I am trying to dynamically allocate memory for this pointer to array of structure I have STUDENT *studArr[] where STUDENT is the name of the structure I tried to allocate like this #include <stdio.h> #include <stdlib.h> #include <string.h> #include "queue.h" #include "stack.h" #define NAME_SIZE 20 #define RECORDS_SIZE 100 typedef …

Member Avatar for MonsieurPointer
0
357
Member Avatar for Nyot

Good days to all Please give me a good opinion. I have a laptop Acer 6920g. Recently i observed that everytime i open it not in use for several hours in other words COLD START it always freeze sometimes re starting. Its like 5 seconds from the start. When i …

Member Avatar for Nyot
0
158
Member Avatar for cckulmiye

i have a toshiba satelitte p845-s4200 i wan to upgrade my processor becaouse the clock speed of my processor is too slow my processor now is: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, 1701 Mhz, 2 Core(s), 4 Logical Processor(s) i wont to upgrade Intel Core i5-3470 Quad-Core Processor 3.2 GHz …

Member Avatar for caperjack
0
218
Member Avatar for blackrainbowhu

Hello everyone! I hope that someone could help with my C assignment. The main task is to demonstrate forking, piping, message queues, signals, and shared memory with an example that a rabbit female is waiting for a rabbit boy to tell her a poem, she gives a gift in return …

Member Avatar for blackrainbowhu
0
378
Member Avatar for JE821

I'm not sure if I'm freeing the memory correctly. I have the following struct and I'm trying to free the pointer in it. typedef struct RECORD { char* name; int score; }RECORD; In my main function I have an array of this struct, therefore I'm using a loop to free …

Member Avatar for JE821
0
288
Member Avatar for funkey100

Hey guys! I'm selecting the parts for my new gaming desktop and I don't know too much about audio. I'm using the Gigabyte GA-Z77X-D3H ATX LGA1155 Motherboard and I don't know if I should buy a Asus Xonar DG 24-bit 96 KHz Sound Card. I tried looking at the audio …

Member Avatar for funkey100
0
269
Member Avatar for jemz

Hello, Hi can anyone help me please,I have problem on my dvd-rom.This is the model TSSTcorp CDDVDW SH-S223Q SAMSUNG SUPER WRITE MASTER...my problem is when i am going to insert a dvdRw and then i am going to burn using only the windows burner...it will not burn the files, after …

Member Avatar for Rik_
0
213

The End.