5,346 Topics
![]() | |
G'day Guys, First up just want to say thank you for being here and for all the info - just being able to browse through the help you have provided to others on these forums has helped me fix most of my problems. I had a similar issue to two … | |
I have no idea where to post this but I thought this part of the fora would be most appropriate. I apologize if it is not and then please can someone tell me where else I should post it? Since a few weeks I have a strange thing going on. … | |
Hello! I have written written my own class, which includes a header file and a .cpp file. I have also written the driver for this program. Everything looks fine to me, but I am receiving about 20 random errors. I will post my code for all 3 files but I … ![]() | |
HI, I have a HP pavilion a1510n , with 1 gb ram, wanted to upgrade it to 2 ( 2-->4 *512), so I checked the hp website , they say "compatible ram 184 pin, ddr 3200 , sdram, 400mhz, no parity) I checked the ebay and got the ram with … | |
This is my first attempt at creating a website using PHP. My database is done in MySQL. It is for a made up university. I am having trouble creating the page that should allow current students enrolled at the university to search for courses and add them to their schedule. … | |
I'm not 100% sure where to post this because I don't see a general forum about Linux here, but I'll put it here because I guess it sort of has to do with software installation. I'm wondering which poker rooms are Linux compatible. Currently I'm using our family windows computer, … | |
Hey everyone. I'm trying to write code to update a stat field within my database and I'm having some trouble passing the variables from the form page to the process page. Below is my code. I know it's not correct. I just want a button to say "Upgrade attribute 1" … | |
I am having the same problem as the guy in this post - [URL]http://www.daniweb.com/techtalkforums/thread44977.html[/URL] I am followed some sort of guide from the thread but can not solve it.. Also my IE7 is running slow... Any other advice. Thank you -------------------------------------- Logfile of HijackThis v1.99.1 Scan saved at 19:14:01, on … | |
Hi I have a Dell Inspiron 8500. The laptop will power up for 5 seconds with power light on and the numlock, caplock and scrolllock green lights are on then it switches off. If I F10 the machine on power up the power light is on the battery light will … | |
Can somebody give me the reason why the integer i is not getting incremented. Here is the code: main() { int i=10; i=i++; printf("%d",i); } and the output is 10. Here my doubt is that, i know that i is post incremented. Eventhough i is not incremented at the time … | |
[B]Help with C++ project[/B] 59 Minutes Ago | [URL="http://www.daniweb.com/techtalkforums/reputation.php?p=343564"]Add to it_dude's Reputation[/URL] vbrep_register("343564") | [URL="http://www.daniweb.com/techtalkforums/report.php?p=343564"]Flag Bad Post[/URL] | #[URL="http://www.daniweb.com/techtalkforums/post343564-1.html"][B]1[/B][/URL] I am a beginning [URL="http://www.daniweb.com/techtalkforums/thread75095.html#"]programmer[/URL] and urgently need help with a project that requires me making a game consisting of a "gameboard". It looks something like this: 1 2 3 1 … | |
Sorry if im not allowed to post this but is anyone running mac os x86 succesfully? | |
Over the past week or so, after hitting [I]submit[/I] and being thanked for my submission (such a nice forum) I get redirected --not to my post -- but to the following page. This has happened on multiple occasions, usually on longish posts. (gee, the spell checker liked longish? How weird) … | |
sorry, i don't know which forum i should post this question. Q) a machine language program to input 2 numbers then adds 2 numbers then output the single-character result. this is what i got so far but it doesn't work..any help plz~~ [code] 0000 4900FE ;Get input from the user … | |
Computer's OS had become damaged or corrupt, and was giving a myriad of glitches and hangs. Clean install was performed including FDISK, repartitioning, format, preinstall virusscan, run on this computer from another computer bridged to it, and then reinstallation of OS. All operations went without a hitch, but, now The … | |
after log in, a error message pop up rundll error loading C:\WINDOWS\System32\colic.dll access is denied also sometimes computer restarts for no reason i post a thread before about this, however i got busy and never respond back, sorry for any troule it causes the CNNIC problem still exist the package … | |
Hello all I am doing a research report on Operating Systems in my Masters Degree. I need your kind comments on the following topics, so that I can add them into my research report. A small comparison among operating Systems. (Windows 200, Windows XP, Linux, Linux, Mac OS). you can … | |
Hi all. This is my first post here, and i need urgent help with a programming assignment. I am working on an assignment which requires me to build a simple shell. My shell must handle simple commands with arguements and ones with piping and I/O redirection. The problem is i … | |
hai, i m new to this site and my 1st post is this. I have a table which consist of some tuples. i didnt set any primary key. by mistakely i entered the same values for two tuples. i want to delete a single tuple without copying the table to … | |
%token NUMBER %token LETTER %start cmd %% cmd: /*Blank*/ {printf("Blank, No command entered ");} | cmd_name args_list { char str[80]; strcpy (str,$1); strcat (str,'('); strcat (str,$2); strcat (str,')'); $$ = str; } ; cmd_name: string { $$ = $1;} string '.''.' { char str[80]; strcpy (str,$1); strcat (str,$2); strcat (str,$3); … | |
G'day, I've been googling for the last three weeks :eek: trying to get an example of a program larger than a simple "Hello World" that works inside it's own GUI. I've been working on the "GUI with calculator" in this same section of Daniweb, but as soon as I put … | |
[code=c]cout << "\nYou trade your sword for a battle axe."; inventory[0] = "battle axe"; cout << "\nYour items:\n"; for (int i = 0; i < numItems; ++i) cout << inventory[i] << endl; [/code] Uhh well the question is that I really dont get the ++i Why would you use the … | |
Hey! There has been a question on my mind for a while regarding the JRE and the class loader (or, loading classes into RAM if it's different). Java classes define variable members, methods, and subclasses. I know that when you create a new instance of a class, memory is allocated … | |
Someone made a comment to one of my post regarding that I could not stop click fraud. I have stopped click fraud. That was easy. However, getting traffic that is another story. One, I would like for people to take a look at my solution for click fraud if you … | |
Hi, I am having some problems with css on a website that i take care of for my local Scout Troop. I have little idea of css, but have managed so far to put the site together by hacking at a gnu released template. The problems are related to the … | |
Hello friends, This is my first post on this forum. I just came here to learn a bi t of C++. I have developed an operating system called TAJ in C++. Its an object oriented operating system. It is multitasking, multithreading and multiuser operating system. This is its link: <snipped … | |
Hai, I need to Send and Receive Email using Ms-Access with Attachments. Anybody know how to send and receive Email's usin Ms-Access. please post me the details. Thanks Tamilvanan | |
I think I have to formulate my previous thread more precise : It is easy to get access to the database components when you use c# in delphi 2005 personal : In the section tool palette there is a button called "data components". When you push this button, you can … | |
Hi everyone! I'm currently working on a navigation bar for a personal website and, although transparency is working great, has a couple of problems with browsers that use... fonts that are not around the size (specifically the [I]height[/I]) of Helvetica. I basically have a [inlinecode]<div></div>{...}</li></ul>[/inlinecode] block. The first [inlinecode]<div></div>[/inlinecode] combination … | |
Hi, I'm new to PHP and was wondering if anyone could help me with my problem. Basically I have an access database and have managed to create a few php scripts by looking at various tutorials and scripts on the net in php that insert, update, delete and view data … | |
I am trying to make a simple database delete script. Im fairly new to php and mysql. I need to access 3 tables in the database to delete all the relevany information for one user. The articles, penname and users tables. I adapted the code from a search script I … | |
I am attempting to search a list to check whether an item is already present before inserting. I am having trouble with the pointers; I understand that I need to set the pointer to the start of list but I keep getting compilation errors. Can anyone help? Here is my … | |
Hi all this is my first post, and first hijack log. I could only take this log in safemode, dunno if that is any help or not. But anyways the problem is that svchost is using all my resources in normal mode. Here's the log. Thanks Logfile of Trend Micro … | |
Hey all, Im trying to put a submit news box on my admin page but for some reason my top box, Headline: "Textbox here", is not showing up on my page. Am I doing something wrong? Did I miss a tag somewhere?? Thanks in advance. [CODE] <tr> <td> <br> <!--Display … | |
Hi, I am trying to help a friend with an emachine D6419. Apparently after downloading the new MS Hotfix that corrupts the user32.dll files I cannot get his computer to POST. I removed the HD and put it into another machine and was able to run the MS patch to … | |
Hey, maybe this is the wrong forum, but you people probably know way more than I do about this stuff. To the point. Windows XP, suddenly it begins to run slow. I try everything to fix it but nothing works. It's not connected to the internet but I download Norton … | |
Hello everybody, My normal computer is finally running smoothly...but I'm finally getting around to fixing my computer in the other room. It is in pretty bad shape...I can't even access IE anymore...and the speed of the computer is horific...I know it has alot of spyware and virus problems, but I … | |
hi, this is my first post in this forum... i have an ASP.NET project in school, and i need some help with the sitemaps this is my folder, i upload it here [URL="http://www.uploading.com/files/10S683QD/buzztime.zip.html"][/URL] my problem is that the on the side menu, i get Home, Products, Services, and Shopping Cart. … | |
Computer's [URL="http://www.daniweb.com/techtalkforums/thread74315.html#"]OS[/URL] had become damaged or corrupt, and was giving a myriad of glitches and hangs. Clean install was performed including FDISK, repartitioning, format, preinstall virusscan, run on this computer from another computer bridged to it, and then reinstallation of OS. All operations went without a hitch, but, now The … | |
I have an old Laptop HP monitor that I want to convert to a desktop montior for my mac mini. I was wondering if this task can be done and if so how would I go about doing this? If someone could post a tutorial or a link to a … | |
hah.. I'm not exactly new, but I originally joined this forum for some help with programming, and I didn't really care about it.. However, the last couple of days I have been getting more involved.. It's a great forum, and I just wanted to post a quick intro.. My name … | |
So I installed a new graphics card and immediately after I get the following problem, here are my specs BFG tech N-Force4 mobo ultra AMD Athlon64 3200+ PNY GeForce 7600 GS 512 MB 120 gig drive 2 x512 MB DDR400 Dual Ch So after installing the card I turn on … | |
Hello every1, Nice to be here. I got these 2 different BSOD. Though the difference is small they came out of nowhere and now they keep repeating themselves. Tbh till 3 days ago i didnt have any type of problem. Then we had 3 consecutive power failures and the BSOD … | |
Hi all, this is post #1,000 for me. So I thought I would celebrate with my fellow members here, it's hard to believe that I've been here for two years now.:cheesy: | |
I get a blue screen, I've read here that its probably a cause of a hardware malfunction, anyway I'll post the number: 0x0000000A(0xe1574000,0x00000002,0x0000000,0x80639e15) So if anyone can tell what this could mean I'd appreciate it alot, I suck and fixing stuff and I try to learn since I'm 16 :P. … | |
I would like to know if I just copied MBR, partition information, etc. Is it possible, or do I need to image? Whats the best thing to do? My first post, sorry if it is in the wrong place. I'm in my first year of Networking and Communications B.A. and … | |
I posted previously thinking that my problem that I have clicking on Link to open it was with IE, however as I had the software tech at the office check it over for nasties, malware etc. and the computer is clean I have realized today after using it repeatedly to … | |
Hello anybody who takes the time to read this! I am not new to CFM but have not hit it to deep as of this point. Here is my problem and I hope I can explain this well enough. I have a page that will be driven left to right … |
The End.