+ 2
How to make calender using C++
7 Respuestas
+ 6
definitely the best book for c++ is the book written by the Creator himself i.e c++ by Bjarne Stroustrup
+ 3
it needs time to make it..
use while loop to keep the record of current month,
a function to calculate the starting day of the year,
use loop or switch for no of days in any month ,
u can use functions from iomanip to beautify your code , etc..
and now most importantly u will need logic to combine all this into an efficient code..
+ 3
yes.. I am always happy to help anyone
what help u want
+ 2
start exploring more and more inbuilt functions...they save a lot of time and compresses the code. It gives a feel that the code was written by some person of high experience
+ 2
Thanks a lot
+ 1
can you help me. I m avg in c++ wht can i do to expnd my knowledge
+ 1
can you suggest me which book is best to learn c++ that contains good progrsming skill