Reverse a string Hi, string reverse is easy :-) [code] #include <iostream> #include<cstring> using namespace std; ...
Help! (updated code)Using Functions and bool to add hours and minutesHi, try this: [code] #include <iostream> // cout, cin // function prototypes bool validMins (int mi...
Invalid DateHi, this should work :-) [code] #include <iostream> // function prototypes void DetermineDayWeek(i...
Error in structure and string programHere is correct program 1: [code] #include <stdio.h> // printf int main(void) { typedef struct ...
empty stringHi, your program is wrong, try this: [code] /* C version */ #include <stdlib.h> int main(void) { ...
This user does not accept Private Messages