Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
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.4K 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…
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for akatoka

Heya. I brought a desktop almost two weeks ago sortof for entertainment purposes and have loaded FS2004, The Sims 2 inc. expansion packs Apartment Life + Bon Voyage and also Simcity4, and everytime I try to play the games, within the first few minutes, it crashes. i.e screeching noise followed …

Member Avatar for mblan180131
0
305
Member Avatar for akhilchandranms

hai , I am using turbo c compiler, the system() function always return -1. i can't run any dos command using system() function i can't use system() properly please help me !!! ex: [CODE] #include<stdio.h> #include<conio.h> #include<stdlib.h> void main() { int i ; i=system("dir"); printf("%d",i); getch(); } [/CODE]

Member Avatar for deceptikon
0
1K
Member Avatar for khakilang

I heard of Linux many years ago but did pay any attention to it. Only 2 years ago when I was a photographer for an event call MYGOSCON (Malaysian Government Open Source Conference) where I get to know about Open Source and Linux. From than on I was eager to …

Member Avatar for peaceman
0
253
Member Avatar for airguitarman

Ok, so i uninstalled fix it 9 from my computer manually by removing files and such. when i went to reinstall my computer it won't start. i mean it will turn on, but i get this error saying windows cannot restart your computer. then this startup repair thingy pops up …

Member Avatar for jingda
0
266
Member Avatar for kk33

Hi all , here is my code for GET request to a http site, but it keeps taking memory nor releasing it, here is the code: [CODE] while(1) { hSession = WinHttpOpen( L"Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0", WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, WINHTTP_NO_PROXY_NAME, WINHTTP_NO_PROXY_BYPASS, 0); if (hSession) hConnect = WinHttpConnect( hSession, L"lalala.com", …

Member Avatar for anirudh33
0
311
Member Avatar for WolfyB

My old laptop broke a while back and the hard drive was somewhat intact but just wouldn't boot. I now have a new desktop and bought a 2.5 IDE Hard Drive Enclosure so I could get all my info. However my old laptop user account was password protected, so now …

Member Avatar for WolfyB
0
199
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
248
Member Avatar for harishbansal90

Hi I have [B]Windows 7 Home Premium SP-1, 64-bit[/B] version on my PC. I want to install SQL Server either 2oo5 or 2008. but i am unable to install this. Error: [I]OS Incompatibility[/I] Pls Reply: Thank U

Member Avatar for jbennet
0
726
Member Avatar for bigjoes

How do i go into BIOS AND Restore my computer to another time. My computer will not boot up to windows

Member Avatar for jingda
0
110
Member Avatar for Sarama2030

i have just downloaded sql server 2008 from the microsoft download center. when i try to install it at extraction it says its not a valid win 32 apllication. what could be the problem?

Member Avatar for watsonmichell
0
116
Member Avatar for JMIRACLEJYPSY

Hi I have two laptops one that I just got fixed... the other one was given to me to try to fix... I unfortantly don't have a internet box for more then one computer so I unplug the internet the proper way. Well the laptop keeps saying ( Limited or …

Member Avatar for benmar
0
249
Member Avatar for aleli

hi im new here.. can anybody help me on how to save a disk space on my hard disk? because i dont know which program i must to delete to save at least 10% of my disk space.. im using windows vista and my hard drive is 120GB it is …

Member Avatar for CeeB
0
187
Member Avatar for illuminatus89

Is there any way by which I can initialize all the elements of an array(already declared) in one statement?? That is, without using loops

Member Avatar for benwilliams
0
234
Member Avatar for ElegantElephant

For example, I have a string containing "184553", how do I go about extracting the 3rd character "4" from string string and assigning it to another variable? I have tried the following code but it does not work, the system crashes: [CODE] char string[6] = "184553"; printf("%s",string[2]); // Expecting it …

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

I am using Fedora 14 since last month , i tried to use do C coding on it but unfortunately compilation command is not working in it although GCC is installed on it. Need some help!

Member Avatar for anirudh33
0
172
Member Avatar for Ron McGowan

I have reinstalled Windows XP Pro, now can't access my disc drives (2).In hardware they are shown with an exclaimation mark on a yellow background.

Member Avatar for khakilang
0
132
Member Avatar for fab2

[ICODE]Hi, I have written the program below and the compiler is not giving any error message and when I run it, the first request for an enter is almost always followed by strange numbers,which I don't know where they come from[/ICODE] [CODE] #include<stdio.h> int main() { int value; int inputs; …

Member Avatar for anirudh33
0
106
Member Avatar for PCSAWICK829

Hello! So this is pathetically easy as programs go in the C language (i hope). I am working on a variation of the Hello World program (as I am just starting to learn C, solo). I am using the C All-in-One for dummies book, and I got a little ways …

Member Avatar for anirudh33
0
242
Member Avatar for muju_433

Can anyone tell me how to change the windows XP admin password?? What we did is we have gone through safe mode and break the password and when we restarted the system the options has gone like there was no option called remove password or enter old password.We don't want …

Member Avatar for happygeek
0
167
Member Avatar for amari ♥

#include<stdio.h> #include<conio.h> #define MAX 5 void initialize(int a[], int n); void display (int a[], int n); void input (int a[], int n); int sum (int a[], int n); int largest (int a[], int n); int smallest (int a[], int n); void main (void) { int array [MAX]; int total; initialize(array, …

Member Avatar for algoritmish
0
146
Member Avatar for asterix15

i know that the prototype of putchar() is: int putchar(int ch); eventhough its return type is int why does it print ch in character format instead of printing it as its ascii equivalent?

Member Avatar for anirudh33
0
125
Member Avatar for malli123

Hi, I need to write a program to open a file in usb mass storage devive(pendrive) without using mount point.I used libusb API to open the device but how to open a file in that without knowing the mount point.Any API functions are there to open text file in that? …

Member Avatar for anirudh33
0
87
Member Avatar for suhnako

[COLOR="Red"]help![/COLOR] i am now installing Windows XP on VM virtualbox,and i am now about to finish my installation until i get to midst on giving the product key. unfortunately, i lost the copy of my product key...huhuhuhuhuhu :'(:'( guys i need your suggestions..[COLOR="red"][QUOTE]is it okay if i close the running …

Member Avatar for anirudh33
0
122