| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
c++ help
Hi
i'm having a few problems..i'm trying to do a time class that holds the hr, min , and meridian( am or Pm). this is what i have so far. class Time { long hr, min; char meridian[5]; public: void Set(long h, long m, char mer[]); void Set(char string_time[]); } |
|
#2
|
|||
|
|||
|
And the problem being...
-KM- |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > c++ help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|