Forum: C++ Feb 18th, 2009 |
| Replies: 11 Views: 952 im witing this program in borland turbo c++, because that is the compiler we use at school. any suggestions about my code? |
Forum: C++ Feb 17th, 2009 |
| Replies: 11 Views: 952 i need to create a palindrome program. in our computer lab, this program works but here at home, it doesn't. help..
#include<iostream.h>
#include<conio.h>
#include<string.h>
#include<stdio.h>... |
Forum: C++ Jan 31st, 2009 |
| Replies: 2 Views: 500 i have written this program, it's nearly finished, but i didn't found out right away that my code has bug..
once i enter number of students i wish to add, the value goes to the for loop, i think i... |
Forum: C++ Jan 2nd, 2009 |
| Replies: 12 Views: 1,354 Thanks for all the help! :d |
Forum: C++ Jan 1st, 2009 |
| Replies: 12 Views: 1,354 help here again... if i enter AaBbCc the output should be CcBbAa or cCbBaA.. but the output appears cbaCBA.. help!!! heres the code..
#include<iostream.h>
#include<conio.h>
#include<string.h>... |
Forum: C++ Jan 1st, 2009 |
| Replies: 12 Views: 1,354 |
Forum: C++ Jan 1st, 2009 |
| Replies: 12 Views: 1,354 THANK YOU VERY MUCH!!! IT WORKS!! but can you please explain to me how this code works.? |
Forum: C++ Jan 1st, 2009 |
| Replies: 12 Views: 1,354 okay, the program should sort the characters in a string in descending order.. for example.. if i cin yahoo, the program should cout yooha.. there.. |
Forum: C++ Jan 1st, 2009 |
| Replies: 12 Views: 1,354 help.. i dont know how to sort strings.. for example..
if i enter:
JOKER
then the descending order of string must appear:
ROKJE
i think of strcpy() ..but it i dont know what to place in... |