Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
80% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~30.8K People Reached
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

Member Avatar for debasisdas
Member Avatar for akatoka

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

Member Avatar for mblan180131
0
311
Member Avatar for akhilchandranms

Your code runs fine on my Dev C++. What OS you are on? Try running on some other compiler.

Member Avatar for deceptikon
0
1K
Member Avatar for khakilang

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 …

Member Avatar for peaceman
0
257
Member Avatar for airguitarman

hi airguitarman, I guess you should try repairing with your Windows7 disc. Tell me if you are able to get it working.

Member Avatar for jingda
0
272
Member Avatar for kk33
Member Avatar for WolfyB

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. …

Member Avatar for WolfyB
0
201
Member Avatar for anirudh33

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. …

Member Avatar for anirudh33
0
250
Member Avatar for harishbansal90
Member Avatar for jbennet
0
730
Member Avatar for bigjoes

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

Member Avatar for jingda
0
113
Member Avatar for Sarama2030

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

Member Avatar for watsonmichell
0
119
Member Avatar for JMIRACLEJYPSY

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

Member Avatar for benmar
0
254
Member Avatar for aleli

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 …

Member Avatar for CeeB
0
190
Member Avatar for illuminatus89

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

Member Avatar for benwilliams
0
247
Member Avatar for ElegantElephant

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

Member Avatar for Ancient Dragon
0
8K
Member Avatar for swapnil15

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, …

Member Avatar for anirudh33
0
179
Member Avatar for Ron McGowan

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

Member Avatar for khakilang
0
134
Member Avatar for fab2

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 …

Member Avatar for anirudh33
0
111
Member Avatar for PCSAWICK829

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 …

Member Avatar for anirudh33
0
255
Member Avatar for muju_433

hi there, Have you tried again entering using your safe mode and then changing the password from there? Anirudh

Member Avatar for happygeek
0
174
Member Avatar for amari ♥

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

Member Avatar for algoritmish
0
152
Member Avatar for asterix15

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 …

Member Avatar for anirudh33
0
132
Member Avatar for malli123

hi there, I think you should try posting this in one of the programming forums if you haven't till now. Anirudh

Member Avatar for anirudh33
0
105
Member Avatar for suhnako

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

Member Avatar for anirudh33
0
125

The End.