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 errorI have made a header file as follows; class float16 { public: float mantissa; long double...
Random numbersHow can i generate random numbers(from 1 to n) without using any inbuilt functions like rand().
Whats the problem in my codingI 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