Help with random die roller pleaseInstead of srand() try using randomize().
I don't know what's wrong with my array.Umm... why does Line 11 not give an error. The dimensions of the array should be constants not vari...
Complex Number C++Umm.. okay you started but still quite far. I am going to tell you just how to add and multiply the...
End program instruction.Use: [code]if (st == 1) { printf("The number is one"); exit(0); }; // or return 0;[/code] You need ...
Setting the value of a variableHi, I think writing [code]Foo& bar = *(new Foo()); [/code] will do the job. I guess you are trying...
This user does not accept Private Messages