- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Sketching and drawing, Rhymes, Dance, Music
- PC Specs
- DELL INSPIRON NOTEBOOK Processor - Intel core i3 2.4GHZ RAM - 3GB (DDR3) Graphics - ATI Mobility Radeon…
24 Posted Topics
Re: Hi Did you say anything about screeching sound then it may be a hard disk problem. Check your disk for bad sectors and all before going in for anything else. Anirudh | |
Re: Your code runs fine on my Dev C++. What OS you are on? Try running on some other compiler. | |
Re: hi I got introduced to it through a tech magazine in June 2005, and installed my first Fedora Core 3 sometime later. It was a bit complex with my first install but when i got it dual booted with my XP, it was awesome. I loved the interface and all … | |
Re: hi airguitarman, I guess you should try repairing with your Windows7 disc. Tell me if you are able to get it working. | |
Re: Then i guess you should mark this thread solved. | |
![]() | Re: hi there, From what i get do the following: 1. Get a GNU/Linux live cd (ubuntu will be fine) 2. Boot your desktop with it. 3. Connect your laptop hard drive to the system. 4. you will be able to access the files and folders on your laptop's hard drive. … ![]() |
hi all, I guess my first thread here, and I am on with some questions too. Actually I am doing an article on importance of writing among IT professionals. So what better place than Daniweb to ask it. In order to form such an article I will need your views. … | |
Re: hi, I guess if you are ok with Express edition then go for SQL Server 2008 R2 Express x64 (64-bit) | |
Re: Hi there, No restoring from BIOS. Please provide details.Though from what i guess you may: 1. Try booting in safe mode. 2. Repair using your installation media Anirudh | |
Re: hi there, Most probably the installation file you downloaded has become corrupt or wasn't completely downloaded.Try downloading again. And yes do check you are downloading the 32 bit version only if your system is 32bit one. Anirudh | |
Re: hi If you are using a router have you checked the MAC address filtering option.Get to your router page.To get help please tell if you are using router and if you know how to access its configuration settings. Anirudh | |
Re: hey there, As your question is kind of general, in addition to using disk cleanup you may: 1. Try compressing files. 2. You may delete any of the files you have stored in your system by yourself(like movies,music etc.) or take a backup of these on some dvd or an … | |
Re: hey there, And if you want to ask is if we can initialize at the time of declaration we do it like this, [CODE]int a[10]={1,2,3,4,5};[/CODE] To assign a value later to any element of the array code will be, [CODE]a[1]=33; a[4]=55; [/CODE] Anirudh | |
Re: hi there, As you want to print a single character please use %c as the format specifier instead of %s. Also the size of string variable should be 7. The code becomes as: [CODE]char string[7] = "184553"; printf("%c",string[2]); //prints "4" now[/CODE] Anirudh | |
Re: hi there I think you should go through this [URL="http://www.network-theory.co.uk/docs/gccintro/"]tutorial [/URL]and if you still don't get to compile then please tell what command are you issuing and if any error is being displayed. I may provide you with some general information here: After you have created your c source file, … | |
Re: Hi there, . This exclamation mark is it being shown on the drive icons in My computer area or in the device manager on the Disk drives Anirudh | |
Re: hi fab, May be I am wrong but it seems you have copied this program from somewhere, otherwise you would have known you are printing the variables before assigning any values to them(which i don't know is for what purpose). So they display garbage values as told by nezachem. This … | |
Re: hi there, Try a simple thing, use a getchar(); after puts(""); [CODE]#include <stdio.h> int main() { puts("Greetings, human!"); getchar(); return(0); } [/CODE] In case this doesn't work do it like this, Use vim to save your source file in [B]C:\Dev-Cpp\bin[/B] Then go to the directory using command prompt and then … | |
Re: hi there, Have you tried again entering using your safe mode and then changing the password from there? Anirudh | |
Re: hi there, I think you should read about c programming from some good book or online.If you will not try yourself nobody will help you. [URL="http://www.codingunit.com/c-tutorial-arrays-and-multi-dimensional-arrays"]http://www.codingunit.com/c-tutorial-arrays-and-multi-dimensional-arrays[/URL] here is a link for tutorial on arrays.There are many other tutorials there if you would like to learn. Happy coding | |
Re: hey asterix, I think you may understand by using an example. Suppose you created a function that takes integer type value, converting this integer value into its corresponding ascii value and displays it(using any other function/code which is within your created function). Now whatever the function returns, it has already … | |
Re: hi there, I think you should try posting this in one of the programming forums if you haven't till now. Anirudh | |
Re: Please use more informative post titles. As for your question, nothing will happen to your laptop , the installation is virtual, remember you are using virtual box. Anirudh |
The End.