Search Results

Showing results 1 to 40 of 60
Search took 0.01 seconds.
Search: Posts Made By: Whilliam
Forum: C 12 Days Ago
Replies: 1
Views: 136
Posted By Whilliam
Hello, I've been having problems with my program. I really don't get files that much. This is my code:


#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<conio.h>

#define max...
Forum: C 22 Days Ago
Replies: 3
Views: 213
Posted By Whilliam
Solved it already. The problem was just in the hash function. I think it was because, if the name inputted is too big, the integer the letters will keep incrementing until it exceeds the maximum for...
Forum: C 22 Days Ago
Replies: 3
Views: 213
Posted By Whilliam
Yeah. Just to make a hash value in a hard way. :)
Thanks for the advice, I'll take it.
Forum: C 22 Days Ago
Replies: 3
Views: 213
Posted By Whilliam
Hello. I've been trying to solve this problem but I can't and my head hurts already. Please help me.

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<string.h>

#define max 12...
Forum: Java Sep 30th, 2009
Replies: 4
Views: 201
Posted By Whilliam
In the class diagram, we'll put attributes of our class in the section at the middle of the class' name and methods right?
I'm wondering, are we also put instantiated variables in there? Like the...
Forum: C Sep 21st, 2009
Replies: 1
Views: 227
Posted By Whilliam
Hello. I'm not getting the desired output for my program. The problem is specifically in the file. I can get it to save and load but when I try displaying it, its gonna have a General Protection...
Forum: Java Sep 8th, 2009
Replies: 2
Views: 572
Posted By Whilliam
thanks so much. ^_^
Forum: Java Sep 8th, 2009
Replies: 2
Views: 572
Posted By Whilliam
Hello. I'm trying to make a calculator with JFrame. I'm only gonna make the appearance of the calculator (not functioning). The numbers and operators are supposed to be arranged this way:

7 8 9 +...
Forum: Windows Vista and Windows 7 Sep 6th, 2009
Replies: 8
Views: 812
Posted By Whilliam
Hello. My sister is having a problem with her laptop. When she turns her computer on, there's a noise at the left side of the laptop. She thinks its the fan. It makes a noise for like 10 seconds and...
Forum: Windows NT / 2000 / XP Aug 30th, 2009
Replies: 2
Views: 279
Posted By Whilliam
Hello. I need help.
I have this problem that my computer will automatically shut down and will never turn on again unless I turn it off for like an hour and turn it on again.
It does not shut down...
Forum: Windows NT / 2000 / XP Aug 22nd, 2009
Replies: 3
Views: 226
Posted By Whilliam
Hey ya'll sorry if this is a noobish question but I just downloaded a game which requires 1.8Ghz and 512MB RAM. I only have 1.3GHz and 384MB RAM.
My question is, what happens if I install and play...
Forum: Java Aug 4th, 2009
Replies: 1
Views: 218
Posted By Whilliam
never mind, I figure it out. Sorry for wasting space. ^_^
Forum: Java Aug 4th, 2009
Replies: 1
Views: 218
Posted By Whilliam
Hello. Im new to Java and I have a question.
I wanna access another class (e.g. the name of the class is Person) from class Main. I wanna access specifically, the main of class Person. How do I do...
Forum: Java Jul 23rd, 2009
Replies: 2
Views: 217
Posted By Whilliam
Hello. Im new to Java. I don't know much about Java's codes but I have a good background in C. Im using NetBeans 6.7.
I have this code:


package javaapplication1;


public class Main {
...
Forum: C Jul 9th, 2009
Replies: 2
Views: 255
Posted By Whilliam
Forum: C Jul 9th, 2009
Replies: 2
Views: 255
Posted By Whilliam
Hello.. Im trying to pass an integer to a function by adress because I want to change the value of the integer in the function. But it will not.. please help.

Here is my function call:
...
Forum: C Jul 4th, 2009
Replies: 8
Views: 438
Posted By Whilliam
The node containing garbage value appears at the last..
Forum: C Jul 4th, 2009
Replies: 8
Views: 438
Posted By Whilliam
it reads an extra loop which contains garbage values..

this is my "wright" code fragment:

for(p = L; p != NULL; p=p->next)
fwrite(p, sizeof(celltype), 1, fp);

am I doing this right?
Forum: C Jul 4th, 2009
Replies: 8
Views: 438
Posted By Whilliam
I don't think that will ignore the garbage node..
should I just put a sentinel value in my structure when I wright files instead?
Forum: C Jul 4th, 2009
Replies: 8
Views: 438
Posted By Whilliam
Hello.. How can I read a link list from a file without reading a garbage node? I don't know much about how file works..
This is my code fragment:

for(p = A; flag != 1;)
{
*p = (LIST)...
Forum: C Jul 2nd, 2009
Replies: 5
Views: 321
Posted By Whilliam
sob.. its still not working..

here's my main function and structure:


typedef struct
{
char LN[16];
char FN[24];
char MI;
Forum: C Jul 2nd, 2009
Replies: 5
Views: 321
Posted By Whilliam
hello.. its me again and Im having problems with files again..this time, its with link list..

I can't get my program to display the contents it reads from a file.
Please help..
I want to solve...
Forum: C Jul 2nd, 2009
Replies: 9
Solved: file problem
Views: 397
Posted By Whilliam
thanks man.. it worked!:)
I need to use tc and borland c for now because its what we are using in school.
Forum: C Jul 2nd, 2009
Replies: 9
Solved: file problem
Views: 397
Posted By Whilliam
ok here it is..


#include<stdio.h>
#include<string.h>
#include<conio.h>

#define max 20

typedef struct
Forum: C Jul 2nd, 2009
Replies: 9
Solved: file problem
Views: 397
Posted By Whilliam
@Salem:
Im using borland c
fp == 0 in for loop of function load_file is supposed to find the end of file.. I don't know how to do it so I tried that.
Please help me find a better way..:)
...
Forum: C Jul 2nd, 2009
Replies: 9
Solved: file problem
Views: 397
Posted By Whilliam
Hello.. im having a problem with my code.. when i save a file, then choose another variable and load the file, then try to display it, all that it display are garbage values.. i know the problem is...
Forum: Windows Software May 16th, 2009
Replies: 2
Views: 311
Posted By Whilliam
Forum: Windows Software May 16th, 2009
Replies: 2
Views: 311
Posted By Whilliam
Hello, sorry if I posted this in the wrong section. I don't know where else to put it.

My problem is that, usually, when downloading, the speed was around 40 kb/s. These past few days, when...
Forum: Windows Software May 4th, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
It doesn't have any uninstall button even when right clicking. I've uninstall it though through safe mode then installed it again.
Unfortunately, there is still no sound.:(:(
Forum: Windows Software May 3rd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
audio codecs, legacy audio drivers, legacy capture video devices, media control devices and video codecs (the one under sound, video and game controllers in device manager) has no remove or uninstall...
Forum: Windows Software May 3rd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
hehe.. i have no cd.. how do i reinstall it?
Forum: Windows Software May 3rd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
the volume control button that is usually found in the bottom right corner or near the date and time is not there anymore.
I also have a folder named "Incomplete" which has downloads in it. I...
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
Thanks caperjack.. so.. what do i do with the hijack scan results?
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
Im gonna go with Malwarebytes' Anti-Malware.. The one caperjack introduced to me.
Thanks man.. now I know more than 1 anti virus is not good.
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 2:09:20 PM, on 5/2/2009
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)
Boot mode: Normal
...
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
Malwarebytes' Anti-Malware 1.36
Database version: 2067
Windows 5.1.2600 Service Pack 2

5/2/2009 1:03:50 PM
mbam-log-2009-05-02 (13-03-50).txt

Scan type: Full Scan...
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
It did warn me about it but I didn't listen because my friends said that it's a good idea.
Thank you for that anyway. AVG was my first anti-virus but suddenly, it didnt function well. I noticed...
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
AV? Anti-Virus?
I have norton and AVG. both are always updated. Norton can track both virus and spywares. I've done it like 2 time already since the sounds was gone and there are no viruses or...
Forum: Windows Software May 2nd, 2009
Replies: 19
Views: 1,339
Posted By Whilliam
hello..
Im having this audio problem which I've been having for like 5 days.
My computer doesn't have sounds! When I tried playing a song in winamp, I get this message:
"No sound device found....
Showing results 1 to 40 of 60

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC