How is formatted input in iostream?HI! I was wondering how can I do some formatted input in C++? I mean like in C we write : [code...
why float has such a strange behaviour?HI! There is a piece of code which takes 'n' float or double numbers and calculates their average a...
What does "VECTOR" exactly do?Thanks @AlitCandle So how should I write a vector class? Should I use simple arrays and everytime us...
What does "VECTOR" exactly do?HI! I have been told to write a class like "vector" class. I wanted to start writing a class that ...
Overloading operator should take exactly one/two arguments!THANK YOU! I'm just learning classes and how they work. I have no reason for writing that. I'm just ...