counting characters without strlen [code]#include <iostream> #include <conio.h> #include <stdio.h> using namespace std; int main() { ...
Initializer_listThank's for the replies. I was playing around with Integer's to learn initializer_list, Then change...
Initializer_listAfter running the program below, I get an extra 0 (zero) after the output. Is this a Null character...
Command lineThank's vlad.
What do I do next?http://www.cplusplus.com/forum/articles/12974/