User: vipul mehta

  • Public profile

User profile: vipul mehta

User info
User name:vipul mehta
Email:rit2008011@iiita.ac.in
History
Joined:
Number of posts:12
Latest posts:

strftime in C
[quote]It's probably just reading random garbage and interpretting it as 'March'[/quote] got it. ...

strftime in C
[code] #include <stdio.h> int main() { char a[10]; strftime (a,10,"%B"," "); ...

expected initializer before '&' token error
I have made a header file as follows; class float16 { public: float mantissa; long double...

Random numbers
How can i generate random numbers(from 1 to n) without using any inbuilt functions like rand().

Whats the problem in my coding
I think you are working in turbo c++. correct line 10 like this: if(t>10){ add the missing ' ; ' i...

This user does not accept Private Messages