Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
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

29 Posted Topics

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
7K
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

The sensor in the ROM might be damaged. The drive is shown because all other hardware of the ROM is fine. You will have to get a new one or connect this one on an another PC, see if it works. All the best.

Member Avatar for caperjack
0
163
Member Avatar for Esmerelda

[QUOTE=Esmerelda;1748301][code]main() { int a=5; a=++a + ++a; printf("%d",a); }[/code] the output is 14..how come?[/QUOTE] The explanation is only weird for the first time. i.e. ++a + ++a = 14 But if you debug and see the value of a, it will be 7 and after that if u add another …

Member Avatar for WaltP
0
295
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
105
Member Avatar for Sam367

It can see what you do when you are using it but not the history.....if you are afraid try clearing the browsing data. Btw What r u upto????

Member Avatar for Sam367
0
126
Member Avatar for Knowsum

Download 'Driver Agent'. It automatically checks your system and recommends if there are any updates available for any of the hardware. Installing the drivers or not, is upto you. [URL="http://driveragent.com/?q=driver+agent"]http://driveragent.com/?q=driver+agent[/URL]

Member Avatar for caperjack
0
144
Member Avatar for jeffw362

The 'scanf' buffer gets full after you enter the name. So either flush it or use 'gets' function. All the best.

Member Avatar for nezachem
0
237
Member Avatar for hmartinez

Looks like you have not given the path for your included files. If you have moved your files then provide the new path like #include "../<folder name>/<filename>" P.S. The file should be in the same folder as that of your project. What IDE are you using?

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

Are you trying to compare an element of a structure with a variable??? Post your entire code.

Member Avatar for jumbowat
0
78
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
287
Member Avatar for Abdulwahab786

Go to command prompt and type the drive in which it is. Initially the command prompt will be like this [B]C:\<Users>\<....>\[/B] Enter the drive in which your USB is. For example if your USB is in F drive, then typr F:, the control comes to the F drive....Now type format …

Member Avatar for dangerstick
0
204
Member Avatar for sirlink99
Member Avatar for stevendmar

The problem is with the OS, you will have to re-install it or you might have changed the BIOS setting of your PC.

Member Avatar for gerbil
0
207
Member Avatar for biki06081988
Member Avatar for silvercats

The following link will answer all your questions [URL="http://http://www.redbooks.ibm.com/redbooks/pdfs/gg243376.pdf"]http://http://www.redbooks.ibm.com/redbooks/pdfs/gg243376.pdf[/URL]

Member Avatar for silvercats
0
1K
Member Avatar for kprasanan

The problem is with the hardware. To be precise, its with the motherboard, try changing the cables or get the motherboard fixed. If its too expensive....its better to just live with it, get more out of it and then get a new one. All the best though.

Member Avatar for Pjieter
0
227
Member Avatar for pudgeeboy

[QUOTE=pudgeeboy;1732049]the thing is, some of my mp3 files that are already stored in my flashdrive are just playing fine. the recently downloaded mp3 are the one that are having some problems playing. i just notice that the corrupted mp3 files has different bit rates(192kbps) compared to the okay ones. is …

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

That port might have been disabled....enable it from the device manager and if you are running out of ports then get a USB hub

Member Avatar for jumbowat
0
111
Member Avatar for ilmkidunya

if you are a developer then Xp will provide you with all the necessities like drivers etc. I am currently using Win 7 but i also have to run a Xp in a virtual box, because 7 is relatively new there a very few drivers available for it. Although if …

Member Avatar for Pjieter
-2
481
Member Avatar for raj236712

Your compiler should have a graphics.h file (not there in Dev C) and you can find the programs over the internet or in some authors book.

Member Avatar for WaltP
0
581
Member Avatar for SouthernBark30

Run the task manager and see if there is a process "wscript.exe", if yes then end that process and remove the infected files from the system32 folder, but be careful deleting some files from there may affect your OS. You can clean up your disk to improve the performance a …

Member Avatar for swifttech
0
138
Member Avatar for poolet

You can try using "unsigned" but you will not be able to use negative numbers as well or you can give the numbers a range and anything outside the range will produce an error

Member Avatar for WaltP
0
1K
Member Avatar for nijinjose123

try this code :) [CODE]#include<stdio.h> #include<conio.h> #include<math.h> //****************************************************************************** // // gives a integer for a hexadecimal number // //****************************************************************************** int main(){ // // var decaration // int hex; while(1){ printf("\nEnter a hexadecimal number."); scanf("\n%x",&hex); printf("\nThe integer equivalent is: %d\n", hex); } getch(); }[/CODE]

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

you should get 7 6 6 and its simply bcoz printf has the precedence from Right to Left.

Member Avatar for jumbowat
0
804
Member Avatar for GoodLuckChuck

Try using the "Snapshot" Tool which is available with PDF. You cannot do the same if you are using google docs.

Member Avatar for jumbowat
0
134
Member Avatar for srinidelite
Member Avatar for SpeedwayNative

You will have to create a project to convert it. Making a project is simple and since its a small app, there wont be much of a trouble.....you can choose the windows option when you start to make the project. All the best.

Member Avatar for jumbowat
0
223
Member Avatar for 13L4CKOUT

Try plugging your monitor into another socket, the socket you are currently using may have some problem, if your monitor flickers also then its definitely the problem of the socket. Another possible problem could be with the electron gun of the CRT (i guess its a CRT). All the best.....I …

Member Avatar for jumbowat
0
194

The End.