Press up arrow?Very very simple. [code]#include <iostream.h> #include <conio.h> int main() { char a; a=getch(...
Still can't get the function right with a matrixMiinIPaa is correct. You need to pass the result array to AddMatrix Function. I have fixed your prog...
stuck on this homework problem..help![code] #include <iostream.h> double factorial (double num) // this is the function that i have c...
ColorsAlternatively, you can also use system("color 2E"); //2E is the code of the color.I think you'll hav...
ColorsIf it's console you can use the functions from dos.h textbackground(specify color here e.g WHITE); ...
This user does not accept Private Messages