Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq … about the specific steps you've taken so far to troubleshoot the issue. That way, others in the community can offer… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … default keyboard, then the screen that gives me two options: Troubleshoot this PC Shut down Neither of which is supposed to… be shown on a reset to factory. He selected Troubleshoot, then something else (quickly) on the next screen and eventually… Re: ASUS Laptops - my experience Hardware and Software by toneewa … help prevent running into problems. When you to go to [Troubleshoot this PC](https://www.thewindowsclub.com/repair-master-boot-record…-us/topic/use-bootrec-exe-in-the-windows-re-to-troubleshoot-startup-issues-902ebb04-daa3-4f90-579f-0fbf51f7dd5d). Accessing [Reset to… Re: Started getting burned plastic smell from my laptop Hardware and Software Hardware by AW0C A defective Dell Inspiron 5558 still sells in 2024 for about $ 20 on Ebay. unable to troubleshoot cause of white band on page Digital Media UI / UX Design by janicefernandes please see the link [URL]http://www.opal-stone.com[/URL] just below the top menu you can see a white band on the main page. I am unable to resolve this problem. please help me to troubleshoot this problem. ask me for any clarifications. thank you for your valuable time and efforts. How to troubleshoot and fix Windows 10 blue screen errors? Hardware and Software Hardware by Abhishek_35 How to troubleshoot and fix Windows 10 blue screen errors, Please help troubleshoot char array; Programming Software Development by uzimuzi [code] #include<iostream>; using namespace std; int main(){ char arr[8]={}; for(int count(0); count<=7; ++count){ arr[count]='*'; } cout<<arr; cin.get(); return 0; } [/code][code]I really do not understand how … Re: troubleshoot char array; Programming Software Development by sfuo For displaying arrays you do not just call the array its self you have to make a for() loop to output. [CODE]for(int i = 0; i < 8; i++) { cout << arr[i]; }[/CODE] Re: troubleshoot char array; Programming Software Development by NathanOliver also you have not terminated the array with a newline value so cout does not know where the end oh the char array is. Re: troubleshoot char array; Programming Software Development by uzimuzi [COLOR="Green"]Thank you; ^ and ^^ for your prompt reply :) [/COLOR] I have [B]another problem[/B] similar problem; i.e. [U]now ONCE i have declared[/U] a [B]char[/B] array of a particular size; if I add more values into other indexes of it; it stores them; its like the [B]char[/B] array is [I]EXPANDING automatically[/I]; while in [B]… Re: troubleshoot char array; Programming Software Development by sfuo You log in and click your name on the top left hand corner then click statistics >> Find all threads started by name. Then just select the thread that you want to go to. To mark as solved scroll to the bottom where it says reply to thread in a yellow box and just to the right of that is blue text that says mark as solved. Re: troubleshoot char array; Programming Software Development by uzimuzi sure, thanks. I understand, could also please help me understand why the size of the array expands ? -uzi Re: troubleshoot char array; Programming Software Development by sfuo I'm not sure because when I was doing some testing I made a char array size 2 and the size of it said it was 2 bytes in size but there were 5 characters in the array. Re: troubleshoot char array; Programming Software Development by mrnutty [QUOTE=uzimuzi;1001625][COLOR="Green"]Thank you; ^ and ^^ for your prompt reply :) [/COLOR] I have [B]another problem[/B] similar problem; i.e. [U]now ONCE i have declared[/U] a [B]char[/B] array of a particular size; if I add more values into other indexes of it; it stores them; its like the [B]char[/B] array is [I]EXPANDING … Re: troubleshoot char array; Programming Software Development by NathanOliver the reason that you can go beyond the array size is that in c++ it is leagal to increment the pointer past the size of the array. its a through back to c. you cant start before the array like index = -1 but if the size of the array is 2 it is legal to go the index = 2. [code=c++] char temp[1]; temp[-1] // cannot be done temp[1] // okay even … Re: troubleshoot char array; Programming Software Development by uzimuzi thank you for your reply, nathan. i just wanted to ask something similar as well. i am attaching the file of the code(along with my txt file from whch data is read), now what i donot; understand is; that at i=8190; the value once is output and it is exactly different, once again after i output; why does it automatically change. i know that … troubleshoot working offline? Hardware and Software Microsoft Windows by kelleyelizabeth Hello! I'm hoping someone can help me with this minor problem - I'm trying to access a game online (actually LINGO, to keep my boyfriend happy) and when I try to open the window a messape pops up that reads that I need to run Active X to display the screen. I click on o.k. and then it tries to download adobe shockwave and then lets me know that … Re: troubleshoot working offline? Hardware and Software Microsoft Windows by DMR Please give us some specifics, such as: * The exact version of Windows you are using. * The Web Browser you are using. * The type of Internet conneciton you have (Cable, DSL, etc.). * The details of your physical network configuration and the devices (modem, router, etc. ) involved. Troubleshoot this Jmail script? Programming Web Development by MDGM Hi all, im trying to make a script which sends the link of the page to a specified email address. I have made it work by using a script from an external file, but when i call up the server variable request url, ht gets the wrong one, so i put the script in the same page as the page that needs to be called up in the email. The script is kinda … Re: Troubleshoot this Jmail script? Programming Web Development by katarey Most probably you are getting the URL of the page where this script placed! If yes so, You can use the hidden field in the form to store the URL then use the into asp script you can add this line in html form, [CODE]<input name="urlHolder" type="hidden" id="urlHolder" value="<%=Request.ServerVariables(&… Re: Troubleshoot this Jmail script? Programming Web Development by katarey and you can also use this : [code] request.servervariables("HTTP_REFERER") Instead of Request.ServerVariables("URL") [/code] Complete Code : [CODE]<% Response.Buffer = True 'Dimension variables Dim strBody 'Holds the body of the e-mail Dim objJMail 'Holds the mail server object Dim strMyEmailAddress… Re: Troubleshoot this Jmail script? Programming Web Development by MDGM tnx for all the help. works perfectly Troubleshoot with external usb storage drive Hardware and Software Hardware by smurfette Hi there, I have a P4 3.2 mhz computer with USB 1.0 ports and WIN XP 2000. I have been using my external usb storage drive for about 6 months and it's always worked fine. However, earlier, the storage drive started acting up with the following problems: 1. Whenever the external drive is plugged into a usb port (and the external drive is … Re: Troubleshoot with external usb storage drive Hardware and Software Hardware by thunderstorm98 Hello Jessica, Welcome to DaniWeb ! There are two possible reasons which causing this Problem: 1: Attached USB to IDE chipset is Malfunctioned. (In External HDD) 2: Faulty USB Cable which connects HDD to Mainboard. Try Replacing this both Items may it solve your Problem. Troubleshoot Booting Safe Mode & Run Set Up Windows Xp Professional Hardware and Software Microsoft Windows by jerryjay75 Hello everyone; I would appreciate if anyone can help me out how to trouble shoot of the following windows problems: [B]1. I can no longer boot my pc on ANY Safe Modes options. [/B] When I leave my computer switched off for at least 16 hours or more then turn it on it will boot to safe mode in 2 or 3 minutes only and then restarted. From… Re: Troubleshoot Booting Safe Mode & Run Set Up Windows Xp Professional Hardware and Software Microsoft Windows by hughv What kind of computer is this? It's not clear to me that this machine will boot at all. Can you get into XP? Are there any error messages or past problems? One guess would be a power supply problem. Re: Troubleshoot Booting Safe Mode & Run Set Up Windows Xp Professional Hardware and Software Microsoft Windows by caperjack [QUOTE=jerryjay75;507086] [B]2. Setup cannot continue press F3 to restart the machine.[/B] after detecting previous windows it shows my partition drives, Please help![/QUOTE] this is where you need to delete the partition with winxp on it ,and create a new one,loosing all data /files on the drive ,then format the partition and winxp … troubleshoot simple mysql php db script Programming Web Development by MDGM Hi guys, I did a quick tutorial on the internet on using php and mysql. It is my first ever time using it so forgive me if im being a bit of a "NOOB". anyways ill post the script below and can you give me a few pointers about where im going wrong? Bare in mind its my first time using these scripts and phpmyadmin. … Re: troubleshoot simple mysql php db script Programming Web Development by nav33n [quote] $querySQL = "insert into people (d_Name, d_Birthday, d_Birthday) values ($Name, $Birthday, $Telephone)"; [/quote] Thats wrong. Wrap values in single quote. ie., [code=php] $querySQL = "insert into people (d_Name, d_Birthday, d_Birthday) values ('$Name', '$Birthday', '$Telephone')"; [/code] Cheers, Nav Re: troubleshoot simple mysql php db script Programming Web Development by MDGM Ah okay thanks. Also when i try it now i get the following error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dbOne'@'79.170.40.163' (using password: YES) in /home/sites/grafax.co.uk/public_html/db/save_it.php on line 4 Could not connect to localhost. Its probably because im putting in the wrong localhost, database …