User profile: vkrishan

User info
User name:vkrishan
Name:Vaibhav Krishan
Location:Mumbai
Bio:I am studying in IIT Bombay.
History
Joined:
Number of posts:9
Latest posts:

Finding mean of the doubles using vector!
just for finding the mean you don't need to store all the numbers. the simple equation is Mean(n) = ...

Help with including
in every file use assert header and define some variable, and check for its definition. this way any...

Looking for a tutor
could you provide with an example text file and the expected XHTML file?

reversing string
why would it cause an infinite loop? the value you are calling with are 0 and (length-1) so [code]if...

String getline function
first of all, getline for string doesn't ask for number of characters. if you just use simple geline...