- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
32 Posted Topics
Re: 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 | |
Re: hey ayesha789 You have done it in very simple way . . . :-) I was not aware of input type="file" Thanks . . . | |
Re: 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] | |
Hello All I want to create a exe of Note which i have developed in VB6 Does any one know how to do it? | |
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? | |
Re: I'll suggest the book programming in ANSI C by Balaguruswamy and Let Us C by Yashwant Kanitkar. | |
Re: As per my knowledge both are same. I am more familiar with C# than VB. | |
Re: prime number program Still remember the initial days of C programming Language. | |
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 … | |
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? | |
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? | |
Re: i think hidder files are missing include the sdtlib.h file. might work. | |
Re: My code used to hang after entering chars. hey nice thread and nice replies thanks for sharing. | |
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 … | |
Re: 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++; } | |
Re: hey nice thread cleared the concept of valid pointer in C. some thing new to me. | |
Re: 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. :) | |
| |
Re: 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. … | |
Re: 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. | |
Re: 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. | |
Re: Hey thanks for providing code. . . I'll check it and will get back to you soon. | |
Re: 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 … | |
Re: Did you mean to handle "event handling" same as that of VB ? | |
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. | |
Re: [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. | |
Hello All Is it possible to check the ip address of a particular web site? If yes what will be the code? | |
Re: 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. | |
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 … | |
Hello All I want to know the number of essential or main dll files that are present after installation of Windows XP. | |
Re: hey nice information by all users specially gerbil (thank u very much . . .) | |
Re: thanks gerbil Same problem was with me but some how it is solved now. Thanks once again for proper guidance. |
The End.