User profile: shinkansen

User info
User name:shinkansen
History
Joined:
Number of posts:5
Latest posts:

Convert date to time_t
That's terrific, thanks :)

Convert date to time_t
Hi all, I am writing a C++ program which takes date & time input from the user. This is then pars...

array task
You can implement vectors in your code as follows: Declare [code]vector<int> tally;[/code] in [code...

array task
First, you need a pointer of the type that constitutes your array. This is int in your case: [code]...

Someone help me ! :(
@ishin03, @Antares64 [code]int hours, mins;[/code] To make sure you always convert to an integer n...