Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
11
Posts with Downvotes
6
Downvoting Members
5
4 Commented Posts
0 Endorsements
Ranked #2K
Member Avatar for jumbowat

Hi every one, #include <stdio.h> #include <conio.h> #define SIZE 4 int main(){ char Menu[SIZE] = {'A','B','C','D'}; int i; for(i=0; i<(SIZE); i++){ // print the array elements printf("\t%c",Menu[i]); } getch(); } I want to swap the elements of the array for e.g. if I pass A and D or Menu[0], Menu[3], …

Member Avatar for jumbowat
0
6K
Member Avatar for jumbowat

Hi, I want to know what is meant by a code footprint. I tried googling but all of them have explanations that I was really not able to understand. Can anyone please tell me what is means? How is it important and how can it be used(if at all it …

Member Avatar for BobS0327
0
1K
Member Avatar for brainfo

I don't know why my dvd rom is not working. It opens and close both even the dvd drive it shows in My computer but whenever i insert any cd or dvd it response nothing. Any suggestion..?

Member Avatar for caperjack
0
160
Member Avatar for Esmerelda
Member Avatar for jumbowat

Hi everyone, I am using a LCD from Sitronix ST7920. This LCD comes with some self-defined symbols, I want to know how can I retrieve the self-defined symbols from the LCD.

0
102
Member Avatar for Sam367

Hi guys! I have a question.. Let's say for example we have 2 computers mainly 1 computer server and the other one is just a normal computer. If i browse the internet using the normal computer, will the computer server be able to keep track or see the list of …

Member Avatar for Sam367
0
121
Member Avatar for Knowsum

I have never knowingly updated the drivers on my PC since it was refurbished (if that's the word) some two years ago. Over the last year I have had 'blue screens' which have disappeared after a reboot. I just had another and it appears that updating the drivers on my …

Member Avatar for caperjack
0
142
Member Avatar for jeffw362

I'm writing a program that takes records(first and last name,id and mark), reads them from a file and inserts the information in StudentRecord structures. For some reason,when I go to list the information, the first and last name strings in each structures are all the same. The first and last …

Member Avatar for nezachem
0
232
Member Avatar for hmartinez

Hello, I have a strange problem. I am trying to use the tesseract library in my own project. First, I have used it in a new project, just to test it, and everything has gone fine. After that, I have integrated in a bigger project in the same way as …

Member Avatar for hmartinez
0
496
Member Avatar for mk.hashmie

if(strcmp(s.name, stdname)==0) is this statment is correct? i am having an error while executing this statment.. i have givn its headerfile

Member Avatar for jumbowat
0
74
Member Avatar for jumbowat

Hi everyone, I have a ADSL 2+ router from D-link, i have access to all the websites except [url]www.facebook.com[/url] and [url]www.orkut.com[/url] This is my personal computer so there is no chance of anyone blocking it. Can anyone enlighten me with what exactly is the problem??? :?:

Member Avatar for jumbowat
0
286
Member Avatar for Abdulwahab786

I bought a NEW SONY USB flash device from a trusted store. I plugged it in. Then, it need to be formatted before use. I was formatting the USB, and it goes smoothly. But at the end, it sas "windows is unable to complete format" or something like that. What …

Member Avatar for dangerstick
0
203
Member Avatar for sirlink99

I have a vista 64 bit, and I have a usb mouse plugged into it. After like 5-10 seconds the mouse just starts moving down. I have to unplug and replug the mouse, and then it stops. I did not change anything, but my 15 month old cousin was button …

Member Avatar for dangerstick
0
110
Member Avatar for stevendmar

When i go to a website or view anything with animation/video my computer goes to a blue screen of death, or internet will shut down (unexpectedly). Also I am not able to install many software programs. I have had this Acer monitor hooked up for about a year. About 6 …

Member Avatar for gerbil
0
204
Member Avatar for biki06081988

I own an i Omega 1TB Ext.HDD...the problem lies in the fact I can neither copy to or from my Ext. Hard Drive...virus scans were in-effective... almost 95% of the file gets copied and when the time remaining is 5 seconds, copying stops..copy window halts as it is... Plzzzz help!!!!!!!!

Member Avatar for Pjieter
0
187
Member Avatar for silvercats

I know we learn about TCP/IP but,is it...... 1.is it a software(I think it has to be)? 2.Is it a BIOS level software? 3.Where is the protocol set installed in a computer?(Windows,linux,mac etc..) 4.Can we uninstall it like normal software? 5.Can we update it? 6.Where do routers and modems have …

Member Avatar for silvercats
0
1K
Member Avatar for kprasanan

I just reformat PC, but the PC won't shut down. All drivers installed properly.

Member Avatar for Pjieter
0
223
Member Avatar for pudgeeboy

hi guys.i recently downloaded some mp3 files and they are playing fine. but when i try moving them yesterday on my USB flash drive and i start playing them on windows media player, they just stop playing and you only can heard this "raspy static sound i tried running some …

Member Avatar for caperjack
0
131
Member Avatar for Onlineshade
Re: USB

One USB port is not working in my PC? Can any one say how can I solve this problem. I actually dont know what is wrong with the port? Please reply.

Member Avatar for jumbowat
0
110
Member Avatar for ilmkidunya
Member Avatar for Pjieter
-2
471
Member Avatar for raj236712

i want to create shapes like circles,rectangles and others with the help of c language programming.basically i want to make the sign of matrix in my program.how can i do this?

Member Avatar for WaltP
0
571
Member Avatar for SouthernBark30

Hello, im having a svchost.exe problem, performance issues and my computer revs up like its about to take off...it is older and only has 1 gb of ram and 37 gb of hard drive space, and I know it probably has to be replaced, but im trying to get some …

Member Avatar for swifttech
0
136
Member Avatar for poolet

hello, My program works fine but I want every time that the user add a character int the calculation section the program will print an error message and will ask the user again... I have try a lot of different things but nothing helps me... for example static_cast() and other …

Member Avatar for WaltP
0
1K
Member Avatar for nijinjose123

Hi, I have a very basic knowledge in C/C++, I need help in converting HEX value to readable values. I hope some one would give me a clear answer and make it understandable also so that i could learn from it.. thanks

Member Avatar for nijinjose123
0
174
Member Avatar for ahp@aol.in

Hi folks, I've simple question regarding following code. [CODE] int main() { int i =5; printf("%d %d %d\n",i,i++,++i); // 7, 6, 7 return 0; } [/CODE] The answer is [B]7 6 7[/B]. I want to know how it is coming. Please help. Thanks, Amar

Member Avatar for jumbowat
0
787
Member Avatar for GoodLuckChuck

Sometimes I need to copy PDF but do not know how to do it. Also Google has book content online and how do you copy something from that. I have this book but just want an easy way to copy a quote out of it. [url]http://books.google.com/books?id=YskpgsPrDNUC&pg=PA102&lpg=PA102&dq=%22At+the+1983+meeting+of+the+American+Association+for+the+Advancement%22&source=bl&ots=woBYiNHSuC&sig=IlMeC3i2U96gNvnFNyY3Q5BL9ks&hl=en&sa=X&ei=SVsBT8WCOIG0iQL4mqCLBg&sqi=2&ved=0CB0Q6AEwAA#v=onepage&q=%22At%20the%201983%20meeting%20of%20the%20American%20Association%20for%20the%20Advancement%22&f=false[/url]

Member Avatar for jumbowat
0
131
Member Avatar for srinidelite

#include<stdio.h> int main() { int i; typedef struct BookDB { int iPageNo[10]; char cBookName[10]; } b1[5],*b2; // *pvBookDB = &vBookDB; b2 = &b1; printf("Enter the pageno folloed by bookname for 5 books at at time"); for(i=0;i<=5;i++) { scanf("%d,%s",b2[i].iPageNo,b2[i].cBookName); } for(i=0;i<=5;i++) { printf("%d,%s",b2[i]->iPageNo,b2[i]->cBookName); } return 0; }

Member Avatar for jumbowat
0
138
Member Avatar for SpeedwayNative

OK, so I am in my 1st semester of C++. I have already finished my 1st assignment (below), a Windows32 Console Application and it works just fine. However, if I write the program as a Windows Forms Application with a GUI, then I can earn extra credit. My problem is …

Member Avatar for jumbowat
0
219
Member Avatar for 13L4CKOUT

Hiya. Sorry this is my first time posting here so if it is in the wrong section plz understand I'm posting here because of a monitor problem (yes, it is DEFINITLY a monitor problem) I got a new pc bout 6days ago and everything worked fine then at random times …

Member Avatar for jumbowat
0
192