User: Amol Bhave

  • Public profile

User profile: Amol Bhave

User info
User name:Amol Bhave
History
Joined:
Number of posts:7
Latest posts:

Help with random die roller please
Instead 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 variable
Hi, 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