Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 12

9 Posted Topics

Member Avatar for mister-fett

hey itz a really cool program..i guess u put in a lot of effort to make it.. Keep it up.

Member Avatar for Jawad_9
0
1K
Member Avatar for Extreme

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 …

Member Avatar for Ancient Dragon
0
184
Member Avatar for Nabs

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

Member Avatar for harshchandra
0
150
Member Avatar for Extreme

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 …

Member Avatar for vegaseat
0
123
Member Avatar for Mahen

go to [url]www.pscode.com[/url] <--this site has many free sample visual c++, c, visual basic codes.

Member Avatar for Extreme
0
163
Member Avatar for Extreme

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 …

Member Avatar for jwenting
-1
266
Member Avatar for Extreme

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, …

Member Avatar for Extreme
0
97
Member Avatar for Faramba

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 …

Member Avatar for Extreme
0
94
Member Avatar for Der_sed

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; …

Member Avatar for Der_sed
0
112

The End.