User profile: Pebble

User info
User name:Pebble
History
Joined:
Number of posts:75
Latest posts:

Function To Return Pointer To Array
I'm struggling to comprehend how to return a pointer to an array, From a function. The book i'm lea...

counting characters without strlen
@ abhishekm71 It does count any 0 (zero) entered.

counting characters without strlen
[code]#include <iostream> #include <conio.h> #include <stdio.h> using namespace std; int main() { ...

Initializer_list
Thank's for the replies. I was playing around with Integer's to learn initializer_list, Then change...

Initializer_list
After running the program below, I get an extra 0 (zero) after the output. Is this a Null character...