Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
~38.0K People Reached

32 Posted Topics

Member Avatar for tux4life

Hey nice password program. I did not tried this before. but i want that when user inputs the password then user must see * instead of actual chars. How can I? :P

Member Avatar for Remy1990
0
8K
Member Avatar for Gary123

hey ayesha789 You have done it in very simple way . . . :-) I was not aware of input type="file" Thanks . . .

Member Avatar for Rakesh4
2
153
Member Avatar for geneliajai

The same problem is with me. I have done defragmentation of all the 4 drives and now its working fine. Alos if your hibernation file is corrupted then you can get it through [url]http://en.kioskea.net/faq/582-hibernation-hiberfil-sys[/url]

Member Avatar for caperjack
0
325
Member Avatar for yashsaxena

Hello All I want to create a exe of Note which i have developed in VB6 Does any one know how to do it?

Member Avatar for faroukmuhammad
0
16K
Member Avatar for yashsaxena

Hello All Recently I go through the concept of virtual function in C++. I have confusion with how many vitual pointer and virtual table for a single class are created? And if the class is inheriing some other then what will be the situation?

Member Avatar for yashsaxena
0
217
Member Avatar for pcmaster
Member Avatar for abhimanipal
0
209
Member Avatar for pseudorandom21

As per my knowledge both are same. I am more familiar with C# than VB.

Member Avatar for Vator
0
88
Member Avatar for forumposters

prime number program Still remember the initial days of C programming Language.

Member Avatar for yashsaxena
0
796
Member Avatar for yashsaxena

Hello All I have little confusion between Abstraction and encapsulation. Abstraction means Giving only essential things and hiding unnecessary details. Encapsulation means binding the data members and methods together in a capsule form to avoid accidental changes to data from external users. Now both uses hiding of data. What is …

Member Avatar for yashsaxena
0
4K
Member Avatar for yashsaxena

Hello All I want to accept the string from user till he press "enter" key. For that I used gets() function on Windows. But the same program not run on Linux. Can any one tell me alternative for this function?

Member Avatar for WaltP
0
1K
Member Avatar for yashsaxena

Hello All I want to learn PERL language. Till today I know C, C++, HTML and little bit JAVA. So is there any prerequisites for learning PERL? Which book you will recommend for me (that book must be available freely :) ) for quick learning PERL?

Member Avatar for roswell1329
0
134
Member Avatar for rameshbadi

i think hidder files are missing include the sdtlib.h file. might work.

Member Avatar for Ancient Dragon
0
438
Member Avatar for prvnkmr194

My code used to hang after entering chars. hey nice thread and nice replies thanks for sharing.

Member Avatar for TrustyTony
-1
285
Member Avatar for yashsaxena

Hello All I have some confusion in Declaration and defination of variables. Declaration means ===> where the variables are declared and no memory is allocated. Defination means ===> where the variable is declared and defination is allocated. For eg. if we write (1) int a; printf("%d",a); then it will print …

Member Avatar for nezachem
0
131
Member Avatar for wonkerloop

Till line 15 it is ok. And i think you were trying to like something this Line:16 count=0; while (count!=10) { printf("\n%d",price[count]); count++; } printf("\nThis is our pretty table with original and Vat prices \n\n"); count=0; while(count!=10) { vatprice[count] = price[count] * 1.175; printf("\n %d",vatprice[count]); count++; }

Member Avatar for yashsaxena
0
165
Member Avatar for Markmit

hey nice thread cleared the concept of valid pointer in C. some thing new to me.

Member Avatar for yashsaxena
0
873
Member Avatar for jithuvsjithu

Initially there was a error of Graphics Driver Not Found . . . :( After that the graphics file was missing. Some how able to solve all errors and finally lots of balls dancing on my screen . . . Sees like I have done a wonderful animation. :)

Member Avatar for Soubhik
-1
180
Member Avatar for cse.avinash
Member Avatar for chhabraamit
0
121
Member Avatar for chester1908

I usually use VC++ IDE for C, C++, Windows Programming. It is the one of the best editor i have seen. As Ancient Dragon suggested, I will get the updated VC++ 2010 as the Express edition is free :) And @ chester1908, I have used eclipse for J2SE and J2EE. …

Member Avatar for yashsaxena
0
202
Member Avatar for harinath_2007

I think you have to use graphics functions of C and the os GUI functions. Hoping that you will get the same progress bar as that of JAVA.

Member Avatar for Moschops
0
104
Member Avatar for write2diba

If you are using Windows then I'll suggest to go with Turbo C Compiler which is purely designed for C. There are two version of it TC and TC-2 out of which TC is for C and TC-2 is for C & CPP.

Member Avatar for rubberman
0
2K
Member Avatar for basukinjal
Member Avatar for xinhedanti
0
515
Member Avatar for Prisms

hey nice tips for programming. I used to start directly with coding and spend a lot of time on simple simple programs. After that I come to know that it is better to do it on paper first. So, If you are new to any language or code you are …

Member Avatar for L7Sqr
0
143
Member Avatar for devesh2222
Member Avatar for yashsaxena
0
77
Member Avatar for yashsaxena

Hello All I want to change the Start icon name(which appears on Taskbar in left corner of Windows XP) to "Click Here". Can any one tell me how to do it? Thanks in advance.

Member Avatar for Bear166
0
145
Member Avatar for Butum

[QUOTE=WaltP;1527814]Then sort [B]ppg[/B]. Don't waste your time 1- converting the [B]ppg[/B] values into strings, 2- loading a bogus array, and 3- sort that array. That should take care of your entire problem -- as posted.[/QUOTE] Agree with you WaltP as converting the [B]ppg[/B] values into strings is waste of time.

Member Avatar for yashsaxena
0
113
Member Avatar for yashsaxena

Hello All Is it possible to check the ip address of a particular web site? If yes what will be the code?

Member Avatar for venomxxl
0
165
Member Avatar for virtue

As Ancient Dragon said All you have to do is swap the data item of the two nodes -- just like you would swap any two integers. But be careful while dealing with pointers.

Member Avatar for Ancient Dragon
0
180
Member Avatar for yashsaxena

Hello All I have on prog. in C which displays the text file in reverse order. I was in thinking that for text file reverse order means displaying text from end of file to beginning of file. in the same image will be rotated in 180 degree i.e. reverse the …

Member Avatar for yashsaxena
0
115
Member Avatar for yashsaxena

Hello All I want to know the number of essential or main dll files that are present after installation of Windows XP.

Member Avatar for benmar
0
76
Member Avatar for TRAMPAW
Member Avatar for yashsaxena
0
456
Member Avatar for msbratt

thanks gerbil Same problem was with me but some how it is solved now. Thanks once again for proper guidance.

Member Avatar for javanoob101
0
140

The End.