Random char (a-z) withouth repeats[code] string x = "abcdefghijklmnopqrstuvwxyz"; int inc = 26; while (1){ if (inc < 1){ cout...
It is a homework question but!also currently you are taking an input of avg =0; into the function, which will then make a copy to ...
Variable length input to char array?ok im sorry if this is not what you were asking but here is a messed up code. new to c++, but i know...
How do I use reference parameters to return my values back to main?when you prototype or define a function you write the variable type of the parameters for example v...
Undeclared variable with an Array of Objectsthe problem is you tried to allocate a 2d array and you are calling 1D(meaning just an array, single...
This user does not accept Private Messages