strcat not working My bad.Edited it.
Random string selectorHi 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 appHello rv11265, You may need to add a header file: [code]#include<iostream> #include<conio.h>...