User profile: pig the funnel

User info
User name:pig the funnel
History
Joined:
Number of posts:4
Latest posts:

strcat not working
My bad.Edited it.

Random string selector
Hi Drayt, I often use rand() function in stdlib.h to get random numbers.It can get a random number b...

strcat not working
Hi rsingh2083, The prototype of strcat(),you see,it's [code]char* strcat(char*,const char*)[/code] s...

Beginner having issue with console app
Hello rv11265, You may need to add a header file: [code]#include<iostream> #include<conio.h>...