User: voidmainvoid

  • Public profile

User profile: voidmainvoid

User info
User name:voidmainvoid
History
Joined:
Number of posts:10
Latest posts:

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 matrix
MiinIPaa 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...

Colors
Alternatively, you can also use system("color 2E"); //2E is the code of the color.I think you'll hav...

Colors
If 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