- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Re: hey itz a really cool program..i guess u put in a lot of effort to make it.. Keep it up. | |
I need to make a program to check if the entered number is palindrome or not i.e. if u take a number and reverse it it will be the same old number for example if u take 121..then if u reverse the number it will be 121 and so 121 … | |
Re: hey go to [url]www.pscode.com[/url] <-- this site has a lot of free sample c++ codes.It might help..Anyway check it out and reply me back. Bye Take care | |
Hi al...I am a total c++ beginner...I need ur help plz...I am making a program which asks the user to input a binary number and displayz the binary number converted to decimal number using a function. The code which i wrote is below: #include<iostream.h> #include<math.h> int bin2dec(int n) { int … | |
Re: go to [url]www.pscode.com[/url] <--this site has many free sample visual c++, c, visual basic codes. | |
hi all....I need help with a pragram which i wrote .....Itz to check if a number is palindrome or not using a function...i.e. the program will ask the user to input any number....then if u reverse the number it will give u the same old number then it is a … | |
Hey can any1 figure out wat is wrong in this program...after i compiled it and executed the program ....I inputed the value of n...but after that it does not show the output...Can any1 help me plz..!! The program which I wrote is below:: #include<iostream.h> int sumofdigits(int n) { int sum=0, … | |
Re: if u want to print the output of the program(which is in the black environment, dos form ..then open the output window which is in the block evironment...then dispay the output and then press ALT+SPACE ...then press Edit....then press Mark..and higlight all the output which u want to print...and then … | |
Re: Hi....I am a c++ begginer and i hav a solution for ur problem of ur program...Check out the program I wrote..the program is below...Plz message me if ur problem is solved or if u want any help... #include<iostream.h> #include<conio.h> void main() { int i, j; for(i=0; i<10; i++) { for(j=0; … |
The End.